Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package provider, upgrade package version and use cmd structure #252

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

idasilva
Copy link

@idasilva idasilva commented Dec 7, 2023

Descrição

Esse PR tem por objetivo fazer o upgrade de alguns pacotes externos, modificar a estrutura do projeto com alguns padroes.

Motivação e contexto

Atualizar projeto.

Testes

Podem ser realizados atraves do CLI no proprio console:

./secrets-init sync \
    --provider aws \
    --project  dev/secrets  \
    --filter new-app  \
    --data-parser json \
   --template "{{.ContentKey | ToUpper }}={{ .ContentValue }}" \
   --output=./.env-production

Tipo de mudança

  • Correção de bug
  • Nova funcionalidade
  • Melhorias na implementação
  • Atualização de dependências
  • Testes automatizados
  • Documentação

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant