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

gitops init -- Add CLI command to set up a new cluster repo. #43

Open
jarekwg opened this issue Jun 9, 2021 · 0 comments
Open

gitops init -- Add CLI command to set up a new cluster repo. #43

jarekwg opened this issue Jun 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jarekwg
Copy link
Member

jarekwg commented Jun 9, 2021

(moved this out of readme, zero prio to work on it atm though).

Add a command to create a template cluster repo (ala uptick-cluster) and give instructions to push it up and set up a webhook.

Developer experience should look something like:

pip install gitops
gitops init-repo
    -> Creates cluster repo (maybe with examples?)
    -> Explains or pushes repo up somewhere.
    -> Explains or sets up a webhook on that repo.
gitops init-secrets
    -> Either downloads secrets from AWS using awscli or
    -> Prompts for each secret individually.
gitops deploy-server
    -> helm upgrade gitops chart... (see tasks.py:deploy)
@jarekwg jarekwg added the enhancement New feature or request label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant