Skip to content

Commit

Permalink
fixed codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Jun 28, 2021
1 parent 08d2022 commit 38dafcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/commands/argocd-autopilot_application_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ argocd-autopilot application create [APP_NAME] [flags]
argocd-autopilot app create <new_app_name> --app github.com/some_org/some_repo/manifests?ref=<branch_name> --project project_name
# Wait until the application is Synced in the cluster:
argocd-autopilot app create <new_app_name> --app github.com/some_org/some_repo/manifests --project project_name --wait-timeout 2m --context my_context
```

### Options
Expand Down Expand Up @@ -69,7 +73,7 @@ argocd-autopilot application create [APP_NAME] [flags]
--token string Bearer token for authentication to the API server
--type string The application type (kustomize|dir)
--user string The name of the kubeconfig user to use
--wait-timeout duration If not '0s', will connect try to connect to the cluster and wait until the application is in Synced status for the specified timeout period.
--wait-timeout duration If not '0s', will try to connect to the cluster and wait until the application is in 'Synced' status for the specified timeout period
```

### Options inherited from parent commands
Expand Down

0 comments on commit 38dafcd

Please sign in to comment.