Skip to content

Latest commit

 

History

History

ucli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@evereactor/ucli

Eve universal CLI as a single binary

$ eve
universal cli single binary

VERSION
  @evereactor/ucli/0.0.1 linux-x64 node-v18.5.0

USAGE
  $ eve [COMMAND]

TOPICS
  broker  broker subcommands

COMMANDS
  autocomplete  display autocomplete installation instructions
  init          initialize eve

Commands

autocomplete

$ eve
Building the autocomplete cache... done

Setup Instructions for EVE CLI Autocomplete ---

1) Add the autocomplete env var to your zsh profile and source it

$ printf "eval $(eve autocomplete script zsh)" >> ~/.zshrc; source ~/.zshrc

NOTE: After sourcing, you can run `$ compaudit -D` to ensure no permissions conflicts are present

2) Test it out, e.g.:
$ eve <TAB>                 # Command completion
$ eve command --<TAB>       # Flag completion

Enjoy!

init

$ eve init
TODO... init

Subcommands

broker

$ eve broker
TODO... broker

broker config

$ eve broker config
TODO... broker config

broker start

$ eve broker start
TODO... broker start