stormpath-cli
stormpath-cli copied to clipboard
The official Stormpath command line client.
Enterprise customer wants to use this but it doesn't look like there is a way to set the base URL to enterprise atm.
Ideally stormpath-cli should be able to export enough data that we can snapshot our setup at a point in time - such that we can use this to recover e.g....
I need to programmatically add/remove authorized callback and origin uris to our application. I looked through the API docs and this cli tool, but all I can see is the...
When registering a new account the password minimum length requirement is not mentioned but is enforced. If an invalid password is entered then the registration flow starts over from the...
This command should let you do stuff like: ``` console $ stormpath import postgres://user:password@host/db $ stormpath import Please select the type of database you'd like to import: [postgres|mysql|mongodb|...]: $ stormpath...
The default behavior is to emit TSA output when redirecting to a file or piping to STDOUT. This makes it impossible to send JSON to another program for processing. Suggest...
Updating the name for the group is hard under the circumstances of searching... I need to think of a good solution for this.