$ cnpm install @bloq/cloud-cli
☁️ ????
$ npm install -g @bloq/cloud-cli
$ bcl COMMAND
running command...
$ bcl (-v|--version|version)
@bloq/cloud-cli/2.3.0 darwin-x64 node-v10.17.0
$ bcl --help [COMMAND]
USAGE
$ bcl COMMAND
...
bcl client-keys OPERATION
bcl client-token
bcl clusters OPERATION
bcl conf [KEY] [VALUE]
bcl connect METHOD
bcl events
bcl help [COMMAND]
bcl login
bcl logout
bcl nodes OPERATION
bcl profile
bcl signup
bcl status
bcl update-password
bcl user-keys OPERATION
bcl verify
bcl client-keys OPERATION
Manage your BloqCloud client key(s)
USAGE
$ bcl client-keys OPERATION
ARGUMENTS
OPERATION (create|list|remove) [default: list] Specify the type of client-keys operation to run
OPTIONS
-i, --clientId=clientId client id
See code: src/commands/client-keys.js
bcl client-token
Generate new client token(s)
USAGE
$ bcl client-token
See code: src/commands/client-token.js
bcl clusters OPERATION
Manage your BloqCloud clusters
USAGE
$ bcl clusters OPERATION
ARGUMENTS
OPERATION (create|list|remove|info|chains|services) [default: list] Specify the type of cluster operation to run
OPTIONS
-a, --all list all clusters
-i, --clusterId=clusterId cluster id
-s, --serviceId=serviceId service id
-t, --authType=(jwt|basic) [default: basic] auth type (jwt or basic)
See code: src/commands/clusters.js
bcl conf [KEY] [VALUE]
manage configuration
USAGE
$ bcl conf [KEY] [VALUE]
ARGUMENTS
KEY key of the config
VALUE value of the config
OPTIONS
-d, --cwd=cwd config file location
-d, --delete delete?
-h, --help show CLI help
-k, --key=key key of the config
-n, --name=name config file name
-p, --project=project project name
-v, --value=value value of the config
See code: conf-cli
bcl connect METHOD
Access Connect services through bcl
USAGE
$ bcl connect METHOD
ARGUMENTS
METHOD (block|blocks|block-hash|raw-block|transaction|tx|raw-transaction|raw-tx) Specify the method to get from
connect API
OPTIONS
-a, --argument=argument Specify the argument for the method
-c, --chain=btc|bch [default: btc] Specify the chain for the method
-n, --network=mainnet [default: mainnet] Specify the network for the method
See code: src/commands/connect.js
bcl events
Get BloqCloud daily events
USAGE
$ bcl events
OPTIONS
-s, --service=service service name
See code: src/commands/events.js
bcl help [COMMAND]
display help for bcl
USAGE
$ bcl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
bcl login
Login to your BloqCloud account
USAGE
$ bcl login
OPTIONS
-p, --password=password password
-u, --user=user email address or account id
See code: src/commands/login.js
bcl logout
Clear local user data
USAGE
$ bcl logout
See code: src/commands/logout.js
bcl nodes OPERATION
Manage your BloqCloud nodes
USAGE
$ bcl nodes OPERATION
ARGUMENTS
OPERATION (create|list|remove|info|chains|services) [default: list] Specify the type of nodes operation to run
OPTIONS
-a, --all list all nodes
-i, --nodeId=nodeId node id
-s, --serviceId=serviceId service id
-t, --authType=(jwt|basic) [default: basic] auth type (jwt or basic)
See code: src/commands/nodes.js
bcl profile
Retrieve user profile
USAGE
$ bcl profile
See code: src/commands/profile.js
bcl signup
Setup a new BloqCloud account
USAGE
$ bcl signup
See code: src/commands/signup.js
bcl status
Get BloqCloud services status
USAGE
$ bcl status
See code: src/commands/status.js
bcl update-password
Update user password
USAGE
$ bcl update-password
See code: src/commands/update-password.js
bcl user-keys OPERATION
Manage your BloqCloud user key(s)
USAGE
$ bcl user-keys OPERATION
ARGUMENTS
OPERATION (create|list|remove|info) [default: list] Specify the type of user-keys operation to run
OPTIONS
-i, --keyId=keyId key id
-t, --type=bit|pgp key type
See code: src/commands/user-keys.js
bcl verify
Verifies your BloqCloud account and complete signup process
USAGE
$ bcl verify
OPTIONS
-t, --token=token verification token
-u, --user=user email address or account id
See code: src/commands/verify.js
Copyright 2014 - 2016 © taobao.org |