Azure Developer CLI — dokumentacja

W tym artykule opisano składnię i parametry dla różnych poleceń interfejsu wiersza polecenia dla deweloperów platformy Azure.

Azd

Interfejs wiersza polecenia dla deweloperów platformy Azure (azd) to narzędzie typu open source, które ułatwia dołączanie aplikacji na platformie Azure i zarządzanie nią

Opcje

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

Zobacz też

  • azd auth: Uwierzytelnianie za pomocą platformy Azure.
  • azd config: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
  • azd deploy: wdróż kod aplikacji na platformie Azure.
  • azd down: Usuwanie zasobów platformy Azure dla aplikacji.
  • azd env: Zarządzanie środowiskami.
  • azd hooks: Opracowywanie, testowanie i uruchamianie haków dla aplikacji. (Wersja beta)
  • azd init: inicjowanie nowej aplikacji.
  • monitor azd: monitorowanie wdrożonej aplikacji. (Wersja beta)
  • pakiet azd: pakuje kod aplikacji do wdrożenia na platformie Azure. (Wersja beta)
  • potok azd: zarządzanie potokami wdrażania i konfigurowanie ich. (Wersja beta)
  • azd provision: Aprowizuj zasoby platformy Azure dla aplikacji.
  • azd restore: przywraca zależności aplikacji. (Wersja beta)
  • azd show: Wyświetlanie informacji o aplikacji i jej zasobach.
  • azd template: znajdowanie i wyświetlanie szczegółów szablonu. (Wersja beta)
  • azd up: Aprowizuj zasoby platformy Azure i wdróż projekt za pomocą jednego polecenia.
  • azd version: Drukuj numer wersji interfejsu wiersza polecenia dla deweloperów platformy Azure.

azd auth

Uwierzytelnianie za pomocą platformy Azure.

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd auth login

Loguje się do platformy Azure.

Streszczenie

Loguje się do platformy Azure.

Po uruchomieniu bez żadnych argumentów zaloguj się interaktywnie przy użyciu przeglądarki. Aby zalogować się przy użyciu kodu urządzenia, przekaż polecenie --use-device-code.

Aby zalogować się jako jednostka usługi, przekaż wartość --client-id i --tenant-id, a także jedną z nich: --client-secret, --client-certificate lub --federated-credential-provider.

azd auth login [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

wylogowywanie uwierzytelniania azd

Wyloguj się z platformy Azure.

Streszczenie

Wyloguj się z platformy Azure

azd auth logout [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config

Zarządzaj konfiguracjami azd (np. domyślną subskrypcją platformy Azure, lokalizacją).

Streszczenie

Zarządzanie konfiguracją użytkownika interfejsu wiersza polecenia dla deweloperów platformy Azure, która obejmuje domyślną subskrypcję i lokalizację platformy Azure.

Dostępne od .azure-dev-cli_0.4.0-beta.1

Najprostszym sposobem skonfigurowania azd po raz pierwszy jest uruchomienie polecenia azd init. Wybrana subskrypcja i lokalizacja będą przechowywane w config.json pliku znajdującym się w katalogu konfiguracji. Aby skonfigurować azd w dowolnym momencie później, użyjesz polecenia azd config set.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR.

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config get

Pobiera konfigurację.

Streszczenie

Pobiera konfigurację w ścieżce konfiguracji.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%\.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR.

azd config get <path> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config list-alpha

Wyświetl listę dostępnych funkcji na etapie alfa.

azd config list-alpha [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config reset

Resetuje konfigurację domyślnie.

Streszczenie

Resetuje całą konfigurację w ścieżce konfiguracji.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%\.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR domyślnej.

azd config reset [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

zestaw konfiguracji azd

Ustawia konfigurację.

Streszczenie

Ustawia konfigurację w ścieżce konfiguracji.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%\.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR.

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

Przykłady

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

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config show

Pokaż wszystkie wartości konfiguracji.

Streszczenie

Pokaż wszystkie wartości konfiguracji w ścieżce konfiguracji.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%\.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR.

azd config show [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd config unset

Usuwa konfigurację.

Streszczenie

Usuwa konfigurację w ścieżce konfiguracji.

Wartość domyślna katalogu konfiguracji to:

  • $HOME/.azd w systemach Linux i macOS
  • %USERPROFILE%\.azd w systemie Windows

Katalog konfiguracji można zastąpić, określając ścieżkę w zmiennej środowiskowej AZD_CONFIG_DIR.

azd config unset <path> [flags]

Przykłady

azd config unset defaults.location

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd deploy

Wdróż kod aplikacji na platformie Azure.

azd deploy <service> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd w dół

Usuwanie zasobów platformy Azure dla aplikacji.

azd down [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env

Zarządzaj środowiskami.

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env get-values

Pobierz wszystkie wartości środowiska.

azd env get-values [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env list

Wyświetlanie listy środowisk.

azd env list [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env new

Utwórz nowe środowisko i ustaw je jako domyślne.

azd env new <environment> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env refresh

Odśwież ustawienia środowiska przy użyciu informacji z poprzedniej aprowizacji infrastruktury.

azd env refresh <environment> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env select

Ustaw środowisko domyślne.

azd env select <environment> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd env set

Zarządzanie ustawieniami środowiska.

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

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd haki

Opracowywanie, testowanie i uruchamianie punktów zaczepienia dla aplikacji. (Wersja beta)

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd hooks run

Uruchamia określony punkt zaczepienia dla projektu i usług

azd hooks run <name> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd init

Zainicjuj nową aplikację.

azd init [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

monitor azd

Monitorowanie wdrożonej aplikacji. (Wersja beta)

azd monitor [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

pakiet azd

Pakuje kod aplikacji do wdrożenia na platformie Azure. (Wersja beta)

azd package <service> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

potok azd

Zarządzanie potokami wdrażania i konfigurowanie ich. (Wersja beta)

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

konfiguracja potoku azd

Skonfiguruj potok wdrażania, aby bezpiecznie nawiązać połączenie z platformą Azure. (Wersja beta)

azd pipeline config [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd provision

Aprowizuj zasoby platformy Azure dla aplikacji.

azd provision [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd restore

Przywraca zależności aplikacji. (Wersja beta)

azd restore <service> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd show

Wyświetl informacje o aplikacji i jej zasobach.

azd show [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

szablon azd

Znajdowanie i wyświetlanie szczegółów szablonu. (Wersja beta)

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

  • lista szablonów azd: Pokaż listę przykładowych szablonów azd. (Wersja beta)
  • azd template show: Pokaż szczegóły dla danego szablonu. (Wersja beta)
  • źródło szablonu azd: wyświetlanie źródeł szablonów i zarządzanie nimi. (Wersja beta)
  • Powrót do początku

lista szablonów azd

Pokaż listę przykładowych szablonów azd. (Wersja beta)

azd template list [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd template show

Pokaż szczegóły dla danego szablonu. (Wersja beta)

azd template show <template> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

źródło szablonu azd

Wyświetlanie źródeł szablonów i zarządzanie nimi. (Wersja beta)

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

dodaj źródło szablonu azd

Dodaje źródło szablonu azd w określonym kluczu (beta)

azd template source add <key> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

lista źródłowa szablonu azd

Wyświetla listę skonfigurowanych źródeł szablonów azd. (Wersja beta)

azd template source list [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

usuwanie źródła szablonu azd

Usuwa określone źródło szablonu azd (beta)

azd template source remove <key> [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd w górę

Aprowizuj zasoby platformy Azure i wdróż projekt za pomocą jednego polecenia.

azd up [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też

azd version (wersja azd)

Wyświetl numer wersji interfejsu wiersza polecenia dla deweloperów platformy Azure.

azd version [flags]

Opcje

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

Opcje dziedziczone z poleceń nadrzędnych

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

Zobacz też