1.2.1 • Published 2 years ago

vbops-cli v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

VPOS-CLI

Projeto destinado a facilitar o processo devops na empresa Cartão Vai Bem.

Instalação ▶️

Para fazer o deploy desse projeto rode

  npm i -g vbops-cli 

or

  yarn global add vbops-cli 

Principais Comandos 🏌️

  Options:
  -V, --version                                    output the version number
  -h, --help                                       display help for command

Commands:

  # Comando parar gerar arquivos necessários para o deploy.
  generate [name] [port] [srv-port] [type] [keys]

          Create deployment files.

          [name]        - Name of the microservice.

          [port]        - Port of the microservice.

          [srv-port]    - Service port in the Kubernets.

          [type]        - Deployment type [homolog] or [production].

          [keys]        - Type keys [configMap], [secret] name in the Kubernets.
                          Your keys must have the same name of the project in the Kubernets.

          -D, --Dockerfile    - Generate dockerfiles [nextjs, reactjs, nestjs, python].
          -i, --ignores       - Gerate [.gitignore, .prettierignore, .dockerignore] files.
                          

  help [command]                                   display help for command

Funcionalidades 🤖

  • Gerar arquivos de configuração do helm para ambiente de produção e homologação
  • Gerar arquivo de configuração azure-pipeline para ambiente de produção e homologação

Autores 🦄