Repo structure created with argocd-autopilot 0.4.12.
export GIT_TOKEN=ghp_PcZ...IP0
export GIT_REPO=https://github.com/schnatterer/argocd-autopilot-example
# Basic setup
argocd-autopilot repo bootstrap
# Add first app
argocd-autopilot project create staging
argocd-autopilot app create my-app -p staging --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
# Add stage to app
argocd-autopilot project create production
argocd-autopilot app create my-app -p production --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
There also is a branch that shows what happens on
argocd-autopilot repo uninstall
See https://argocd-autopilot.readthedocs.io/en/stable/Getting-Started/