diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/deploy/deploy.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/deploy/deploy.mdx index 3c458cd4fe..b7cf02ee46 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/deploy/deploy.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/deploy/deploy.mdx @@ -54,6 +54,10 @@ The `--skip-build` option, when sent, prevents the build command from being call The `--sync` option synchronizes the local `azion.json` file with remote resources. +#### local + +The `--local` option allows to build and deploy locally. This may be useful if you have a custom build environment or need more control over the build stage. + :::note Once the deployment is triggered, Azion will open the browser and take the user to a page on Azion Console where the deployment logs and process can be monitored. If it doesn't open automatically, just click on the provided link. ::: diff --git a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/deploy/deploy.mdx b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/deploy/deploy.mdx index baead4ef8a..b02c58bec2 100644 --- a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/deploy/deploy.mdx +++ b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/deploy/deploy.mdx @@ -14,7 +14,7 @@ menu_namespace: cliMenuAlpha Implante uma edge application no edge através da Azion CLI. :::note -In case one or more required fields aren't informed through the specific flags, an interactive message prompts and asks for the missing information. +Caso um ou mais campos obrigatórios não sejam informados através das flags específicas, uma mensagem interativa pedirá as informações faltantes. ::: --- @@ -55,7 +55,10 @@ A opção `--skip-build`, quando enviada, impede que o comando de build seja cha A opção `--sync` sincroniza o arquivo local `azion.json` com os recursos remotos. +#### local + +A opção `--local` permite realizar o build e o deploy localmente. Isso pode ser útil se você tiver um ambiente de build personalizado ou precisar de mais controle sobre a etapa de build. + :::note Uma vez que o deployment é iniciado, a Azion abrirá o navegador e levará o usuário a uma página no Azion Console onde os logs e o processo de implantação podem ser monitorados. Se não abrir automaticamente, basta clicar no link fornecido. - -::: \ No newline at end of file +:::