diff --git a/docs/cli/argo_cp.md b/docs/cli/argo_cp.md index 6cb6bcd0548c..4deabf3cd0e9 100644 --- a/docs/cli/argo_cp.md +++ b/docs/cli/argo_cp.md @@ -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 @@ -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") diff --git a/docs/cli/argo_server.md b/docs/cli/argo_server.md index aa6d0b4e93f3..cf7ffc7c30fe 100644 --- a/docs/cli/argo_server.md +++ b/docs/cli/argo_server.md @@ -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") ``` @@ -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