SourceMod plugin management cli (work in progress)
$ 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
...
sourceposer help [COMMAND]
sourceposer i [PLUGIN]
sourceposer init
sourceposer install [PLUGIN]
sourceposer update [PLUGIN]
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
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
initialise sourceposer for this SourceMod installation
USAGE
$ sourceposer init
DESCRIPTION
initialise sourceposer for this SourceMod installation
See code: dist/commands/init.ts
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
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