0.0.110 • Published 2 years ago

@lionstep/ebm v0.0.110

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

2 years ago

0.0.85

2 years ago

0.0.86

2 years ago

0.0.87

2 years ago

0.0.88

2 years ago

0.0.89

2 years ago

0.0.80

2 years ago

0.0.81

2 years ago

0.0.82

2 years ago

0.0.83

2 years ago

0.0.73

2 years ago

0.0.74

2 years ago

0.0.75

2 years ago

0.0.76

2 years ago

0.0.77

2 years ago

0.0.78

2 years ago

0.0.79

2 years ago

0.0.70

2 years ago

0.0.71

2 years ago

0.0.72

2 years ago

0.0.62

2 years ago

0.0.63

2 years ago

0.0.64

2 years ago

0.0.65

2 years ago

0.0.66

2 years ago

0.0.67

2 years ago

0.0.68

2 years ago

0.0.69

2 years ago

0.0.60

2 years ago

0.0.61

2 years ago

0.0.59

2 years ago

0.0.106

2 years ago

0.0.105

2 years ago

0.0.104

2 years ago

0.0.103

2 years ago

0.0.54

2 years ago

0.0.55

2 years ago

0.0.109

2 years ago

0.0.56

2 years ago

0.0.108

2 years ago

0.0.57

2 years ago

0.0.107

2 years ago

0.0.58

2 years ago

0.0.102

2 years ago

0.0.101

2 years ago

0.0.100

2 years ago

0.0.110

2 years ago

0.0.95

2 years ago

0.0.96

2 years ago

0.0.97

2 years ago

0.0.98

2 years ago

0.0.99

2 years ago

0.0.90

2 years ago

0.0.91

2 years ago

0.0.92

2 years ago

0.0.93

2 years ago

0.0.94

2 years ago

0.0.53

2 years ago

0.0.52

2 years ago

0.0.51

2 years ago

0.0.50

2 years ago

0.0.49

2 years ago

0.0.48

2 years ago

0.0.47

2 years ago

0.0.46

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.31

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago