Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal committed Mar 7, 2024
1 parent 3e5a2af commit dd26384
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_add-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ argocd app add-source APPNAME [flags]

```
--allow-empty Set allow zero live resources when sync is automated
-N, --app-namespace string Namespace of the target application where the source will be appended
--auto-prune Set automatic pruning when sync is automated
--config-management-plugin string Config management plugin name
--dest-name string K8s cluster Name (e.g. minikube)
Expand Down
5 changes: 3 additions & 2 deletions docs/user-guide/commands/argocd_app_remove-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ argocd app remove-source APPNAME [flags]
### Options

```
-h, --help help for remove-source
--source-index int Index of the source from the list of sources of the app. Index starts from 0. (default -1)
-N, --app-namespace string Namespace of the target application where the source will be appended
-h, --help help for remove-source
--source-index int Index of the source from the list of sources of the app. Index starts from 0. (default -1)
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ argocd app set APPNAME [flags]

```
--allow-empty Set allow zero live resources when sync is automated
-N, --app-namespace string Set application parameters in namespace
--auto-prune Set automatic pruning when sync is automated
--config-management-plugin string Config management plugin name
--dest-name string K8s cluster Name (e.g. minikube)
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/commands/argocd_app_unset.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ argocd app unset APPNAME parameters [flags]
### Options

```
-N, --app-namespace string Unset application parameters in namespace
-h, --help help for unset
--ignore-missing-value-files Unset the helm ignore-missing-value-files option (revert to false)
--kustomize-image stringArray Kustomize images name (e.g. --kustomize-image node --kustomize-image mysql)
Expand Down

0 comments on commit dd26384

Please sign in to comment.