Azure Developer CLI – referencia

Ez a cikk a különböző Azure Developer CLI-parancsok szintaxisát és paramétereit ismerteti.

azd

Az Azure Developer CLI (azd) egy nyílt forráskódú eszköz, amely segít az alkalmazás előkészítésében és kezelésében az Azure-ban

Beállítások

  -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.

Kapcsolódó információk

  • azd auth: Hitelesítés az Azure-ral.
  • azd config: Azd-konfigurációk kezelése (pl. alapértelmezett Azure-előfizetés, hely).
  • azd deploy: Az alkalmazás kódjának üzembe helyezése az Azure-ban.
  • azd down: Azure-erőforrások törlése egy alkalmazáshoz.
  • azd env: Környezetek kezelése.
  • azd hooks: Egy alkalmazás horgainak fejlesztése, tesztelése és futtatása. (bétaverzió)
  • azd init: Új alkalmazás inicializálása.
  • azd monitor: Telepített alkalmazás figyelése. (bétaverzió)
  • azd package: Az alkalmazás Azure-ban üzembe helyezendő kódját csomagolja. (bétaverzió)
  • azd pipeline: Az üzembehelyezési folyamatok kezelése és konfigurálása. (bétaverzió)
  • azd provision: Az Azure-erőforrások kiépítése egy alkalmazáshoz.
  • azd restore: Visszaállítja az alkalmazás függőségeit. (bétaverzió)
  • azd show: Az alkalmazással és az erőforrásaival kapcsolatos információk megjelenítése.
  • azd template: A sablon részleteinek megkeresése és megtekintése. (bétaverzió)
  • azd up: Azure-erőforrások kiépítése, és a projekt üzembe helyezése egyetlen paranccsal.
  • azd verzió: Az Azure Developer CLI verziószámának nyomtatása.

azd auth

Hitelesítés az Azure-ral.

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd auth login

Bejelentkezik az Azure-ba.

Szinopszis

Bejelentkezik az Azure-ba.

Ha argumentumok nélkül fut, jelentkezzen be interaktívan egy böngésző használatával. Ha eszközkóddal szeretne bejelentkezni, adja át a --use-device-code kódot.

Szolgáltatásnévként való bejelentkezéshez adja meg a --client-id és a --tenant-id azonosítót, valamint a következők egyikét: --client-secret, --client-certificate vagy --federated-credential-provider.

azd auth login [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd auth logout

Jelentkezzen ki az Azure-ból.

Szinopszis

Kijelentkezés az Azure-ból

azd auth logout [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config

Az azd-konfigurációk kezelése (pl. alapértelmezett Azure-előfizetés, hely).

Szinopszis

Az Azure Developer CLI felhasználói konfigurációjának kezelése, amely tartalmazza az alapértelmezett Azure-előfizetést és -helyet.

azure-dev-cli_0.4.0-beta.1Azóta érhető el.

Az első konfigurálás azd legegyszerűbb módja a futtatás azd init. A kiválasztott előfizetés és hely a config.json konfigurációs könyvtárban található fájlban lesz tárolva. Ha később bármikor konfigurálni azd szeretne, a következőt fogja használni azd config set: .

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %U Standard kiadás RPROFILE%.azd Windows rendszeren

A konfigurációs könyvtár felülírható a AZD_CONFIG_DIR környezeti változó elérési útjának megadásával.

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config get

Lekéri a konfigurációt.

Szinopszis

Beolvas egy konfigurációt a konfigurációs útvonalba.

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %USERPROFILE%\.azd Windows rendszeren

A konfigurációs könyvtár felülírható a AZD_CONFIG_DIR környezeti változó elérési útjának megadásával.

azd config get <path> [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config list-alpha

Az elérhető funkciók listájának megjelenítése az alfa szakaszban.

azd config list-alpha [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config reset

Alaphelyzetbe állítja a konfigurációt az alapértelmezett értékre.

Szinopszis

Alaphelyzetbe állítja a konfigurációs útvonal összes konfigurációját.

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %USERPROFILE%\.azd Windows rendszeren

A konfigurációs könyvtár felülírható úgy, hogy megadja a AZD_CONFIG_DIR környezeti változó alapértelmezett elérési útját.

azd config reset [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config set

Beállít egy konfigurációt.

Szinopszis

Konfigurációt állít be a konfigurációs útvonalon.

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %USERPROFILE%\.azd Windows rendszeren

A konfigurációs könyvtár felülírható a AZD_CONFIG_DIR környezeti változó elérési útjának megadásával.

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

Példák

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

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config show

Az összes konfigurációs érték megjelenítése.

Szinopszis

Az összes konfigurációs érték megjelenítése a konfigurációs útvonalon.

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %USERPROFILE%\.azd Windows rendszeren

A konfigurációs könyvtár felülírható a AZD_CONFIG_DIR környezeti változó elérési útjának megadásával.

azd config show [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd config unset

A konfiguráció leválasztása.

Szinopszis

Eltávolít egy konfigurációt a konfigurációs útvonalon.

A konfigurációs könyvtár alapértelmezett értéke a következő:

  • $HOME/.azd Linux és macOS rendszeren
  • %USERPROFILE%\.azd Windows rendszeren

A konfigurációs könyvtár felülírható a AZD_CONFIG_DIR környezeti változó elérési útjának megadásával.

azd config unset <path> [flags]

Példák

azd config unset defaults.location

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd deploy

Telepítse az alkalmazás kódját az Azure-ban.

azd deploy <service> [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd down

Azure-erőforrások törlése egy alkalmazáshoz.

azd down [flags]

Beállítások

      --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).

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env

Környezetek kezelése.

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env get-values

Az összes környezeti érték lekérése.

azd env get-values [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env list

Környezetek listázása.

azd env list [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env new

Hozzon létre egy új környezetet, és állítsa be alapértelmezettként.

azd env new <environment> [flags]

Beállítások

      --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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env refresh

A környezeti beállítások frissítése egy korábbi infrastruktúra-kiépítés adataival.

azd env refresh <environment> [flags]

Beállítások

      --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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env select

Állítsa be az alapértelmezett környezetet.

azd env select <environment> [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd env set

A környezet beállításainak kezelése.

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

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd hooks

Horgok fejlesztése, tesztelése és futtatása egy alkalmazáshoz. (bétaverzió)

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd hooks run

A projekthez és a szolgáltatásokhoz megadott horog futtatása

azd hooks run <name> [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd init

Új alkalmazás inicializálása.

azd init [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd monitor

Telepített alkalmazás figyelése. (bétaverzió)

azd monitor [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd package

Az alkalmazás Azure-ban üzembe helyezendő kódját csomagolja. (bétaverzió)

azd package <service> [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd pipeline

Az üzembehelyezési folyamatok kezelése és konfigurálása. (bétaverzió)

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd pipeline config

Konfigurálja az üzembehelyezési folyamatot, hogy biztonságosan csatlakozzon az Azure-hoz. (bétaverzió)

azd pipeline config [flags]

Beállítások

      --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")

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd provision

Azure-erőforrások kiépítése egy alkalmazáshoz.

azd provision [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd restore

Visszaállítja az alkalmazás függőségeit. (bétaverzió)

azd restore <service> [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd show

Az alkalmazással és az erőforrásaival kapcsolatos információk megjelenítése.

azd show [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template

A sablon részleteinek megkeresése és megtekintése. (bétaverzió)

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template list

Minta azd-sablonok listájának megjelenítése. (bétaverzió)

azd template list [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template show

Egy adott sablon részleteinek megjelenítése. (bétaverzió)

azd template show <template> [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template source

Sablonforrások megtekintése és kezelése. (bétaverzió)

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template source add

Hozzáad egy azd-sablonforrást a megadott kulcshoz (bétaverzió)

azd template source add <key> [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template source list

A konfigurált azd-sablonforrásokat sorolja fel. (bétaverzió)

azd template source list [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd template source remove

Eltávolítja a megadott azd sablonforrást (bétaverzió)

azd template source remove <key> [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd up

Azure-erőforrások kiépítése és a projekt üzembe helyezése egyetlen paranccsal.

azd up [flags]

Beállítások

      --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.

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk

azd verzió

Az Azure Developer CLI verziószámának nyomtatása.

azd version [flags]

Beállítások

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

A szülőparancsoktól örökölt beállítások

  -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.

Kapcsolódó információk