Skip to content

Commit 9fb4bd4

Browse files
divolginReplicated Release Pipeline
and
Replicated Release Pipeline
authored
Update Replicated CLI docs for v0.106.0 (#3260)
Co-authored-by: Replicated Release Pipeline <release@replicated.com>
1 parent 8169c1d commit 9fb4bd4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/reference/replicated-cli-vm-scp-endpoint.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ replicated vm scp-endpoint aaaaa11
2424
2525
# Get SCP endpoint for a specific VM by name
2626
replicated vm scp-endpoint my-test-vm
27+
28+
# Get SCP endpoint with a custom username
29+
replicated vm scp-endpoint my-test-vm --username custom-user
2730
```
2831

2932
### Options
3033

3134
```
32-
-h, --help help for scp-endpoint
35+
-h, --help help for scp-endpoint
36+
--username string Custom username to use in SCP endpoint instead of the GitHub username set in Vendor Portal
3337
```
3438

3539
### Options inherited from parent commands

docs/reference/replicated-cli-vm-ssh-endpoint.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ replicated vm ssh-endpoint aaaaa11
2424
2525
# Get SSH endpoint for a specific VM by name
2626
replicated vm ssh-endpoint my-test-vm
27+
28+
# Get SSH endpoint with a custom username
29+
replicated vm ssh-endpoint my-test-vm --username custom-user
2730
```
2831

2932
### Options
3033

3134
```
32-
-h, --help help for ssh-endpoint
35+
-h, --help help for ssh-endpoint
36+
--username string Custom username to use in SSH endpoint instead of the GitHub username set in Vendor Portal
3337
```
3438

3539
### Options inherited from parent commands

0 commit comments

Comments
 (0)