0.1.0 • Published 8 months ago

@hypermode/hyp-cli v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

hyp

A new CLI for the Hypermode service

oclif Version Downloads/week

Usage

$ npm install -g @hypermode/hyp-cli
$ hyp COMMAND
running command...
$ hyp (--version)
@hypermode/hyp-cli/0.0.1-alpha.1 darwin-arm64 node-v22.9.0
$ hyp --help [COMMAND]
USAGE
  $ hyp COMMAND
...

Commands

hyp login

Login to Hypermode Console

hyp login

See code: src/commands/login/index.ts

hyp logout

Logout of Hypermode Console in the CLI

hyp logout

See code: src/commands/logout/index.ts

hyp org switch

Switch the current Hypermode organization

hyp org switch

See code: src/commands/org/switch.ts