mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Add anonymous login examples to the README
This commit is contained in:
parent
b814529aa2
commit
db3697c372
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ You can pass your account via credentials (username & password) or refresh token
|
||||||
- ```shell
|
- ```shell
|
||||||
$ crunchy --credentials "user:password"
|
$ crunchy --credentials "user:password"
|
||||||
```
|
```
|
||||||
|
- Anonymous
|
||||||
|
- Login without an account at all is also possible.
|
||||||
|
- ```shell
|
||||||
|
$ crunchy --anonymous
|
||||||
|
```
|
||||||
|
|
||||||
### Login
|
### Login
|
||||||
|
|
||||||
|
|
@ -89,6 +94,7 @@ $ crunchy --etp-rt "abcd1234-zyxw-9876-98zy-a1b2c3d4e5f6" login
|
||||||
```
|
```
|
||||||
|
|
||||||
Once set, you do not need to provide `--etp-rt` / `--credentials` anymore when using the cli.
|
Once set, you do not need to provide `--etp-rt` / `--credentials` anymore when using the cli.
|
||||||
|
This does not work if you've using this with `--anonymous`.
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue