From 3693b92babaae49fa3df042f781cdc71bf3536be Mon Sep 17 00:00:00 2001 From: Replicated Release Pipeline Date: Thu, 15 May 2025 21:13:41 +0000 Subject: [PATCH] Update Replicated CLI docs for v0.106.0 --- docs/reference/replicated-cli-vm-scp-endpoint.mdx | 6 +++++- docs/reference/replicated-cli-vm-ssh-endpoint.mdx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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