Skip to content

Commit

Permalink
feat: add debug flag (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiafonso-ol authored Oct 31, 2024
1 parent 9a886d0 commit 3270975
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ The `--sync` option synchronizes the local `azion.json` file with remote resourc

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.

#### debug

The `--debug` option allows you to see the logs of the deploying process directly on the terminal.

:::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.
Once the deployment is triggered, Azion will open the browser and take you 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. Using the `--debug` flag will open the browser and display logs in the terminal as well.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ A opção `--sync` sincroniza o arquivo local `azion.json` com os recursos remot

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.

#### debug

A opção `--debug` permite que você veja os logs do processo de deploy diretamente no terminal.

:::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.
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. Usar a flag `--debug` abrirá o navegador e exibirá logs no terminal também.
:::

0 comments on commit 3270975

Please sign in to comment.