0.0.110 • Published 1 year ago

@lionstep/ebm v0.0.110

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.85

1 year ago

0.0.86

1 year ago

0.0.87

1 year ago

0.0.88

1 year ago

0.0.89

1 year ago

0.0.80

1 year ago

0.0.81

1 year ago

0.0.82

1 year ago

0.0.83

1 year ago

0.0.73

1 year ago

0.0.74

1 year ago

0.0.75

1 year ago

0.0.76

1 year ago

0.0.77

1 year ago

0.0.78

1 year ago

0.0.79

1 year ago

0.0.70

1 year ago

0.0.71

1 year ago

0.0.72

1 year ago

0.0.62

1 year ago

0.0.63

1 year ago

0.0.64

1 year ago

0.0.65

1 year ago

0.0.66

1 year ago

0.0.67

1 year ago

0.0.68

1 year ago

0.0.69

1 year ago

0.0.60

1 year ago

0.0.61

1 year ago

0.0.59

1 year ago

0.0.106

1 year ago

0.0.105

1 year ago

0.0.104

1 year ago

0.0.103

1 year ago

0.0.54

1 year ago

0.0.55

1 year ago

0.0.109

1 year ago

0.0.56

1 year ago

0.0.108

1 year ago

0.0.57

1 year ago

0.0.107

1 year ago

0.0.58

1 year ago

0.0.102

1 year ago

0.0.101

1 year ago

0.0.100

1 year ago

0.0.110

1 year ago

0.0.95

1 year ago

0.0.96

1 year ago

0.0.97

1 year ago

0.0.98

1 year ago

0.0.99

1 year ago

0.0.90

1 year ago

0.0.91

1 year ago

0.0.92

1 year ago

0.0.93

1 year ago

0.0.94

1 year ago

0.0.53

1 year ago

0.0.52

1 year ago

0.0.51

1 year ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago