Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rsds143/astra-cli into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Svihla committed Feb 25, 2021
2 parents 493f89e + e036f4e commit 6ee5983
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ After creating a service account on the Astra page

```
./bin/astra-cli login -id "changed" -name "changed" -secret "changed"
Login information saved
```

## login with json

```
./bin/astra-cli login -json '{"clientId":"changed","clientName":"[email protected]","clientSecret":"changed"}'
Login information saved
```

### creating database
Expand Down

0 comments on commit 6ee5983

Please sign in to comment.