File tree 2 files changed +10
-2
lines changed
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
24
24
25
25
# Get SCP endpoint for a specific VM by name
26
26
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
27
30
```
28
31
29
32
### Options
30
33
31
34
```
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
33
37
```
34
38
35
39
### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ replicated vm ssh-endpoint aaaaa11
24
24
25
25
# Get SSH endpoint for a specific VM by name
26
26
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
27
30
```
28
31
29
32
### Options
30
33
31
34
```
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
33
37
```
34
38
35
39
### Options inherited from parent commands
You can’t perform that action at this time.
0 commit comments