Informazioni di riferimento su Azure Developer CLI
Questo articolo illustra la sintassi e i parametri per i vari comandi dell'interfaccia della riga di comando per sviluppatori di Azure.
azd
L'interfaccia della riga di comando per sviluppatori di Azure (azd
) è uno strumento open source che consente di caricare e gestire l'applicazione in Azure
Opzioni
-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.
Vedi anche
- azd auth: eseguire l'autenticazione con Azure.
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- azd deploy: distribuire il codice dell'applicazione in Azure.
- azd down: eliminare le risorse di Azure per un'applicazione.
- azd env: gestire gli ambienti.
- azd hooks: sviluppare, testare ed eseguire hook per un'applicazione. (Beta)
- azd init: inizializzare una nuova applicazione.
- azd monitor: monitorare un'applicazione distribuita. (Beta)
- azd package: crea un pacchetto del codice dell'applicazione da distribuire in Azure. (Beta)
- azd pipeline: gestire e configurare le pipeline di distribuzione. (Beta)
- azd provision: effettuare il provisioning delle risorse di Azure per un'applicazione.
- azd restore: ripristina le dipendenze dell'applicazione. (Beta)
- azd show: visualizza informazioni sull'app e sulle relative risorse.
- azd template: trovare e visualizzare i dettagli del modello. (Beta)
- azd up: effettuare il provisioning delle risorse di Azure e distribuire il progetto con un singolo comando.
- azd version: stampare il numero di versione dell'interfaccia della riga di comando per sviluppatori di Azure.
azd auth
Eseguire l'autenticazione con Azure.
Opzioni
--docs Opens the documentation for azd auth in your web browser.
-h, --help Gets help for auth.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd auth login: accedere ad Azure.
- azd auth logout: disconnettersi da Azure.
- Torna all'inizio
azd auth login
Consente di accedere ad Azure.
Riepilogo
Consente di accedere ad Azure.
Quando viene eseguito senza argomenti, accedere in modo interattivo usando un browser. Per accedere usando un codice del dispositivo, passare --use-device-code.
Per accedere come entità servizio, passare --client-id e --tenant-id e uno di: --client-secret, --client-certificate o --federated-credential-provider.
Per accedere usando un'identità gestita, passare --managed-identity, che userà l'identità gestita assegnata dal sistema. Per usare un'identità gestita assegnata dall'utente, passare --client-id oltre a --managed-identity con l'ID client dell'identità gestita assegnata dall'utente da usare.
azd auth login [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd auth logout
Disconnettersi da Azure.
Riepilogo
Disconnettersi da Azure
azd auth logout [flags]
Opzioni
--docs Opens the documentation for azd auth logout in your web browser.
-h, --help Gets help for logout.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd config
Gestire le configurazioni azd (ad esempio: sottoscrizione di Azure predefinita, località).
Riepilogo
Gestire la configurazione utente dell'interfaccia della riga di comando per sviluppatori di Azure, che include la sottoscrizione e il percorso predefiniti di Azure.
Disponibile a partire da azure-dev-cli_0.4.0-beta.1
.
Il modo più semplice per configurare azd
per la prima volta consiste nell'eseguire azd init
. La sottoscrizione e il config.json
percorso selezionati verranno archiviati nel file che si trova nella directory config. Per configurare azd
in qualsiasi momento in seguito, si userà azd config set
.
Il valore predefinito della directory config è:
- $HOME/.azd in Linux e macOS
- %USERPROFILE%.azd in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR.
Opzioni
--docs Opens the documentation for azd config in your web browser.
-h, --help Gets help for config.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config get: ottiene una configurazione.
- azd config list-alpha: visualizzare l'elenco delle funzionalità disponibili nella fase alfa.
- azd config reset: reimposta la configurazione per impostazione predefinita.
- azd config set: imposta una configurazione.
- azd config show: mostra tutti i valori di configurazione.
- azd config unset: annulla una configurazione.
- Torna all'inizio
azd config get
Ottiene una configurazione.
Riepilogo
Ottiene una configurazione nel percorso di configurazione.
Il valore predefinito della directory config è:
$HOME/.azd
in Linux e macOS%USERPROFILE%\.azd
in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR.
azd config get <path> [flags]
Opzioni
--docs Opens the documentation for azd config get in your web browser.
-h, --help Gets help for get.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd config list-alpha
Visualizzare l'elenco delle funzionalità disponibili nella fase alfa.
azd config list-alpha [flags]
Opzioni
--docs Opens the documentation for azd config list-alpha in your web browser.
-h, --help Gets help for list-alpha.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd config reset
Reimposta la configurazione predefinita.
Riepilogo
Reimposta tutte le configurazioni nel percorso di configurazione.
Il valore predefinito della directory config è:
$HOME/.azd
in Linux e macOS%USERPROFILE%\.azd
in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR per impostazione predefinita.
azd config reset [flags]
Opzioni
--docs Opens the documentation for azd config reset in your web browser.
-f, --force Force reset without confirmation.
-h, --help Gets help for reset.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd config set
Imposta una configurazione.
Riepilogo
Imposta una configurazione nel percorso di configurazione.
Il valore predefinito della directory config è:
$HOME/.azd
in Linux e macOS%USERPROFILE%\.azd
in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR.
azd config set <path> <value> [flags]
Esempi
azd config set defaults.subscription <yourSubscriptionID>
azd config set defaults.location eastus
Opzioni
--docs Opens the documentation for azd config set in your web browser.
-h, --help Gets help for set.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd config show
Mostra tutti i valori di configurazione.
Riepilogo
Mostra tutti i valori di configurazione nel percorso di configurazione.
Il valore predefinito della directory config è:
$HOME/.azd
in Linux e macOS%USERPROFILE%\.azd
in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR.
azd config show [flags]
Opzioni
--docs Opens the documentation for azd config show in your web browser.
-h, --help Gets help for show.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd config unset
Annulla l'impostazione di una configurazione.
Riepilogo
Rimuove una configurazione nel percorso di configurazione.
Il valore predefinito della directory config è:
$HOME/.azd
in Linux e macOS%USERPROFILE%\.azd
in Windows
È possibile eseguire l'override della directory di configurazione specificando un percorso nella variabile di ambiente AZD_CONFIG_DIR.
azd config unset <path> [flags]
Esempi
azd config unset defaults.location
Opzioni
--docs Opens the documentation for azd config unset in your web browser.
-h, --help Gets help for unset.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd config: gestire azd configurations (ad esempio: sottoscrizione di Azure predefinita, località).
- Torna all'inizio
azd deploy
Distribuire il codice dell'applicazione in Azure.
azd deploy <service> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd down
Eliminare le risorse di Azure per un'applicazione.
azd down [flags]
Opzioni
--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).
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd env
Gestire gli ambienti.
Opzioni
--docs Opens the documentation for azd env in your web browser.
-h, --help Gets help for env.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env get-value: ottenere un valore di ambiente specifico.
- azd env get-values: ottenere tutti i valori dell'ambiente.
- azd env list: elencare gli ambienti.
- azd env new: creare un nuovo ambiente e impostarlo come predefinito.
- azd env refresh: aggiornare le impostazioni dell'ambiente usando le informazioni di un provisioning dell'infrastruttura precedente.
- azd env select: impostare l'ambiente predefinito.
- azd env set: gestire le impostazioni dell'ambiente.
- Torna all'inizio
azd env get-value
Ottenere un valore di ambiente specifico.
azd env get-value <keyName> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env get-values
Ottenere tutti i valori di ambiente.
azd env get-values [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env list
Elencare gli ambienti.
azd env list [flags]
Opzioni
--docs Opens the documentation for azd env list in your web browser.
-h, --help Gets help for list.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env new
Creare un nuovo ambiente e impostarlo come predefinito.
azd env new <environment> [flags]
Opzioni
--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
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env refresh
Aggiornare le impostazioni dell'ambiente usando le informazioni di un provisioning dell'infrastruttura precedente.
azd env refresh <environment> [flags]
Opzioni
--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
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env select
Impostare l'ambiente predefinito.
azd env select <environment> [flags]
Opzioni
--docs Opens the documentation for azd env select in your web browser.
-h, --help Gets help for select.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd env set
Gestire le impostazioni dell'ambiente.
azd env set <key> <value> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd env: gestire gli ambienti.
- Torna all'inizio
azd hooks
Sviluppare, testare ed eseguire hook per un'applicazione. (Beta)
Opzioni
--docs Opens the documentation for azd hooks in your web browser.
-h, --help Gets help for hooks.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd hooks run: esegue l'hook specificato per il progetto e i servizi
- Torna all'inizio
azd hooks run
Esegue l'hook specificato per il progetto e i servizi
azd hooks run <name> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd hooks: sviluppare, testare ed eseguire hook per un'applicazione. (Beta)
- Torna all'inizio
azd init
Inizializzare una nuova applicazione.
azd init [flags]
Opzioni
-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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd monitor
Monitorare un'applicazione distribuita. (Beta)
azd monitor [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd package
Crea un pacchetto del codice dell'applicazione da distribuire in Azure. (Beta)
azd package <service> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd pipeline
Gestire e configurare le pipeline di distribuzione. (Beta)
Opzioni
--docs Opens the documentation for azd pipeline in your web browser.
-h, --help Gets help for pipeline.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd pipeline config: configurare la pipeline di distribuzione per connettersi in modo sicuro ad Azure. (Beta)
- Torna all'inizio
azd pipeline config
Configurare la pipeline di distribuzione per connettersi in modo sicuro ad Azure. (Beta)
azd pipeline config [flags]
Opzioni
-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")
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd pipeline: gestire e configurare le pipeline di distribuzione. (Beta)
- Torna all'inizio
azd provision
Effettuare il provisioning delle risorse di Azure per un'applicazione.
azd provision [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd restore
Ripristina le dipendenze dell'applicazione. (Beta)
azd restore <service> [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd show
Visualizzare informazioni sull'app e sulle relative risorse.
azd show [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
modello azd
Trovare e visualizzare i dettagli del modello. (Beta)
Opzioni
--docs Opens the documentation for azd template in your web browser.
-h, --help Gets help for template.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template list: mostra l'elenco dei modelli azd di esempio. (Beta)
- azd template show: mostra i dettagli per un determinato modello. (Beta)
- azd template source: visualizzare e gestire le origini dei modelli. (Beta)
- Torna all'inizio
azd template list
Mostra l'elenco dei modelli azd di esempio. (Beta)
azd template list [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template: trovare e visualizzare i dettagli del modello. (Beta)
- Torna all'inizio
azd template show
Mostra i dettagli per un determinato modello. (Beta)
azd template show <template> [flags]
Opzioni
--docs Opens the documentation for azd template show in your web browser.
-h, --help Gets help for show.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template: trovare e visualizzare i dettagli del modello. (Beta)
- Torna all'inizio
azd template source
Visualizzare e gestire le origini dei modelli. (Beta)
Opzioni
--docs Opens the documentation for azd template source in your web browser.
-h, --help Gets help for source.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template: trovare e visualizzare i dettagli del modello. (Beta)
- azd template source add: aggiunge un'origine modello azd con la chiave specificata. (Beta)
- azd template source list: elenca le origini del modello azd configurate. (Beta)
- azd template source remove: rimuove l'origine del modello azd specificata (Beta)
- Torna all'inizio
azd template source add
Aggiunge un'origine modello azd con la chiave specificata. (Beta) La chiave può essere qualsiasi valore che identifica in modo univoco l'origine del modello, ad eccezione dei valori di chiave riservati e noti seguenti:
- default: modelli predefiniti
- awesome-azd: Modelli dalla raccolta di modelli Awesome AZD
azd template source add <key> [flags]
Opzioni
--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'.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template source: visualizzare e gestire le origini dei modelli. (Beta)
- Torna all'inizio
azd template source list
Elenca le origini del modello azd configurate. (Beta)
azd template source list [flags]
Opzioni
--docs Opens the documentation for azd template source list in your web browser.
-h, --help Gets help for list.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template source: visualizzare e gestire le origini dei modelli. (Beta)
- Torna all'inizio
azd template source remove
Rimuove l'origine del modello azd specificata (Beta)
azd template source remove <key> [flags]
Opzioni
--docs Opens the documentation for azd template source remove in your web browser.
-h, --help Gets help for remove.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
- azd template source: visualizzare e gestire le origini dei modelli. (Beta)
- Torna all'inizio
azd up
Effettuare il provisioning delle risorse di Azure e distribuire il progetto con un singolo comando.
azd up [flags]
Opzioni
--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.
Opzioni ereditate dai comandi padre
-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.
Vedi anche
azd version
Stampare il numero di versione dell'interfaccia della riga di comando per sviluppatori di Azure.
azd version [flags]
Opzioni
--docs Opens the documentation for azd version in your web browser.
-h, --help Gets help for version.
Opzioni ereditate dai comandi padre
-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.