1.0.0-alpha.53 • Published 7 months ago

@paperback/toolchain v1.0.0-alpha.53

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @paperback/toolchain
$ paperback-cli COMMAND
running command...
$ paperback-cli (--version)
@paperback/toolchain/1.0.0-alpha.13 darwin-arm64 node-v18.18.2
$ paperback-cli --help [COMMAND]
USAGE
  $ paperback-cli COMMAND
...

Commands

paperback-cli bundle

Builds all the sources in the repository and generates a versioning file

USAGE
  $ paperback-cli bundle [--folder <value>] [-h]

FLAGS
  -h, --help            Show CLI help.
      --folder=<value>  Subfolder to output to

DESCRIPTION
  Builds all the sources in the repository and generates a versioning file

See code: src/commands/bundle.ts

paperback-cli help [COMMANDS]

Display help for paperback-cli.

USAGE
  $ paperback-cli 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 paperback-cli.

See code: @oclif/plugin-help

paperback-cli logcat [FILE]

describe the command here

USAGE
  $ paperback-cli logcat [FILE] [--ip <value>] [--port <value>]

ARGUMENTS
  FILE  file to read

FLAGS
  --ip=<value>    [default: localhost]
  --port=<value>  [default: 27015]

DESCRIPTION
  describe the command here

EXAMPLES
  $ paperback-cli logcat

See code: src/commands/logcat.ts

paperback-cli plugins

List installed plugins.

USAGE
  $ paperback-cli plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ paperback-cli plugins

See code: @oclif/plugin-plugins

paperback-cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ paperback-cli plugins add plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

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

GLOBAL FLAGS
  --json  Format output as json.

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
  $ paperback-cli plugins add

EXAMPLES
  $ paperback-cli plugins add myplugin 

  $ paperback-cli plugins add https://github.com/someuser/someplugin

  $ paperback-cli plugins add someuser/someplugin

paperback-cli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ paperback-cli plugins inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

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

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ paperback-cli plugins inspect myplugin

See code: @oclif/plugin-plugins

paperback-cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ paperback-cli plugins install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

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

GLOBAL FLAGS
  --json  Format output as json.

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
  $ paperback-cli plugins add

EXAMPLES
  $ paperback-cli plugins install myplugin 

  $ paperback-cli plugins install https://github.com/someuser/someplugin

  $ paperback-cli plugins install someuser/someplugin

See code: @oclif/plugin-plugins

paperback-cli plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ paperback-cli plugins link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help          Show CLI help.
  -v, --verbose
      --[no-]install  Install dependencies after linking the plugin.

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
  $ paperback-cli plugins link myplugin

See code: @oclif/plugin-plugins

paperback-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperback-cli plugins remove plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperback-cli plugins unlink
  $ paperback-cli plugins remove

EXAMPLES
  $ paperback-cli plugins remove myplugin

paperback-cli plugins reset

Remove all user-installed and linked plugins.

USAGE
  $ paperback-cli plugins reset [--hard] [--reinstall]

FLAGS
  --hard       Delete node_modules and package manager related files in addition to uninstalling plugins.
  --reinstall  Reinstall all plugins after uninstalling.

See code: @oclif/plugin-plugins

paperback-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperback-cli plugins uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperback-cli plugins unlink
  $ paperback-cli plugins remove

EXAMPLES
  $ paperback-cli plugins uninstall myplugin

See code: @oclif/plugin-plugins

paperback-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperback-cli plugins unlink plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperback-cli plugins unlink
  $ paperback-cli plugins remove

EXAMPLES
  $ paperback-cli plugins unlink myplugin

paperback-cli plugins update

Update installed plugins.

USAGE
  $ paperback-cli plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

paperback-cli serve

Build the sources and start a local server

USAGE
  $ paperback-cli serve [-h] [-p <value>]

FLAGS
  -h, --help          Show CLI help.
  -p, --port=<value>  [default: 8080]

DESCRIPTION
  Build the sources and start a local server

See code: src/commands/serve.ts

1.0.0-alpha.52

7 months ago

1.0.0-alpha.51

7 months ago

1.0.0-alpha.53

7 months ago

1.0.0-alpha.50

8 months ago

1.0.0-alpha.27

1 year ago

1.0.0-alpha.26

1 year ago

1.0.0-alpha.29

1 year ago

1.0.0-alpha.28

1 year ago

1.0.0-alpha.32

11 months ago

1.0.0-alpha.31

1 year ago

1.0.0-alpha.38

10 months ago

1.0.0-alpha.37

10 months ago

1.0.0-alpha.39

10 months ago

1.0.0-alpha.34

10 months ago

1.0.0-alpha.33

11 months ago

1.0.0-alpha.36

10 months ago

1.0.0-alpha.35

10 months ago

1.0.0-alpha.41

9 months ago

1.0.0-alpha.40

9 months ago

1.0.0-alpha.43

9 months ago

1.0.0-alpha.42

9 months ago

1.0.0-alpha.45

9 months ago

1.0.0-alpha.44

9 months ago

1.0.0-alpha.47

8 months ago

1.0.0-alpha.46

9 months ago

1.0.0-alpha.24

1 year ago

1.0.0-alpha.23

1 year ago

1.0.0-alpha.22

1 year ago

1.0.0-alpha.21

1 year ago

1.0.0-alpha.19

1 year ago

0.8.7

1 year ago

0.8.6

1 year ago

1.0.0-alpha.16

1 year ago

1.0.0-alpha.18

1 year ago

1.0.0-alpha.17

1 year ago

1.0.0-alpha.20

1 year ago

0.8.1

1 year ago

0.8.0

2 years ago

1.0.0-alpha.13

2 years ago

1.0.0-alpha.12

2 years ago

1.0.0-alpha.9

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

0.8.0-alpha.40

3 years ago

0.8.0-alpha.42

3 years ago

0.8.0-alpha.41

3 years ago

0.8.0-alpha.47

3 years ago

0.8.0-alpha.44

3 years ago

0.8.0-alpha.43

3 years ago

0.8.0-alpha.46

3 years ago

0.8.0-alpha.45

3 years ago

0.8.0-alpha.37

3 years ago

0.8.0-alpha.36

3 years ago

0.8.0-alpha.38

3 years ago

0.8.0-alpha.33

3 years ago

0.8.0-alpha.34

3 years ago

0.8.0-alpha.31

3 years ago

0.8.0-alpha.30

3 years ago

0.8.0-alpha.29

3 years ago

0.8.0-alpha.28

3 years ago

0.8.0-alpha.27

3 years ago

0.8.0-alpha.25

3 years ago

0.8.0-alpha.24

3 years ago

0.8.0-alpha.23

3 years ago

0.8.0-alpha.22

3 years ago

0.8.0-alpha.21

3 years ago

0.8.0-alpha.20

3 years ago

0.8.0-alpha.17

3 years ago

0.8.0-alpha.16

3 years ago

0.8.0-alpha.15

3 years ago

0.8.0-alpha.8

3 years ago

0.8.0-alpha.7

3 years ago

0.8.0-alpha.6

3 years ago