File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ replicated vm scp-endpoint aaaaa11
2424
2525# Get SCP endpoint for a specific VM by name
2626replicated 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
Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ replicated vm ssh-endpoint aaaaa11
2424
2525# Get SSH endpoint for a specific VM by name
2626replicated 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
You can’t perform that action at this time.
0 commit comments