starkit
v1.0.3
Published
Starkit is a CLI to run tests against your Cloud accounts or your IAC files.
Maintainers
Readme
starkit
Starkit is a CLI to run tests against your Cloud accounts or your IAC files.
Usage
$ npm install -g starkit
$ starkit COMMAND
running command...
$ starkit (--version)
starkit/1.0.3 linux-x64 node-v23.5.0
$ starkit --help [COMMAND]
USAGE
$ starkit COMMAND
...Commands
starkit help [COMMAND]
Display help for starkit.
USAGE
$ starkit 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 starkit.See code: @oclif/plugin-help
starkit iac terraform
Run security tests against Terraform code
USAGE
$ starkit iac terraform --dir <value> [--json] [--format json|stdout]
FLAGS
--dir=<value> (required) Directory of your Infrastructure as Code
--format=<option> [default: stdout] Output format
<options: json|stdout>
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Run security tests against Terraform codeSee code: src/commands/iac/terraform.ts
starkit runtime aws
Run security tests against your AWS runtime environment
USAGE
$ starkit runtime aws [--json] [--concurrency <value>] [--format json|stdout] [--services
all|cloudtrail|aws-config|kms|lambda|securityhub|cloudwatch|ebs|ec2|ecr|efs|iam|rds|s3|vpc...] [--region <value>]
FLAGS
--concurrency=<value> [default: 5] Number of tests to run concurrently
--format=<option> [default: stdout] Output format
<options: json|stdout>
--region=<value> Region to test
--services=<option>... Comma separated list of cloud services to test. Pass 'all' to test all services
<options:
all|cloudtrail|aws-config|kms|lambda|securityhub|cloudwatch|ebs|ec2|ecr|efs|iam|rds|s3|vpc>
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Run security tests against your AWS runtime environmentSee code: src/commands/runtime/aws.ts
starkit update [CHANNEL]
update the starkit CLI
USAGE
$ starkit update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]
FLAGS
-a, --available See available versions.
-b, --verbose Show more details about the available versions.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
DESCRIPTION
update the starkit CLI
EXAMPLES
Update to the stable channel:
$ starkit update stable
Update to a specific version:
$ starkit update --version 1.0.0
Interactively select version:
$ starkit update --interactive
See available versions:
$ starkit update --availableSee code: @oclif/plugin-update
