Skip to content

Commit cf2bd78

Browse files
committed
build: Fix codegen
Signed-off-by: Yuan Tang <[email protected]>
1 parent 95a92d6 commit cf2bd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/argo_cp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ argo cp my-wf output-directory ... [flags]
2424
```
2525
--artifact-name string name of output artifact in workflow
2626
-h, --help help for cp
27+
-n, --namespace string namespace of workflow
2728
--node-id string id of node in workflow
2829
--path string use variables {workflowName}, {nodeId}, {templateName}, {artifactName}, and {namespace} to create a customized path to store the artifacts; example: {workflowName}/{templateName}/{artifactName} (default "{namespace}/{workflowName}/{nodeId}/outputs/{artifactName}")
2930
--template-name string name of template in workflow
@@ -50,7 +51,6 @@ argo cp my-wf output-directory ... [flags]
5051
--instanceid string submit with a specific controller's instance id label. Default to the ARGO_INSTANCEID environment variable.
5152
--kubeconfig string Path to a kube config. Only required if out-of-cluster
5253
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info")
53-
-n, --namespace string If present, the namespace scope for this CLI request
5454
--password string Password for basic authentication to the API server
5555
--proxy-url string If provided, this URL will be used to connect via proxy
5656
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")

docs/cli/argo_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ See https://argo-workflows.readthedocs.io/en/release-3.4/argo-server/
3434
--managed-namespace string namespace that watches, default to the installation namespace
3535
--namespaced run as namespaced mode
3636
-p, --port int Port to listen on (default 2746)
37+
-e, --secure Whether or not we should listen on TLS. (default true)
3738
--tls-certificate-secret-name string The name of a Kubernetes secret that contains the server certificates
3839
--x-frame-options string Set X-Frame-Options header in HTTP responses. (default "DENY")
3940
```
@@ -63,7 +64,6 @@ See https://argo-workflows.readthedocs.io/en/release-3.4/argo-server/
6364
--password string Password for basic authentication to the API server
6465
--proxy-url string If provided, this URL will be used to connect via proxy
6566
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
66-
-e, --secure Whether or not the server is using TLS with the Argo Server. Defaults to the ARGO_SECURE environment variable. (default true)
6767
--server string The address and port of the Kubernetes API server
6868
--tls-server-name string If provided, this name will be used to validate server certificate. If this is not provided, hostname used to contact the server is used.
6969
--token string Bearer token for authentication to the API server

0 commit comments

Comments
 (0)