0.0.110 • Published 3 years ago

@lionstep/ebm v0.0.110

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @lionstep/ebm
$ ebm COMMAND
running command...
$ ebm (--version)
@lionstep/ebm/0.0.110 darwin-arm64 node-v18.4.0
$ ebm --help [COMMAND]
USAGE
  $ ebm COMMAND
...

Commands

ebm autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ ebm autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  display autocomplete installation instructions

EXAMPLES
  $ ebm autocomplete

  $ ebm autocomplete bash

  $ ebm autocomplete zsh

  $ ebm autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

ebm hello PERSON

Say hello

USAGE
  $ ebm hello [PERSON] -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/hello/index.ts

ebm hello world

Say hello world

USAGE
  $ ebm hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ ebm hello world
  hello world! (./src/commands/hello/world.ts)

ebm help [COMMANDS]

Display help for ebm.

USAGE
  $ ebm help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for ebm.

See code: @oclif/plugin-help

ebm plugins

List installed plugins.

USAGE
  $ ebm plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ ebm plugins

See code: @oclif/plugin-plugins

ebm plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ ebm plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ ebm plugins add

EXAMPLES
  $ ebm plugins:install myplugin 

  $ ebm plugins:install https://github.com/someuser/someplugin

  $ ebm plugins:install someuser/someplugin

ebm plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ ebm plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ ebm plugins:inspect myplugin

ebm plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ ebm plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ ebm plugins add

EXAMPLES
  $ ebm plugins:install myplugin 

  $ ebm plugins:install https://github.com/someuser/someplugin

  $ ebm plugins:install someuser/someplugin

ebm plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ ebm plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Links a plugin into the CLI for development.
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ ebm plugins:link myplugin

ebm plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ ebm plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ ebm plugins unlink
  $ ebm plugins remove

ebm plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ ebm plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ ebm plugins unlink
  $ ebm plugins remove

ebm plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ ebm plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ ebm plugins unlink
  $ ebm plugins remove

ebm plugins update

Update installed plugins.

USAGE
  $ ebm plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

ebm release

Release

USAGE
  $ ebm release

DESCRIPTION
  Release

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/release/index.ts

ebm release finish

Finish

USAGE
  $ ebm release finish [-p]

FLAGS
  -p, --publish  Runs git push with the flag "--set-upstream". If flag is not set when running command, the user will be
                 prompted.

DESCRIPTION
  Finish

EXAMPLES
  examples

ebm release start

Start

USAGE
  $ ebm release start [-p]

FLAGS
  -p, --publish  Runs git push with the flag "--set-upstream". If flag is not set when running command, the user will be
                 prompted.

DESCRIPTION
  Start

EXAMPLES
  examples
0.0.84

3 years ago

0.0.85

3 years ago

0.0.86

3 years ago

0.0.87

3 years ago

0.0.88

3 years ago

0.0.89

3 years ago

0.0.80

3 years ago

0.0.81

3 years ago

0.0.82

3 years ago

0.0.83

3 years ago

0.0.73

3 years ago

0.0.74

3 years ago

0.0.75

3 years ago

0.0.76

3 years ago

0.0.77

3 years ago

0.0.78

3 years ago

0.0.79

3 years ago

0.0.70

3 years ago

0.0.71

3 years ago

0.0.72

3 years ago

0.0.62

3 years ago

0.0.63

3 years ago

0.0.64

3 years ago

0.0.65

3 years ago

0.0.66

3 years ago

0.0.67

3 years ago

0.0.68

3 years ago

0.0.69

3 years ago

0.0.60

3 years ago

0.0.61

3 years ago

0.0.59

3 years ago

0.0.106

3 years ago

0.0.105

3 years ago

0.0.104

3 years ago

0.0.103

3 years ago

0.0.54

3 years ago

0.0.55

3 years ago

0.0.109

3 years ago

0.0.56

3 years ago

0.0.108

3 years ago

0.0.57

3 years ago

0.0.107

3 years ago

0.0.58

3 years ago

0.0.102

3 years ago

0.0.101

3 years ago

0.0.100

3 years ago

0.0.110

3 years ago

0.0.95

3 years ago

0.0.96

3 years ago

0.0.97

3 years ago

0.0.98

3 years ago

0.0.99

3 years ago

0.0.90

3 years ago

0.0.91

3 years ago

0.0.92

3 years ago

0.0.93

3 years ago

0.0.94

3 years ago

0.0.53

3 years ago

0.0.52

3 years ago

0.0.51

3 years ago

0.0.50

3 years ago

0.0.49

3 years ago

0.0.48

3 years ago

0.0.47

3 years ago

0.0.46

3 years ago

0.0.45

3 years ago

0.0.44

3 years ago

0.0.43

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.40

3 years ago

0.0.39

3 years ago

0.0.38

3 years ago

0.0.37

3 years ago

0.0.36

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago