mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-13 23:36:51 +00:00
Merge pull request #299 from circa10a/main
Switch get commands to use tables for output
This commit is contained in:
commit
d41bd6b6b1
17 changed files with 226 additions and 106 deletions
|
|
@ -9,7 +9,8 @@ The get sub-commands print the statuses of sources and resources.
|
|||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for get
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
-h, --help help for get
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ gotk get helmreleases [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ gotk get kustomizations [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ The get source sub-commands print the statuses of the sources.
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ gotk get sources bucket [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ gotk get sources git [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ gotk get sources helm [flags]
|
|||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
-A, --all-namespaces list the requested object(s) across all namespaces
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
-n, --namespace string the namespace scope for this operation (default "gotk-system")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue