Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.4 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.4 KB

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