Referência da Azure Developer CLI
Este artigo explica a sintaxe e os parâmetros dos vários comandos do Azure Developer CLI.
azd
O Azure Developer CLI (azd
) é uma ferramenta de software livre que ajuda a integrar e gerenciar seu aplicativo no Azure
Opções
-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.
Confira também
- azd auth: autentique-se com o Azure.
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- azd deploy: implante o código do aplicativo no Azure.
- azd down: exclua os recursos do Azure para um aplicativo.
- azd env: gerencie ambientes.
- azd hooks: desenvolva, teste e execute ganchos para um aplicativo. (Beta)
- azd init: inicialize um novo aplicativo.
- azd monitor: monitore um aplicativo implantado. (Beta)
- azd package: empacota o código do aplicativo a ser implantado no Azure. (Beta)
- azd pipeline: gerencie e configure seus pipelines de implantação. (Beta)
- azd provision: provisione os recursos do Azure para um aplicativo.
- azd restore: restaura as dependências do aplicativo. (Beta)
- azd show: exibe informações sobre seu aplicativo e seus recursos.
- azd template: encontre e exiba detalhes do modelo. (Beta)
- azd up: provisione recursos do Azure e implante seu projeto com um só comando.
- azd version: imprima o número da versão do Azure Developer CLI.
azd auth
Autenticar com o Azure.
Opções
--docs Opens the documentation for azd auth in your web browser.
-h, --help Gets help for auth.
Opções herdadas de comandos pai
-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.
Confira também
- azd auth login: faça logon no Azure.
- azd auth logout: faça logoff do Azure.
- Voltar ao início
azd auth login
Fazer logon no Azure.
Sinopse
Fazer logon no Azure.
Quando executado sem nenhum argumento, faça logon interativamente usando um navegador. Para fazer logon usando um código de dispositivo, passe --use-device-code.
Para fazer logon como um principal de serviço, passe --client-id e --tenant-id, bem como uma das opções: --client-secret, --client-certificate ou --federated-credential-provider.
Para fazer logon usando uma identidade gerenciada, passe --managed-identity, que usará a identidade gerenciada atribuída pelo sistema. Para usar uma identidade gerenciada atribuída pelo usuário, passe --client-id além de --managed-identity com o ID do cliente da identidade gerenciada atribuída pelo usuário que deseja usar.
azd auth login [flags]
Opções
--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.
--managed-identity Use a managed identity to authenticate.
--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.
Opções herdadas de comandos pai
-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.
Confira também
- azd auth: autentique-se com o Azure.
- Voltar ao início
azd auth logout
Faça logoff do Azure.
Sinopse
Faça logoff do Azure
azd auth logout [flags]
Opções
--docs Opens the documentation for azd auth logout in your web browser.
-h, --help Gets help for logout.
Opções herdadas de comandos pai
-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.
Confira também
- azd auth: autentique-se com o Azure.
- Voltar ao início
azd config
Gerenciar configurações do azd ( ex: assinatura padrão do Azure, local).
Sinopse
Gerencie a configuração do usuário do Azure Developer CLI, que inclui sua assinatura e local padrão do Azure.
Disponível desde azure-dev-cli_0.4.0-beta.1
.
A maneira mais fácil de configurar azd
pela primeira vez é executar azd init
. A assinatura e o local que você selecionar serão armazenados no arquivo config.json
localizado no diretório de configuração. Para configurar azd
a qualquer momento depois, você usará azd config set
.
O valor padrão do diretório de configuração é:
- $HOME/.azd no Linux e macOS
- %USERPROFILE%.azd no Windows
O diretório de configuração pode ser substituído especificando um caminho na variável de ambiente AZD_CONFIG_DIR.
Opções
--docs Opens the documentation for azd config in your web browser.
-h, --help Gets help for config.
Opções herdadas de comandos pai
-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.
Confira também
- azd config get: obtém uma configuração.
- azd config list-alpha: exibe a lista de recursos disponíveis no estágio alfa.
- azd config reset: redefine a configuração para o padrão.
- azd config set: define uma configuração.
- azd config show: mostra todos os valores de configuração.
- azd config unset: remove uma configuração.
- Voltar ao início
azd config get
Obtém uma configuração.
Sinopse
Obtém uma configuração no caminho de configuração.
O valor padrão do diretório de configuração é:
$HOME/.azd
no Linux e macOS%USERPROFILE%\.azd
no Windows
O diretório de configuração pode ser substituído especificando um caminho na variável de ambiente AZD_CONFIG_DIR.
azd config get <path> [flags]
Opções
--docs Opens the documentation for azd config get in your web browser.
-h, --help Gets help for get.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd config list-alpha
Exibe a lista de recursos disponíveis no estágio alfa.
azd config list-alpha [flags]
Opções
--docs Opens the documentation for azd config list-alpha in your web browser.
-h, --help Gets help for list-alpha.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd config reset
Redefine a configuração para o padrão.
Sinopse
Redefine toda a configuração no caminho de configuração.
O valor padrão do diretório de configuração é:
$HOME/.azd
no Linux e macOS%USERPROFILE%\.azd
no Windows
O diretório de configuração pode ser substituído pela especificação de um caminho na variável de ambiente AZD_CONFIG_DIR para o padrão.
azd config reset [flags]
Opções
--docs Opens the documentation for azd config reset in your web browser.
-f, --force Force reset without confirmation.
-h, --help Gets help for reset.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd config set
Define uma configuração.
Sinopse
Define uma configuração no caminho de configuração.
O valor padrão do diretório de configuração é:
$HOME/.azd
no Linux e macOS%USERPROFILE%\.azd
no Windows
O diretório de configuração pode ser substituído especificando um caminho na variável de ambiente AZD_CONFIG_DIR.
azd config set <path> <value> [flags]
Exemplos
azd config set defaults.subscription <yourSubscriptionID>
azd config set defaults.location eastus
Opções
--docs Opens the documentation for azd config set in your web browser.
-h, --help Gets help for set.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd config show
Mostra todos os valores de configuração.
Sinopse
Mostra todos os valores de configuração no caminho de configuração.
O valor padrão do diretório de configuração é:
$HOME/.azd
no Linux e macOS%USERPROFILE%\.azd
no Windows
O diretório de configuração pode ser substituído especificando um caminho na variável de ambiente AZD_CONFIG_DIR.
azd config show [flags]
Opções
--docs Opens the documentation for azd config show in your web browser.
-h, --help Gets help for show.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd config unset
Remove uma configuração.
Sinopse
Remove uma configuração no caminho de configuração.
O valor padrão do diretório de configuração é:
$HOME/.azd
no Linux e macOS%USERPROFILE%\.azd
no Windows
O diretório de configuração pode ser substituído especificando um caminho na variável de ambiente AZD_CONFIG_DIR.
azd config unset <path> [flags]
Exemplos
azd config unset defaults.location
Opções
--docs Opens the documentation for azd config unset in your web browser.
-h, --help Gets help for unset.
Opções herdadas de comandos pai
-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.
Confira também
- azd config: gerencie as configurações do azd (ex: assinatura padrão do Azure, localização).
- Voltar ao início
azd deploy
Implante o código do aplicativo no Azure.
azd deploy <service> [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd down
Exclua os recursos do Azure para um aplicativo.
azd down [flags]
Opções
--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).
Opções herdadas de comandos pai
-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.
Confira também
azd env
Gerenciar ambientes.
Opções
--docs Opens the documentation for azd env in your web browser.
-h, --help Gets help for env.
Opções herdadas de comandos pai
-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.
Confira também
- azd env get-value: obtém um valor específico do ambiente.
- azd env get-values: obtém todos os valores de ambiente.
- azd env list: lista ambientes.
- azd env new: cria um novo ambiente e o define como padrão.
- azd env refresh: atualiza as configurações do ambiente usando informações de uma provisão de uma infraestrutura anterior.
- azd env select: define o ambiente padrão.
- azd env set: gerencia suas configurações do ambiente.
- Voltar ao início
azd env get-value
Obtém um valor específico do ambiente.
azd env get-value <keyName> [flags]
Opções
--docs Opens the documentation for azd env get-value in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for get-value.
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env get-values
Obtém todos os valores de ambiente.
azd env get-values [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env list
Listar ambientes.
azd env list [flags]
Opções
--docs Opens the documentation for azd env list in your web browser.
-h, --help Gets help for list.
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env new
Cria um novo ambiente e o define como padrão.
azd env new <environment> [flags]
Opções
--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
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env refresh
Atualiza as configurações do ambiente usando informações de uma provisão de uma infraestrutura anterior.
azd env refresh <environment> [flags]
Opções
--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
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env select
Define o ambiente padrão.
azd env select <environment> [flags]
Opções
--docs Opens the documentation for azd env select in your web browser.
-h, --help Gets help for select.
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd env set
Gerencia suas configurações de ambiente.
azd env set <key> <value> [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
- azd env: gerencie ambientes.
- Voltar ao início
azd hooks
Desenvolva, teste e execute ganchos para um aplicativo. (Beta)
Opções
--docs Opens the documentation for azd hooks in your web browser.
-h, --help Gets help for hooks.
Opções herdadas de comandos pai
-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.
Confira também
- azd hooks run: executa o gancho especificado para o projeto e os serviços
- Voltar ao início
azd hooks run
Executa o gancho especificado para o projeto e os serviços
azd hooks run <name> [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
- azd hooks: desenvolva, teste e execute ganchos para um aplicativo. (Beta)
- Voltar ao início
azd init
Inicializa um novo aplicativo.
azd init [flags]
Opções
-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.
-f, --filter strings The tag(s) used to filter template results. Supports comma-separated values.
--from-code Initializes a new application from your existing code.
-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 Initializes a new application from a template. You can use Full URI, <owner>/<repository>, or <repository> if it's part of the azure-samples organization.
Opções herdadas de comandos pai
-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.
Confira também
azd monitor
Monitora um aplicativo implantado. (Beta)
azd monitor [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd package
Empacota o código do aplicativo a ser implantado no Azure. (Beta)
azd package <service> [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd pipeline
Gerencie e configure seus pipelines de implantação. (Beta)
Opções
--docs Opens the documentation for azd pipeline in your web browser.
-h, --help Gets help for pipeline.
Opções herdadas de comandos pai
-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.
Confira também
- azd pipeline config: configure seu pipeline de implantação para se conectar com segurança ao Azure. (Beta)
- Voltar ao início
azd pipeline config
Configure seu pipeline de implantação para se conectar com segurança ao Azure. (Beta)
azd pipeline config [flags]
Opções
-m, --applicationServiceManagementReference string Service Management Reference. References application or service contact information from a Service or Asset Management database. This value must be a Universally Unique Identifier (UUID). You can set this value globally by running azd config set pipeline.config.applicationServiceManagementReference <UUID>.
--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")
Opções herdadas de comandos pai
-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.
Confira também
- azd pipeline: gerencie e configure seus pipelines de implantação. (Beta)
- Voltar ao início
azd provision
Provisione os recursos do Azure para um aplicativo.
azd provision [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd restore
Restaura as dependências do aplicativo. (Beta)
azd restore <service> [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd show
Exibe informações sobre seu aplicativo e seus recursos.
azd show [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd template
Encontre e exiba detalhes do modelo. (Beta)
Opções
--docs Opens the documentation for azd template in your web browser.
-h, --help Gets help for template.
Opções herdadas de comandos pai
-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.
Confira também
- azd template list: mostra lista de exemplos de modelos azd. (Beta)
- azd template show: mostra detalhes de um determinado modelo. (Beta)
- azd template source: exibe e gerencia fontes de modelo. (Beta)
- Voltar ao início
azd template list
Mostra lista de exemplos de modelos azd. (Beta)
azd template list [flags]
Opções
--docs Opens the documentation for azd template list in your web browser.
-f, --filter strings The tag(s) used to filter template results. Supports comma-separated values.
-h, --help Gets help for list.
-s, --source string Filters templates by source.
Opções herdadas de comandos pai
-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.
Confira também
- azd template: encontre e exiba detalhes do modelo. (Beta)
- Voltar ao início
azd template show
Mostra detalhes de um determinado modelo. (Beta)
azd template show <template> [flags]
Opções
--docs Opens the documentation for azd template show in your web browser.
-h, --help Gets help for show.
Opções herdadas de comandos pai
-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.
Confira também
- azd template: encontre e exiba detalhes do modelo. (Beta)
- Voltar ao início
azd template source
Exibe e gerencia fontes de modelo. (Beta)
Opções
--docs Opens the documentation for azd template source in your web browser.
-h, --help Gets help for source.
Opções herdadas de comandos pai
-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.
Confira também
- azd template: encontre e exiba detalhes do modelo. (Beta)
- azd template source add: adiciona uma fonte de modelo azd com a chave especificada. (Beta)
- azd template source list: lista as fontes de modelo azd configuradas. (Beta)
- azd template source remove: remove a fonte de modelo azd especificada (Beta)
- Voltar ao início
azd template source add
Adiciona uma fonte de modelo azd com a chave especificada. (Beta) A chave pode ser qualquer valor que identifique exclusivamente a origem do modelo, com exceção dos seguintes valores de chave reservados e conhecidos:
- default: Modelos padrão
- awesome-azd: Modelos da galeria de modelos Awesome AZD
azd template source add <key> [flags]
Opções
--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. Required when using type flag.
-n, --name string Display name of the template source.
-t, --type string Kind of the template source. Supported types are 'file', 'url' and 'gh'.
Opções herdadas de comandos pai
-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.
Confira também
- azd template source: exibe e gerencia fontes de modelo. (Beta)
- Voltar ao início
azd template source list
Lista as fontes de modelo azd configuradas. (Beta)
azd template source list [flags]
Opções
--docs Opens the documentation for azd template source list in your web browser.
-h, --help Gets help for list.
Opções herdadas de comandos pai
-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.
Confira também
- azd template source: exibe e gerencia fontes de modelo. (Beta)
- Voltar ao início
azd template source remove
Remove a fonte de modelo azd especificada (Beta)
azd template source remove <key> [flags]
Opções
--docs Opens the documentation for azd template source remove in your web browser.
-h, --help Gets help for remove.
Opções herdadas de comandos pai
-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.
Confira também
- azd template source: exibe e gerencia fontes de modelo. (Beta)
- Voltar ao início
azd up
Provisione recursos do Azure e implante seu projeto com um único comando.
azd up [flags]
Opções
--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.
Opções herdadas de comandos pai
-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.
Confira também
azd version
Imprima o número da versão do Azure Developer CLI.
azd version [flags]
Opções
--docs Opens the documentation for azd version in your web browser.
-h, --help Gets help for version.
Opções herdadas de comandos pai
-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.