npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bloq/cloud-cli

v4.0.0

Published

BloqCloud CLI

Downloads

64

Readme

cloud-cli

☁️ 💻

oclif Version Downloads/week License

Usage

$ npm install -g @bloq/cloud-cli
$ bcl COMMAND
running command...
$ bcl (-v|--version|version)
@bloq/cloud-cli/4.0.0 darwin-x64 node-v14.21.3
$ bcl --help [COMMAND]
USAGE
  $ bcl COMMAND
...

Commands

bcl client-keys OPERATION

Manage your Bloq 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, --keyId=keyId  client key id, used with `remove` operation.
  -j, --json         JSON output
  -y, --yes          answer "yes" to prompts

See code: src/commands/client-keys.js

bcl client-token

Generate new client token(s)

USAGE
  $ bcl client-token

OPTIONS
  -j, --json  JSON output

See code: src/commands/client-token.js

bcl clusters OPERATION

Manage your Bloq clusters

USAGE
  $ bcl clusters OPERATION

ARGUMENTS
  OPERATION  (chains|create|disable-service|info|list|remove|services|update) [default: list] Specify the type of
             cluster operation to run

OPTIONS
  -A, --allClusters                list all clusters from every user (admins only)
  -F, --force                      force remove cluster from any user (admins only)
  -S, --sort=sort                  results sorting key
  -a, --all                        list all clusters, started and stopped
  -c, --capacity=capacity          [default: 2] capacity
  -i, --clusterId=clusterId        cluster id
  -j, --json                       JSON output
  -l, --alias=alias                set or update cluster alias
  -s, --serviceId=serviceId        service id
  -t, --authType=(jwt|basic|none)  [default: basic] auth type: jwt, basic or none
  -y, --yes                        answer "yes" to prompts
  --abort                          Abort an (update) operation

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 events

Get Bloq daily events

USAGE
  $ bcl events

OPTIONS
  -j, --json             JSON output
  -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
  -n, --nested-commands  Include all nested commands in the output.

See code: @oclif/plugin-help

bcl login

Login to your Bloq account

USAGE
  $ bcl login

OPTIONS
  -j, --json               JSON output
  -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

OPTIONS
  -j, --json  JSON output
  -y, --yes   answer "yes" to prompts

See code: src/commands/logout.js

bcl nodes OPERATION

Manage your Bloq nodes

USAGE
  $ bcl nodes OPERATION

ARGUMENTS
  OPERATION  (create|list|remove|info|logs|chains|services) [default: list] Specify the type of nodes operation to run

OPTIONS
  -a, --all                   list all nodes
  -i, --nodeId=nodeId         node id
  -j, --json                  JSON output
  -l, --lines=lines           max lines to retrieve
  -s, --serviceId=serviceId   service id
  -t, --authType=(jwt|basic)  [default: basic] auth type (jwt or basic)
  -y, --yes                   answer "yes" to prompts

See code: src/commands/nodes.js

bcl profile

Retrieve user profile

USAGE
  $ bcl profile

OPTIONS
  -j, --json  JSON output

See code: src/commands/profile.js

bcl signup

Setup a new Bloq account

USAGE
  $ bcl signup

See code: src/commands/signup.js

bcl status

Get Bloq services status

USAGE
  $ bcl status

OPTIONS
  -j, --json  JSON output

See code: src/commands/status.js

bcl update-password

Update user password

USAGE
  $ bcl update-password

See code: src/commands/update-password.js

bcl verify

Verifies your Bloq 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