Skip to content

Update Replicated CLI docs for v0.106.0 #3260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/reference/replicated-cli-vm-scp-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/reference/replicated-cli-vm-ssh-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down