Skip to content

B3none/sourceposer-cli

Repository files navigation

Sourceposer

SourceMod plugin management cli (work in progress)

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g sourceposer
$ sourceposer COMMAND
running command...
$ sourceposer (--version)
sourceposer/0.0.0 linux-x64 node-v18.4.0
$ sourceposer --help [COMMAND]
USAGE
  $ sourceposer COMMAND
...

Commands

sourceposer help [COMMAND]

Display help for sourceposer.

USAGE
  $ sourceposer help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for sourceposer.

See code: @oclif/plugin-help

sourceposer i [PLUGIN]

install a new plugin

USAGE
  $ sourceposer i [PLUGIN]

ARGUMENTS
  PLUGIN  Plugin to install, example: b3none/retakes-autoplant

DESCRIPTION
  install a new plugin

ALIASES
  $ sourceposer i

sourceposer init

initialise sourceposer for this SourceMod installation

USAGE
  $ sourceposer init

DESCRIPTION
  initialise sourceposer for this SourceMod installation

See code: dist/commands/init.ts

sourceposer install [PLUGIN]

install a new plugin

USAGE
  $ sourceposer install [PLUGIN]

ARGUMENTS
  PLUGIN  Plugin to install, example: b3none/retakes-autoplant

DESCRIPTION
  install a new plugin

ALIASES
  $ sourceposer i

See code: dist/commands/fetch.ts

sourceposer update [PLUGIN]

update existing plugins

USAGE
  $ sourceposer update [PLUGIN]

ARGUMENTS
  PLUGIN  Plugin to update, example: b3none/retakes-autoplant

DESCRIPTION
  update existing plugins

See code: dist/commands/update.ts