Skip to content

Commit

Permalink
build: Fix codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan committed May 13, 2024
1 parent 95a92d6 commit cf2bd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli/argo_cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ argo cp my-wf output-directory ... [flags]
```
--artifact-name string name of output artifact in workflow
-h, --help help for cp
-n, --namespace string namespace of workflow
--node-id string id of node in workflow
--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}")
--template-name string name of template in workflow
Expand All @@ -50,7 +51,6 @@ argo cp my-wf output-directory ... [flags]
--instanceid string submit with a specific controller's instance id label. Default to the ARGO_INSTANCEID environment variable.
--kubeconfig string Path to a kube config. Only required if out-of-cluster
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info")
-n, --namespace string If present, the namespace scope for this CLI request
--password string Password for basic authentication to the API server
--proxy-url string If provided, this URL will be used to connect via proxy
--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")
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/argo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ See https://argo-workflows.readthedocs.io/en/release-3.4/argo-server/
--managed-namespace string namespace that watches, default to the installation namespace
--namespaced run as namespaced mode
-p, --port int Port to listen on (default 2746)
-e, --secure Whether or not we should listen on TLS. (default true)
--tls-certificate-secret-name string The name of a Kubernetes secret that contains the server certificates
--x-frame-options string Set X-Frame-Options header in HTTP responses. (default "DENY")
```
Expand Down Expand Up @@ -63,7 +64,6 @@ See https://argo-workflows.readthedocs.io/en/release-3.4/argo-server/
--password string Password for basic authentication to the API server
--proxy-url string If provided, this URL will be used to connect via proxy
--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")
-e, --secure Whether or not the server is using TLS with the Argo Server. Defaults to the ARGO_SECURE environment variable. (default true)
--server string The address and port of the Kubernetes API server
--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.
--token string Bearer token for authentication to the API server
Expand Down

0 comments on commit cf2bd78

Please sign in to comment.