opalstack-cli
v1.0.1
Published
Opalstack cli
Downloads
3
Readme
Opalstack CLI
Opalstack CLI is a simple CLI to do some Opalstack actions without the need of a browser using their API
Login through CLI
Add an email
Receive information about your operation
Usage
https://user-images.githubusercontent.com/1919322/183150911-b29f2258-2783-4d89-a5fe-15fd032f8536.mp4
Install
$ npm install -g opalstack-cli
you will be asked to log in if you haven't already done it, otherwise it'll take credentials from your credentials file locally
Call commands directly
$ opalstack-cli --help
Opalstack CLI
add:
opalstack-cli add email <username> <email>
$ opalstack-cli add email test_username [email protected]
Current operations
- Add an email
- More to come ...