Azure Developer CLI 참조

이 문서에서는 다양한 Azure Developer CLI 명령에 대한 구문 및 매개 변수를 설명합니다.

azd

Azure 개발자 CLI(azd)는 Azure에서 애플리케이션을 온보딩하고 관리하는 데 도움이 되는 오픈 소스 도구입니다.

옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --docs         Opens the documentation for azd in your web browser.
  -h, --help         Gets help for azd.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

  • azd auth: Azure를 사용하여 인증합니다.
  • azd config: azd 구성을 관리합니다(예: 기본 Azure 구독, 위치).
  • azd deploy: 애플리케이션의 코드를 Azure에 배포합니다.
  • azd down: 애플리케이션에 대한 Azure 리소스를 삭제합니다.
  • azd env: 환경을 관리합니다.
  • azd hooks: 애플리케이션에 대한 후크를 개발, 테스트 및 실행합니다. (베타)
  • azd init: 새 애플리케이션을 초기화합니다.
  • azd monitor: 배포된 애플리케이션을 모니터링합니다. (베타)
  • azd 패키지: Azure에 배포할 애플리케이션의 코드를 패키지합니다. (베타)
  • azd pipeline: 배포 파이프라인을 관리하고 구성합니다. (베타)
  • azd provision: 애플리케이션에 대한 Azure 리소스를 프로비전합니다.
  • azd restore: 애플리케이션의 종속성을 복원합니다. (베타)
  • azd show: 앱 및 해당 리소스에 대한 정보를 표시합니다.
  • azd template: 템플릿 세부 정보를 찾아 봅니다. (베타)
  • azd up: Azure 리소스를 프로비전하고 단일 명령을 사용하여 프로젝트를 배포합니다.
  • azd version: Azure Developer CLI의 버전 번호를 인쇄합니다.

azd auth

Azure를 사용하여 인증합니다.

옵션

      --docs   Opens the documentation for azd auth in your web browser.
  -h, --help   Gets help for auth.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd auth login

Azure에 로그인합니다.

개요

Azure에 로그인합니다.

인수 없이 실행하는 경우 브라우저를 사용하여 대화형으로 로그인합니다. 디바이스 코드를 사용하여 로그인하려면 --use-device-code를 전달합니다.

서비스 주체로 로그인하려면 --client-id 및 --tenant-id와 --client-secret, --client-certificate 또는 --federated-credential-provider 중 하나를 전달합니다.

azd auth login [flags]

옵션

      --check-status                           Checks the log-in status instead of logging in.
      --client-certificate string              The path to the client certificate for the service principal to authenticate with.
      --client-id string                       The client id for the service principal to authenticate with.
      --client-secret string                   The client secret for the service principal to authenticate with. Set to the empty string to read the value from the console.
      --docs                                   Opens the documentation for azd auth login in your web browser.
      --federated-credential-provider string   The provider to use to acquire a federated token to authenticate with.
  -h, --help                                   Gets help for login.
      --redirect-port int                      Choose the port to be used as part of the redirect URI during interactive login.
      --tenant-id string                       The tenant id or domain name to authenticate with.
      --use-device-code[=true]                 When true, log in by using a device code instead of a browser.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd auth logout

Azure에서 로그아웃합니다.

개요

Azure에서 로그아웃

azd auth logout [flags]

옵션

      --docs   Opens the documentation for azd auth logout in your web browser.
  -h, --help   Gets help for logout.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config

azd 구성을 관리합니다(예: 기본 Azure 구독, 위치).

개요

기본 Azure 구독 및 위치를 포함하는 Azure 개발자 CLI 사용자 구성을 관리합니다.

azure-dev-cli_0.4.0-beta.1부터 사용할 수 있습니다.

처음으로 구성하는 azd 가장 쉬운 방법은 실행하는 azd init것입니다. 선택한 구독 및 위치는 구성 디렉터리에 있는 파일에 저장 config.json 됩니다. 나중에 언제든지 구성 azd 하려면 .를 사용합니다 azd config set.

구성 디렉터리의 기본값은 다음과 같습니다.

  • Linux 및 macOS의 $HOME/.azd
  • Windows의 %USERPROFILE%.azd

AZD_CONFIG_DIR 환경 변수에 경로를 지정하여 구성 디렉터리를 재정의할 수 있습니다.

옵션

      --docs   Opens the documentation for azd config in your web browser.
  -h, --help   Gets help for config.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config get

구성을 가져옵니다.

개요

구성 경로에서 구성을 가져옵니다.

구성 디렉터리의 기본값은 다음과 같습니다.

  • $HOME/.azd Linux 및 macOS에서
  • Windows의 경우 %USERPROFILE%\.azd

AZD_CONFIG_DIR 환경 변수에 경로를 지정하여 구성 디렉터리를 재정의할 수 있습니다.

azd config get <path> [flags]

옵션

      --docs   Opens the documentation for azd config get in your web browser.
  -h, --help   Gets help for get.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config list-alpha

알파 단계에서 사용 가능한 기능 목록을 표시합니다.

azd config list-alpha [flags]

옵션

      --docs   Opens the documentation for azd config list-alpha in your web browser.
  -h, --help   Gets help for list-alpha.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config reset

구성을 기본값으로 다시 설정합니다.

개요

구성 경로의 모든 구성을 다시 설정합니다.

구성 디렉터리의 기본값은 다음과 같습니다.

  • $HOME/.azd Linux 및 macOS에서
  • Windows의 경우 %USERPROFILE%\.azd

AZD_CONFIG_DIR 환경 변수의 경로를 기본값으로 지정하여 구성 디렉터리를 재정의할 수 있습니다.

azd config reset [flags]

옵션

      --docs    Opens the documentation for azd config reset in your web browser.
  -f, --force   Force reset without confirmation.
  -h, --help    Gets help for reset.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config set

구성을 설정합니다.

개요

구성 경로에서 구성을 설정합니다.

구성 디렉터리의 기본값은 다음과 같습니다.

  • $HOME/.azd Linux 및 macOS에서
  • Windows의 경우 %USERPROFILE%\.azd

AZD_CONFIG_DIR 환경 변수에 경로를 지정하여 구성 디렉터리를 재정의할 수 있습니다.

azd config set <path> <value> [flags]

예제

azd config set defaults.subscription <yourSubscriptionID>
azd config set defaults.location eastus

옵션

      --docs   Opens the documentation for azd config set in your web browser.
  -h, --help   Gets help for set.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config show

모든 구성 값을 표시합니다.

개요

구성 경로에 모든 구성 값을 표시합니다.

구성 디렉터리의 기본값은 다음과 같습니다.

  • $HOME/.azd Linux 및 macOS에서
  • Windows의 경우 %USERPROFILE%\.azd

AZD_CONFIG_DIR 환경 변수에 경로를 지정하여 구성 디렉터리를 재정의할 수 있습니다.

azd config show [flags]

옵션

      --docs   Opens the documentation for azd config show in your web browser.
  -h, --help   Gets help for show.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd config unset

구성을 설정 취소합니다.

개요

구성 경로에서 구성을 제거합니다.

구성 디렉터리의 기본값은 다음과 같습니다.

  • $HOME/.azd Linux 및 macOS에서
  • Windows의 경우 %USERPROFILE%\.azd

AZD_CONFIG_DIR 환경 변수에 경로를 지정하여 구성 디렉터리를 재정의할 수 있습니다.

azd config unset <path> [flags]

예제

azd config unset defaults.location

옵션

      --docs   Opens the documentation for azd config unset in your web browser.
  -h, --help   Gets help for unset.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd deploy

애플리케이션의 코드를 Azure에 배포합니다.

azd deploy <service> [flags]

옵션

      --all                   Deploys all services that are listed in azure.yaml
      --docs                  Opens the documentation for azd deploy in your web browser.
  -e, --environment string    The name of the environment to use.
      --from-package string   Deploys the application from an existing package.
  -h, --help                  Gets help for deploy.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd down

애플리케이션에 대한 Azure 리소스를 삭제합니다.

azd down [flags]

옵션

      --docs                 Opens the documentation for azd down in your web browser.
  -e, --environment string   The name of the environment to use.
      --force                Does not require confirmation before it deletes resources.
  -h, --help                 Gets help for down.
      --purge                Does not require confirmation before it permanently deletes resources that are soft-deleted by default (for example, key vaults).

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env

환경 관리.

옵션

      --docs   Opens the documentation for azd env in your web browser.
  -h, --help   Gets help for env.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env get-values

모든 환경 값을 가져옵니다.

azd env get-values [flags]

옵션

      --docs                 Opens the documentation for azd env get-values in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for get-values.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env list

환경을 나열합니다.

azd env list [flags]

옵션

      --docs   Opens the documentation for azd env list in your web browser.
  -h, --help   Gets help for list.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env new

새 환경을 만들고 기본값으로 설정합니다.

azd env new <environment> [flags]

옵션

      --docs                  Opens the documentation for azd env new in your web browser.
  -h, --help                  Gets help for new.
  -l, --location string       Azure location for the new environment
      --subscription string   Name or ID of an Azure subscription to use for the new environment

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env refresh

이전 인프라 프로비전의 정보를 사용하여 환경 설정을 새로 고칩니다.

azd env refresh <environment> [flags]

옵션

      --docs                 Opens the documentation for azd env refresh in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for refresh.
      --hint string          Hint to help identify the environment to refresh

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env select

기본 환경을 설정합니다.

azd env select <environment> [flags]

옵션

      --docs   Opens the documentation for azd env select in your web browser.
  -h, --help   Gets help for select.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd env set

환경 설정을 관리합니다.

azd env set <key> <value> [flags]

옵션

      --docs                 Opens the documentation for azd env set in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for set.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd hooks

애플리케이션에 대한 후크를 개발, 테스트 및 실행합니다. (베타)

옵션

      --docs   Opens the documentation for azd hooks in your web browser.
  -h, --help   Gets help for hooks.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd hooks run

프로젝트 및 서비스에 대해 지정된 후크를 실행합니다.

azd hooks run <name> [flags]

옵션

      --docs                 Opens the documentation for azd hooks run in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for run.
      --platform string      Forces hooks to run for the specified platform.
      --service string       Only runs hooks for the specified service.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd init

새 애플리케이션을 초기화합니다.

azd init [flags]

옵션

  -b, --branch string         The template branch to initialize from. Must be used with a template argument (--template or -t).
      --docs                  Opens the documentation for azd init in your web browser.
  -e, --environment string    The name of the environment to use.
  -h, --help                  Gets help for init.
  -l, --location string       Azure location for the new environment
  -s, --subscription string   Name or ID of an Azure subscription to use for the new environment
  -t, --template string       The template to use when you initialize the project. You can use Full URI, <owner>/<repository>, or <repository> if it's part of the azure-samples organization.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd monitor

배포된 애플리케이션을 모니터링합니다. (베타)

azd monitor [flags]

옵션

      --docs                 Opens the documentation for azd monitor in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for monitor.
      --live                 Open a browser to Application Insights Live Metrics. Live Metrics is currently not supported for Python apps.
      --logs                 Open a browser to Application Insights Logs.
      --overview             Open a browser to Application Insights Overview Dashboard.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd package

Azure에 배포할 애플리케이션의 코드를 패키지합니다. (베타)

azd package <service> [flags]

옵션

      --all                  Packages all services that are listed in azure.yaml
      --docs                 Opens the documentation for azd package in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for package.
      --output-path string   File or folder path where the generated packages will be saved.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd pipeline

배포 파이프라인을 관리하고 구성합니다. (베타)

옵션

      --docs   Opens the documentation for azd pipeline in your web browser.
  -h, --help   Gets help for pipeline.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd pipeline config

Azure에 안전하게 연결하도록 배포 파이프라인을 구성합니다. (베타)

azd pipeline config [flags]

옵션

      --auth-type string             The authentication type used between the pipeline provider and Azure for deployment (Only valid for GitHub provider). Valid values: federated, client-credentials.
      --docs                         Opens the documentation for azd pipeline config in your web browser.
  -e, --environment string           The name of the environment to use.
  -h, --help                         Gets help for config.
      --principal-id string          The client id of the service principal to use to grant access to Azure resources as part of the pipeline.
      --principal-name string        The name of the service principal to use to grant access to Azure resources as part of the pipeline.
      --principal-role stringArray   The roles to assign to the service principal. By default the service principal will be granted the Contributor and User Access Administrator roles. (default [Contributor,User Access Administrator])
      --provider string              The pipeline provider to use (github for Github Actions and azdo for Azure Pipelines).
      --remote-name string           The name of the git remote to configure the pipeline to run on. (default "origin")

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd provision

애플리케이션에 대한 Azure 리소스를 프로비전합니다.

azd provision [flags]

옵션

      --docs                 Opens the documentation for azd provision in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for provision.
      --no-state             Do not use latest Deployment State (bicep only).
      --preview              Preview changes to Azure resources.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd restore

애플리케이션의 종속성을 복원합니다. (베타)

azd restore <service> [flags]

옵션

      --all                  Restores all services that are listed in azure.yaml
      --docs                 Opens the documentation for azd restore in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for restore.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd show

앱 및 해당 리소스에 대한 정보를 표시합니다.

azd show [flags]

옵션

      --docs                 Opens the documentation for azd show in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for show.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template

템플릿 세부 정보를 찾아 봅니다. (베타)

옵션

      --docs   Opens the documentation for azd template in your web browser.
  -h, --help   Gets help for template.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template list

샘플 azd 템플릿 목록을 표시합니다. (베타)

azd template list [flags]

옵션

      --docs            Opens the documentation for azd template list in your web browser.
  -h, --help            Gets help for list.
  -s, --source string   Filters templates by source.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template show

지정된 템플릿에 대한 세부 정보를 표시합니다. (베타)

azd template show <template> [flags]

옵션

      --docs   Opens the documentation for azd template show in your web browser.
  -h, --help   Gets help for show.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template source

템플릿 원본을 보고 관리합니다. (베타)

옵션

      --docs   Opens the documentation for azd template source in your web browser.
  -h, --help   Gets help for source.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template source add

지정된 키(베타)에 azd 템플릿 원본을 추가합니다.

azd template source add <key> [flags]

옵션

      --docs              Opens the documentation for azd template source add in your web browser.
  -h, --help              Gets help for add.
  -l, --location string   Location of the template source.
  -n, --name string       Display name of the template source.
  -t, --type string       Kind of the template source.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template source list

구성된 azd 템플릿 원본을 나열합니다. (베타)

azd template source list [flags]

옵션

      --docs   Opens the documentation for azd template source list in your web browser.
  -h, --help   Gets help for list.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd template source remove

지정된 azd 템플릿 원본(베타)을 제거합니다.

azd template source remove <key> [flags]

옵션

      --docs   Opens the documentation for azd template source remove in your web browser.
  -h, --help   Gets help for remove.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd up

Azure 리소스를 프로비전하고 단일 명령으로 프로젝트를 배포합니다.

azd up [flags]

옵션

      --docs                 Opens the documentation for azd up in your web browser.
  -e, --environment string   The name of the environment to use.
  -h, --help                 Gets help for up.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목

azd version

Azure Developer CLI의 버전 번호를 인쇄합니다.

azd version [flags]

옵션

      --docs   Opens the documentation for azd version in your web browser.
  -h, --help   Gets help for version.

부모 명령에서 상속된 옵션

  -C, --cwd string   Sets the current working directory.
      --debug        Enables debugging and diagnostics logging.
      --no-prompt    Accepts the default value instead of prompting, or it fails if there is no default.

참고 항목