diff --git a/docs/reference/replicated-cli-vm-scp-endpoint.mdx b/docs/reference/replicated-cli-vm-scp-endpoint.mdx index 60fd7dbbf8..b83bbe19a1 100644 --- a/docs/reference/replicated-cli-vm-scp-endpoint.mdx +++ b/docs/reference/replicated-cli-vm-scp-endpoint.mdx @@ -24,12 +24,16 @@ replicated vm scp-endpoint aaaaa11 # Get SCP endpoint for a specific VM by name replicated vm scp-endpoint my-test-vm + +# Get SCP endpoint with a custom username +replicated vm scp-endpoint my-test-vm --username custom-user ``` ### Options ``` - -h, --help help for scp-endpoint + -h, --help help for scp-endpoint + --username string Custom username to use in SCP endpoint instead of the GitHub username set in Vendor Portal ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-vm-ssh-endpoint.mdx b/docs/reference/replicated-cli-vm-ssh-endpoint.mdx index e55f57aa5d..866730f2da 100644 --- a/docs/reference/replicated-cli-vm-ssh-endpoint.mdx +++ b/docs/reference/replicated-cli-vm-ssh-endpoint.mdx @@ -24,12 +24,16 @@ replicated vm ssh-endpoint aaaaa11 # Get SSH endpoint for a specific VM by name replicated vm ssh-endpoint my-test-vm + +# Get SSH endpoint with a custom username +replicated vm ssh-endpoint my-test-vm --username custom-user ``` ### Options ``` - -h, --help help for ssh-endpoint + -h, --help help for ssh-endpoint + --username string Custom username to use in SSH endpoint instead of the GitHub username set in Vendor Portal ``` ### Options inherited from parent commands