Référence Azure Developer CLI
Cet article explique la syntaxe et les paramètres des différentes commandes AZURE Developer CLI.
azd
Azure Developer CLI (azd
) est un outil open source qui permet d’intégrer et de gérer votre application sur Azure
Options
-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.
Voir aussi
- azd auth : s’authentifier auprès d’Azure.
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- azd deploy : déployer le code de l’application sur Azure.
- azd down : supprimer les ressources Azure pour une application.
- azd env : gérer les environnements.
- azd hooks : développer, tester et exécuter des hooks pour une application. (Bêta)
- azd init : initialiser une nouvelle application.
- azd monitor : surveiller une application déployée. (Bêta)
- package azd : empaquetage du code de l’application à déployer sur Azure. (Bêta)
- azd pipeline : gérer et configurer vos pipelines de déploiement. (Bêta)
- azd provision : provisionner les ressources Azure pour une application.
- azd restore : restaure les dépendances de l’application. (Bêta)
- azd show : afficher des informations sur votre application et ses ressources.
- modèle azd : recherchez et affichez les détails du modèle. (Bêta)
- azd up : approvisionner des ressources Azure et déployer votre projet avec une seule commande.
- azd version : imprimez le numéro de version d’Azure Developer CLI.
azd auth
Authentifiez-vous auprès d’Azure.
Options
--docs Opens the documentation for azd auth in your web browser.
-h, --help Gets help for auth.
Options héritées des commandes parentes
-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.
Voir aussi
- azd auth login : connectez-vous à Azure.
- azd auth logout : Déconnectez-vous d’Azure.
- Retour au début
azd auth login
Connectez-vous à Azure.
Synopsis
Connectez-vous à Azure.
Lorsqu’il est exécuté sans aucun argument, connectez-vous de manière interactive à l’aide d’un navigateur. Pour vous connecter en utilisant un code d’appareil, passez l’option --use-device-code.
Pour vous connecter en tant que principal du service, passez les options --client-id et --tenant-id ainsi qu’une des options suivantes : --client-secret, --client-certificate ou --federated-credential-provider.
Pour vous connecter en utilisant une identité gérée, passez l’option --managed-identity, qui utilisera l’identité gérée assignée au système. Pour utiliser une identité gérée assignée à un utilisateur, passez l’option --client-id en plus de --managed-identity avec l’identifiant client de l’identité gérée assignée à l’utilisateur que vous souhaitez utiliser.
azd auth login [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- azd auth : s’authentifier auprès d’Azure.
- Retour au début
azd auth logout
Déconnectez-vous d’Azure.
Synopsis
Déconnectez-vous d’Azure
azd auth logout [flags]
Options
--docs Opens the documentation for azd auth logout in your web browser.
-h, --help Gets help for logout.
Options héritées des commandes parentes
-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.
Voir aussi
- azd auth : s’authentifier auprès d’Azure.
- Retour au début
azd config
azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
Synopsis
Gérez la configuration utilisateur de l’interface en ligne de commande Azure Developer CLI, qui inclut votre abonnement Azure par défaut et l’emplacement.
Disponible depuis azure-dev-cli_0.4.0-beta.1
.
La manière la plus simple de configurer azd
pour la première fois est d’exécuter azd init
. L’abonnement et l’emplacement que vous sélectionnez seront stockés dans le fichier config.json
situé dans le répertoire de configuration. Pour configurer azd
ultérieurement, vous utiliserez azd config set
.
La valeur par défaut du répertoire de configuration est :
- $HOME/.azd sur Linux et macOS
- %USERPROFILE%.azd sur Windows
Le répertoire de configuration peut être redéfini en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR.
Options
--docs Opens the documentation for azd config in your web browser.
-h, --help Gets help for config.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config get : obtient une configuration.
- azd config list-alpha : affiche la liste des fonctionnalités disponibles en phase alpha.
- azd config reset : réinitialise la configuration par défaut.
- azd config set : définit une configuration.
- azd config show : affiche toutes les valeurs de configuration.
- azd config unset : supprime une configuration.
- Retour au début
azd config get
Obtient une configuration.
Synopsis
Obtient une configuration dans le chemin de configuration.
La valeur par défaut du répertoire de configuration est :
$HOME/.azd
sur Linux et macOS%USERPROFILE%\.azd
sur Windows
Le répertoire de configuration peut être redéfini en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR.
azd config get <path> [flags]
Options
--docs Opens the documentation for azd config get in your web browser.
-h, --help Gets help for get.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd config list-alpha
Affiche la liste des fonctionnalités disponibles en phase alpha.
azd config list-alpha [flags]
Options
--docs Opens the documentation for azd config list-alpha in your web browser.
-h, --help Gets help for list-alpha.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd config reset
Réinitialise la configuration par défaut.
Synopsis
Réinitialise toute la configuration dans le chemin de configuration.
La valeur par défaut du répertoire de configuration est :
$HOME/.azd
sur Linux et macOS%USERPROFILE%\.azd
sur Windows
Le répertoire de configuration peut être remplacé en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR par défaut.
azd config reset [flags]
Options
--docs Opens the documentation for azd config reset in your web browser.
-f, --force Force reset without confirmation.
-h, --help Gets help for reset.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd config set
Définit une configuration.
Synopsis
Définit une configuration dans le chemin de configuration.
La valeur par défaut du répertoire de configuration est :
$HOME/.azd
sur Linux et macOS%USERPROFILE%\.azd
sur Windows
Le répertoire de configuration peut être redéfini en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR.
azd config set <path> <value> [flags]
Exemples
azd config set defaults.subscription <yourSubscriptionID>
azd config set defaults.location eastus
Options
--docs Opens the documentation for azd config set in your web browser.
-h, --help Gets help for set.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd config show
Affiche toutes les valeurs de configuration.
Synopsis
Affiche toutes les valeurs de configuration dans le chemin de configuration.
La valeur par défaut du répertoire de configuration est :
$HOME/.azd
sur Linux et macOS%USERPROFILE%\.azd
sur Windows
Le répertoire de configuration peut être redéfini en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR.
azd config show [flags]
Options
--docs Opens the documentation for azd config show in your web browser.
-h, --help Gets help for show.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd config unset
Supprime une configuration.
Synopsis
Supprime une configuration dans le chemin de configuration.
La valeur par défaut du répertoire de configuration est :
$HOME/.azd
sur Linux et macOS%USERPROFILE%\.azd
sur Windows
Le répertoire de configuration peut être redéfini en spécifiant un chemin dans la variable d’environnement AZD_CONFIG_DIR.
azd config unset <path> [flags]
Exemples
azd config unset defaults.location
Options
--docs Opens the documentation for azd config unset in your web browser.
-h, --help Gets help for unset.
Options héritées des commandes parentes
-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.
Voir aussi
- azd config : gérer les configurations azd (ex : l’abonnement Azure par défaut, l’emplacement).
- Retour au début
azd deploy
Déploie le code de l’application sur Azure.
azd deploy <service> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd down
Supprime les ressources Azure pour une application.
azd down [flags]
Options
--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).
Options héritées des commandes parentes
-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.
Voir aussi
azd env
Gérer les environnements.
Options
--docs Opens the documentation for azd env in your web browser.
-h, --help Gets help for env.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env get-value : obtient une valeur d’environnement spécifique.
- azd env get-values : obtient toutes les valeurs d’environnement.
- azd env list : liste les environnements.
- azd env new : crée un nouvel environnement et le définit comme par défaut.
- azd env refresh : actualise les paramètres de l’environnement en utilisant les informations d’un approvisionnement d’infrastructure précédent.
- azd env select : définit l’environnement par défaut.
- azd env set : gère les paramètres de votre environnement.
- Retour au début
azd env get-value
Obtient une valeur d’environnement spécifique.
azd env get-value <keyName> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env get-values
Obtient toutes les valeurs d’environnement.
azd env get-values [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env list
Liste les environnements.
azd env list [flags]
Options
--docs Opens the documentation for azd env list in your web browser.
-h, --help Gets help for list.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env new
Crée un nouvel environnement et le définit comme par défaut.
azd env new <environment> [flags]
Options
--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
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env refresh
Actualise les paramètres de l’environnement en utilisant les informations d’un approvisionnement d’infrastructure précédent.
azd env refresh <environment> [flags]
Options
--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
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env select
Définit l’environnement par défaut.
azd env select <environment> [flags]
Options
--docs Opens the documentation for azd env select in your web browser.
-h, --help Gets help for select.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd env set
Gère les paramètres de votre environnement.
azd env set <key> <value> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- azd env : gérer les environnements.
- Retour au début
azd hooks
Développe, teste et exécute des hooks pour une application. (Bêta)
Options
--docs Opens the documentation for azd hooks in your web browser.
-h, --help Gets help for hooks.
Options héritées des commandes parentes
-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.
Voir aussi
- azd hooks run : exécute le hook spécifié pour le projet et les services.
- Retour au début
azd hooks run
Exécute le hook spécifié pour le projet et les services.
azd hooks run <name> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- azd hooks : développer, tester et exécuter des hooks pour une application. (Bêta)
- Retour au début
azd init
Initialise une nouvelle application.
azd init [flags]
Options
-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.
Options héritées des commandes parentes
-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.
Voir aussi
azd monitor
Surveille une application déployée. (Bêta)
azd monitor [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd package
Package le code de l’application pour être déployé sur Azure. (Bêta)
azd package <service> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd pipeline
Gère et configure vos pipelines de déploiement. (Bêta)
Options
--docs Opens the documentation for azd pipeline in your web browser.
-h, --help Gets help for pipeline.
Options héritées des commandes parentes
-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.
Voir aussi
- azd pipeline config : configure votre pipeline de déploiement pour se connecter en toute sécurité à Azure. (Bêta)
- Retour au début
azd pipeline config
Configure votre pipeline de déploiement pour se connecter en toute sécurité à Azure. (Bêta)
azd pipeline config [flags]
Options
-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")
Options héritées des commandes parentes
-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.
Voir aussi
- azd pipeline : gérer et configurer vos pipelines de déploiement. (Bêta)
- Retour au début
azd provision
Approvisionne les ressources Azure pour une application.
azd provision [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd restore
Restaure les dépendances de l’application. (Bêta)
azd restore <service> [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd show
Affiche des informations sur votre application et ses ressources.
azd show [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd template
Trouve et affiche les détails du modèle. (Bêta)
Options
--docs Opens the documentation for azd template in your web browser.
-h, --help Gets help for template.
Options héritées des commandes parentes
-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.
Voir aussi
- azd template list : affiche la liste des exemples de modèles azd. (Bêta)
- azd template show : affiche les détails d’un modèle donné. (Bêta)
- azd template source : affiche et gère les sources de modèles. (Bêta)
- Retour au début
azd template list
Affiche la liste des exemples de modèles azd. (Bêta)
azd template list [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
- modèle azd : recherchez et affichez les détails du modèle. (Bêta)
- Retour au début
azd template show
Affiche les détails d’un modèle donné. (Bêta)
azd template show <template> [flags]
Options
--docs Opens the documentation for azd template show in your web browser.
-h, --help Gets help for show.
Options héritées des commandes parentes
-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.
Voir aussi
- modèle azd : recherchez et affichez les détails du modèle. (Bêta)
- Retour au début
azd template source
Affiche et gère les sources de modèles. (Bêta)
Options
--docs Opens the documentation for azd template source in your web browser.
-h, --help Gets help for source.
Options héritées des commandes parentes
-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.
Voir aussi
- modèle azd : recherchez et affichez les détails du modèle. (Bêta)
- azd template source add : Ajoute une source de modèle azd avec la clé spécifiée. (Bêta)
- azd template source list : liste les sources de modèles azd configurées. (Bêta)
- azd template source remove : supprime la source de modèle azd spécifiée (Beta).
- Retour au début
azd template source add
Ajoute une source de modèle azd avec la clé spécifiée. (bêta) La clé peut être n’importe quelle valeur qui identifie de manière unique la source du modèle, à l’exception des valeurs de clé réservées et connues suivantes :
- par défaut : modèles par défaut
- awesome-azd : Modèles de la galerie de modèles AZD génial
azd template source add <key> [flags]
Options
--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'.
Options héritées des commandes parentes
-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.
Voir aussi
- azd template source : affiche et gère les sources de modèles. (Bêta)
- Retour au début
azd template source list
Liste les sources de modèles azd configurées. (Bêta)
azd template source list [flags]
Options
--docs Opens the documentation for azd template source list in your web browser.
-h, --help Gets help for list.
Options héritées des commandes parentes
-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.
Voir aussi
- azd template source : affiche et gère les sources de modèles. (Bêta)
- Retour au début
azd template source remove
Supprime la source de modèle azd spécifiée (Beta).
azd template source remove <key> [flags]
Options
--docs Opens the documentation for azd template source remove in your web browser.
-h, --help Gets help for remove.
Options héritées des commandes parentes
-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.
Voir aussi
- azd template source : affiche et gère les sources de modèles. (Bêta)
- Retour au début
azd up
Approvisionnez les ressources Azure et déployez votre projet avec une seule commande.
azd up [flags]
Options
--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.
Options héritées des commandes parentes
-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.
Voir aussi
azd version
Affiche le numéro de version de l’Azure Developer CLI.
azd version [flags]
Options
--docs Opens the documentation for azd version in your web browser.
-h, --help Gets help for version.
Options héritées des commandes parentes
-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.