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 add: Dodaj składnik do projektu. (Alfa)
- 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 add
Dodaj składnik do projektu. (Alfa)
azd add [flags]
Opcje
--docs Opens the documentation for azd add in your web browser.
-h, --help Gets help for add.
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
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: Zaloguj się do platformy Azure.
- wylogowywanie uwierzytelniania azd: wyloguj się z platformy Azure.
- Powrót do początku
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.
Aby zalogować się przy użyciu tożsamości zarządzanej, przekaż wartość --managed-identity, która będzie używać przypisanej przez system tożsamości zarządzanej. Aby użyć tożsamości zarządzanej przypisanej przez użytkownika, przekaż wartość --client-id oprócz --managed-identity z identyfikatorem klienta tożsamości zarządzanej przypisanej przez użytkownika, której chcesz użyć.
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.
--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.
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: Uwierzytelnianie za pomocą platformy Azure.
- Powrót do początku
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 auth: Uwierzytelnianie za pomocą platformy Azure.
- Powrót do początku
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ę.
- azd config list-alpha: wyświetl listę dostępnych funkcji na etapie alfa.
- azd config reset: resetuje konfigurację domyślnie.
- zestaw konfiguracji azd: ustawia konfigurację.
- azd config show: Pokaż wszystkie wartości konfiguracji.
- azd config unset: Usuwa konfigurację.
- Powrót do początku
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: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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ż
- azd config: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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 config: Zarządzanie konfiguracjami azd (np. domyślna subskrypcja platformy Azure, lokalizacja).
- Powrót do początku
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-value: Pobierz konkretną wartość środowiska.
- azd env get-values: Pobierz wszystkie wartości środowiska.
- azd env list: Lista środowisk.
- azd env new: Utwórz nowe środowisko i ustaw je jako domyślne.
- azd env refresh: Odśwież ustawienia środowiska przy użyciu informacji z poprzedniej aprowizacji infrastruktury.
- azd env select: Ustaw środowisko domyślne.
- azd env set: Zarządzanie ustawieniami środowiska.
- Powrót do początku
azd env get-value
Uzyskaj konkretną wartość środowiska.
azd env get-value <keyName> [flags]
Opcje
--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.
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ądzanie środowiskami.
- Powrót do początku
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: Zarządzanie środowiskami.
- Powrót do początku
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: Zarządzanie środowiskami.
- Powrót do początku
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: Zarządzanie środowiskami.
- Powrót do początku
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: Zarządzanie środowiskami.
- Powrót do początku
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: Zarządzanie środowiskami.
- Powrót do początku
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 env: Zarządzanie środowiskami.
- Powrót do początku
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
- Powrót do początku
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 hooks: Opracowywanie, testowanie i uruchamianie haków dla aplikacji. (Wersja beta)
- Powrót do początku
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.
-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.
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)
- Powrót do początku
konfiguracja potoku azd
Skonfiguruj potok wdrażania, aby bezpiecznie nawiązać połączenie z platformą Azure. (Wersja beta)
azd pipeline config [flags]
Opcje
-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")
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)
- Powrót do początku
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.
--show-secrets Unmask secrets in output.
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.
-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.
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: znajdowanie i wyświetlanie szczegółów szablonu. (Wersja beta)
- Powrót do początku
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ż
- azd template: znajdowanie i wyświetlanie szczegółów szablonu. (Wersja beta)
- Powrót do początku
ź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ż
- azd template: znajdowanie i wyświetlanie szczegółów szablonu. (Wersja beta)
- dodaj źródło szablonu azd: dodaje źródło szablonu azd z określonym kluczem. (Wersja beta)
- lista źródłowa szablonu azd: wyświetla listę skonfigurowanych źródeł szablonów azd. (Wersja beta)
- azd template source remove: Usuwa określone źródło szablonu azd (beta)
- Powrót do początku
dodaj źródło szablonu azd
Dodaje źródło szablonu azd z określonym kluczem. (Wersja beta)
Streszczenie
Klucz może być dowolną wartością, która jednoznacznie identyfikuje źródło szablonu, z dobrze znanymi wartościami: {default: Default: Default templates ·awesome-azd: Templates from https://aka.ms/awesome-azd
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. 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'.
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)
- Powrót do początku
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ż
- źródło szablonu azd: wyświetlanie źródeł szablonów i zarządzanie nimi. (Wersja beta)
- Powrót do początku
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ż
- źródło szablonu azd: wyświetlanie źródeł szablonów i zarządzanie nimi. (Wersja beta)
- Powrót do początku
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.