Skip to content
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

Refactor: remove deprecated auth command #550

Merged
merged 2 commits into from
Dec 29, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
docs: update main readme
  • Loading branch information
oddgrd committed Dec 22, 2022
commit abfe80b4f3f632f5caa577ddfc793a67b857297c
13 changes: 5 additions & 8 deletions cargo-shuttle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,15 @@ To initialize a shuttle project with boilerplates, run `cargo shuttle init [OPTI
Currently, `cargo shuttle init` supports the following frameworks:

- `--axum`: for [axum](https://github.com/tokio-rs/axum) framework
- `--actix-web`: for [actix web](https://actix.rs/) framework
- `--poem`: for [poem](https://github.com/poem-web/poem) framework
- `--rocket`: for [rocket](https://rocket.rs/) framework
- `--salvo`: for [salvo](https://salvo.rs/) framework
- `--serenity`: for [serenity](https://serenity.rs/) discord bot framework
- `--thruster`: for [thruster](https://github.com/thruster-rs/Thruster) framework
- `--tide`: for [tide](https://github.com/http-rs/tide) framework
- `--tower`: for [tower](https://github.com/tower-rs/tower) library
- `--warp`: for [warp](https://github.com/seanmonstar/warp) framework

For example, running the following command will initialize a project for [rocket](https://rocket.rs/):

Expand Down Expand Up @@ -177,14 +182,6 @@ Check the logs of your deployed shuttle project with:
$ cargo shuttle logs
```

### Subcommand: `auth`

Run the following to create user credentials for shuttle platform:

```sh
$ cargo shuttle auth your-desired-username
```

### Subcommand: `delete`

Once you are done with a deployment, you can delete it by running:
Expand Down