Skip to content
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Release 1.3.2 (TBD)
## Release 1.3.2 (11/3/23)

### Changed

Expand Down
6 changes: 6 additions & 0 deletions docs/cli/start_here.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ Store your RunPod API key by running `runpod config`. Optionally you can also ca
![runpod ssh add-key](demos/ssh.gif)

Add a SSH key to you account by running `runpod ssh add-key`. To specify and existing key pass in `--key` or `--key-file` to use a file. Keys are stored in `~/.runpod/ssh/`. If no key is specified a new one will be generated and stored.

## RunPod Project

A "project" is the start of a serverless worker. To get started call `runpod project new`, you will be asked a few questions about the project you are creating, a project folder will be created. You can now navigate into your repo and run `runpod project start`.

Once you are finished developing you can run `runpod project deploy` to deploy your project and create an endpoint.