scout 0.3.4
Install from the command line:
Learn more about npm packages
$ npm install @glasskube/scout@0.3.4
Install via package.json:
"@glasskube/scout": "0.3.4"
About this version
$ npm install -g @glasskube/scout
$ scout COMMAND
running command...
$ scout (--version)
@glasskube/scout/0.3.4 linux-x64 node-v20.16.0
$ scout --help [COMMAND]
USAGE
$ scout COMMAND
...
updates the packages index
USAGE
$ scout index [--dry-run] [-s <value>]
FLAGS
-s, --source=<value> [default: .] packages context
--dry-run do not make any changes
DESCRIPTION
updates the packages index
ALIASES
$ scout update:index
EXAMPLES
$ scout index
See code: src/commands/index/index.ts
describe the command here
USAGE
$ scout package -n <value> [--dry-run] [-f] [-s <value>]
FLAGS
-f, --force
-n, --name=<value> (required) name to print
-s, --source=<value> [default: .] packages context
--dry-run do not make any changes
DESCRIPTION
describe the command here
ALIASES
$ scout update:package
EXAMPLES
$ scout package
See code: src/commands/package/index.ts
bump package latestVersion
USAGE
$ scout package:bump -n <value> [--dry-run] [-f] [-s <value>]
FLAGS
-f, --force
-n, --name=<value> (required) name to print
-s, --source=<value> [default: .] packages context
--dry-run do not make any changes
DESCRIPTION
bump package latestVersion
EXAMPLES
$ scout package:bump
See code: src/commands/package/bump/index.ts
updates the packages index
USAGE
$ scout update:index [--dry-run] [-s <value>]
FLAGS
-s, --source=<value> [default: .] packages context
--dry-run do not make any changes
DESCRIPTION
updates the packages index
ALIASES
$ scout update:index
EXAMPLES
$ scout update:index
describe the command here
USAGE
$ scout update:package -n <value> [--dry-run] [-f] [-s <value>]
FLAGS
-f, --force
-n, --name=<value> (required) name to print
-s, --source=<value> [default: .] packages context
--dry-run do not make any changes
DESCRIPTION
describe the command here
ALIASES
$ scout update:package
EXAMPLES
$ scout update:package