Skip to content

Commit

Permalink
feat: add local flag on deploy command (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiafonso-ol authored Oct 30, 2024
1 parent f28a0f2 commit 57aaadf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

---
Expand Down Expand Up @@ -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.

:::
:::

0 comments on commit 57aaadf

Please sign in to comment.