tp me command and its subcommands.
tp me
View your account information and usage.- Account details
- Current usage statistics
- Billing information
- Organization membership (if applicable)
tp me sshkey
Manage the SSH keys associated with your account. Keys saved here are automatically available when creating clusters, so you don’t need to pass-i each time.
tp me sshkey add
Add an SSH public key to your account.| Argument | Description |
|---|---|
key_path | Path to your SSH public key file |
--name NAME | Optional name for the key (to help you identify it later) |
Examples
Add a key:tp me sshkey list
List the SSH keys on your account. Alias:tp me sshkey ls.
| Option | Description |
|---|---|
--org, --organization | List all SSH keys in your organization |
Examples
List your keys:tp me sshkey remove
Remove an SSH key from your account. Alias:tp me sshkey rm.
| Argument | Description |
|---|---|
key_id | The ID of the SSH key to remove (find this with tp me sshkey list) |
Example
tp me preferences
View your account preferences.Next Steps
- Learn how to SSH into instances
- View the dashboard
- Learn about cluster management