
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
quint-cli
Advanced tools
Maintainer: Gee-Him Siu gsiu@monevo.com
On our way to standardising a lot of processes in the company, we've created the Quint CLI so that everyone can have a simple way of accessing / booting up different repos with the least friction as possible.
if you're installing / running for cloud platform, there are specifc gotchas below
npm i -g quint-cliquint health
This will install any missing dependencies you may not haveaws configure
You'll need to input your AWS creds, please ask @monevogeequint setup
This will setup everything and run the containers, you will be presented with a ports table, make note of the
APPs port. Once everything's ready you can then go to http://localhost:{APP_PORT}MSSQL_DB_CONNECTION=mssql
MSSQL_DB_HOST=100.x.x.x
MSSQL_DB_PORT=1xx3
MSSQL_DB_DATABASE=xxx_xxx_xxx
MSSQL_DB_USERNAME=xxxxxxx
MSSQL_DB_PASSWORD=xxxx
Please do contribute where you can, a list of features and bugs are available over in the JIRA board (Development Operations). Of course any ideas you'd like to input please let the maintainer know.
Firstly, get the repo cloned onto your machine, you can then start creating a new cli command!
npm run setupnpm start (This will start nodemon which will check file changes and compile accordingly)oclif generate command {folder/name}npm run testoclif readmeShow full objects on your command line with console log:
const object = {
foo: 'bar',
}
console.log(util.inspect(object, false, null, true))
$ npm install -g quint-cli
$ quint COMMAND
running command...
$ quint (--version)
quint-cli/2.8.11 linux-x64 node-v20.9.0
$ quint --help [COMMAND]
USAGE
$ quint COMMAND
...
quint animationquint artisan [COMMAND]quint buildquint build image [DOCKERFILE] [NAME] [VERSION]quint checkquint composer [COMMAND]quint connect [CONTAINER]quint debug [MODE]quint deploy [DESTINATION]quint deploy aws lambdaquint docker artisan [COMMAND]quint docker buildquint docker composer [COMMAND]quint docker prunequint docker startquint docker stopquint example execquint healthquint help [COMMANDS]quint installer [SERVICE]quint notify [ENDPOINT] [BODY]quint npm [COMMAND]quint nukequint plaza image buildquint plaza image pushquint plaza runquint pluginsquint plugins:install PLUGIN...quint plugins:inspect PLUGIN...quint plugins:install PLUGIN...quint plugins:link PLUGINquint plugins:uninstall PLUGIN...quint plugins resetquint plugins:uninstall PLUGIN...quint plugins:uninstall PLUGIN...quint plugins updatequint run [COMMAND]quint set [VARIABLE] [VALUE]quint setupquint startquint stopquint system systemquint testerquint welcomequint animationdescribe the command here
USAGE
$ quint animation
DESCRIPTION
describe the command here
EXAMPLES
$ quint animation
See code: src/commands/animation.ts
quint artisan [COMMAND]Acts as a passthrough to run artisan commands on the app
USAGE
$ quint artisan [COMMAND]
DESCRIPTION
Acts as a passthrough to run artisan commands on the app
EXAMPLES
$ quint artisan
See code: src/commands/artisan.ts
quint buildBuild/Rebuild project containers and images
USAGE
$ quint build
DESCRIPTION
Build/Rebuild project containers and images
EXAMPLES
$ quint build
See code: src/commands/build.ts
quint build image [DOCKERFILE] [NAME] [VERSION]Use this command to build an image
USAGE
$ quint build image [DOCKERFILE] [NAME] [VERSION]
DESCRIPTION
Use this command to build an image
by passing in the Dockerfile path i.e. quint build image
./Dockerfile
EXAMPLES
$ quint build image
See code: src/commands/build/image.ts
quint checkdescribe the command here
USAGE
$ quint check
DESCRIPTION
describe the command here
EXAMPLES
$ quint check
See code: src/commands/check.ts
quint composer [COMMAND]Acts as a passthrough to run composer commands on the app
USAGE
$ quint composer [COMMAND]
ARGUMENTS
COMMAND Command to run
DESCRIPTION
Acts as a passthrough to run composer commands on the app
EXAMPLES
$ quint composer
See code: src/commands/composer.ts
quint connect [CONTAINER]Pass through to command line inside container
USAGE
$ quint connect [CONTAINER]
ARGUMENTS
CONTAINER The container name
DESCRIPTION
Pass through to command line inside container
EXAMPLES
$ quint connect
See code: src/commands/connect.ts
quint debug [MODE]Set your debug enviornment variable to show console logs
USAGE
$ quint debug [MODE]
ARGUMENTS
MODE Toggle debug on and off manually
DESCRIPTION
Set your debug enviornment variable to show console logs
EXAMPLES
$ quint debug
See code: src/commands/debug.ts
quint deploy [DESTINATION]Deploy repo
USAGE
$ quint deploy [DESTINATION]
ARGUMENTS
DESTINATION Production, QA, development etc
DESCRIPTION
Deploy repo
EXAMPLES
$ quint deploy
See code: src/commands/deploy.ts
quint deploy aws lambdaCreate / Update / Destory Lambda functions
USAGE
$ quint deploy aws lambda
DESCRIPTION
Create / Update / Destory Lambda functions
EXAMPLES
$ quint deploy aws lambda
See code: src/commands/deploy/aws/lambda.ts
quint docker artisan [COMMAND]Acts as a passthrough to run Artisan commands on the app
USAGE
$ quint docker artisan [COMMAND] [-f <value>] [-v <value>]
ARGUMENTS
COMMAND What command to run
FLAGS
-f, --framework=<value> Name of framework
-v, --version=<value> Version of framework
DESCRIPTION
Acts as a passthrough to run Artisan commands on the app
EXAMPLES
$ quint docker artisan
See code: src/commands/docker/artisan.ts
quint docker buildRebuild / Build images for containers
USAGE
$ quint docker build [-c <value>] [-s <value>]
FLAGS
-c, --cached=<value> Build using cached images
-s, --secret=<value> Specify build secrests file
DESCRIPTION
Rebuild / Build images for containers
EXAMPLES
$ quint docker build
See code: src/commands/docker/build.ts
quint docker composer [COMMAND]Acts as a passthrough to run composer commands on the app
USAGE
$ quint docker composer [COMMAND]
ARGUMENTS
COMMAND What command to run
DESCRIPTION
Acts as a passthrough to run composer commands on the app
EXAMPLES
$ quint docker composer
See code: src/commands/docker/composer.ts
quint docker pruneRemove unused volumes
USAGE
$ quint docker prune
DESCRIPTION
Remove unused volumes
EXAMPLES
$ quint docker prune
See code: src/commands/docker/prune.ts
quint docker startStart docker containers in detached mode according to framework
USAGE
$ quint docker start [-b] [-b]
FLAGS
-b, --build
-b, --studio
DESCRIPTION
Start docker containers in detached mode according to framework
EXAMPLES
$ quint docker start
See code: src/commands/docker/start.ts
quint docker stopStop docker containers on project
USAGE
$ quint docker stop
DESCRIPTION
Stop docker containers on project
EXAMPLES
$ quint docker stop
See code: src/commands/docker/stop.ts
quint example execThis is an example of calling a system command
USAGE
$ quint example exec
DESCRIPTION
This is an example of calling a system command
EXAMPLES
$ quint example exec
See code: src/commands/example/exec.ts
quint healthCheck if you have the neccessary processes needed
USAGE
$ quint health
DESCRIPTION
Check if you have the neccessary processes needed
EXAMPLES
$ quint health
See code: src/commands/health.ts
quint help [COMMANDS]Display help for quint.
USAGE
$ quint 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 quint.
See code: @oclif/plugin-help
quint installer [SERVICE]Install software when it available
USAGE
$ quint installer [SERVICE]
ARGUMENTS
SERVICE Service to be used
DESCRIPTION
Install software when it available
EXAMPLES
$ quint installer
See code: src/commands/installer.ts
quint notify [ENDPOINT] [BODY]describe the command here
USAGE
$ quint notify [ENDPOINT] [BODY]
ARGUMENTS
ENDPOINT Endpoint to send the body to
BODY
DESCRIPTION
describe the command here
EXAMPLES
$ quint notify
See code: src/commands/notify.ts
quint npm [COMMAND]Run NPM commands to the container
USAGE
$ quint npm [COMMAND]
ARGUMENTS
COMMAND What command to run
DESCRIPTION
Run NPM commands to the container
EXAMPLES
$ quint npm
See code: src/commands/npm.ts
quint nukeRemoves all running containers for specified project and all unused volumes
USAGE
$ quint nuke
DESCRIPTION
Removes all running containers for specified project and all unused volumes
EXAMPLES
$ quint nuke
See code: src/commands/nuke.ts
quint plaza image buildThis is the command used by Docker Plaza to build nightly versions of the base images
USAGE
$ quint plaza image build
DESCRIPTION
This is the command used by Docker Plaza to build nightly versions of the base images
EXAMPLES
$ quint plaza image build
See code: src/commands/plaza/image/build.ts
quint plaza image pushdescribe the command here
USAGE
$ quint plaza image push
DESCRIPTION
describe the command here
EXAMPLES
$ quint plaza image push
See code: src/commands/plaza/image/push.ts
quint plaza runRun through all the Plaza configs and start
USAGE
$ quint plaza run
DESCRIPTION
Run through all the Plaza configs and start
building and pushing images to the registry!
EXAMPLES
$ quint plaza run
See code: src/commands/plaza/run.ts
quint pluginsList installed plugins.
USAGE
$ quint plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ quint plugins
See code: @oclif/plugin-plugins
quint plugins:install PLUGIN...Installs a plugin into the CLI.
USAGE
$ quint 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.
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
$ quint plugins add
EXAMPLES
$ quint plugins:install myplugin
$ quint plugins:install https://github.com/someuser/someplugin
$ quint plugins:install someuser/someplugin
quint plugins:inspect PLUGIN...Displays installation properties of a plugin.
USAGE
$ quint 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
$ quint plugins:inspect myplugin
See code: @oclif/plugin-plugins
quint plugins:install PLUGIN...Installs a plugin into the CLI.
USAGE
$ quint 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.
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
$ quint plugins add
EXAMPLES
$ quint plugins:install myplugin
$ quint plugins:install https://github.com/someuser/someplugin
$ quint plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
quint plugins:link PLUGINLinks a plugin into the CLI for development.
USAGE
$ quint 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
$ quint plugins:link myplugin
See code: @oclif/plugin-plugins
quint plugins:uninstall PLUGIN...Removes a plugin from the CLI.
USAGE
$ quint plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ quint plugins unlink
$ quint plugins remove
quint plugins resetRemove all user-installed and linked plugins.
USAGE
$ quint plugins reset
See code: @oclif/plugin-plugins
quint plugins:uninstall PLUGIN...Removes a plugin from the CLI.
USAGE
$ quint plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ quint plugins unlink
$ quint plugins remove
See code: @oclif/plugin-plugins
quint plugins:uninstall PLUGIN...Removes a plugin from the CLI.
USAGE
$ quint plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ quint plugins unlink
$ quint plugins remove
quint plugins updateUpdate installed plugins.
USAGE
$ quint plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
quint run [COMMAND]Acts as a passthrough to run a command directly inside the container
USAGE
$ quint run [COMMAND]
ARGUMENTS
COMMAND Command that you want to run
DESCRIPTION
Acts as a passthrough to run a command directly inside the container
EXAMPLES
$ quint run
See code: src/commands/run.ts
quint set [VARIABLE] [VALUE]describe the command here
USAGE
$ quint set [VARIABLE] [VALUE] [-d]
FLAGS
-d, --delete Delete variable if set
DESCRIPTION
describe the command here
EXAMPLES
$ quint set
See code: src/commands/set.ts
quint setupInstall necessary dependencies for project into docker containers
USAGE
$ quint setup
DESCRIPTION
Install necessary dependencies for project into docker containers
EXAMPLES
$ quint setup
See code: src/commands/setup.ts
quint startStart up containers for project
USAGE
$ quint start
DESCRIPTION
Start up containers for project
EXAMPLES
$ quint start
See code: src/commands/start.ts
quint stopStop runninng containers associated with this project
USAGE
$ quint stop
DESCRIPTION
Stop runninng containers associated with this project
EXAMPLES
$ quint stop
See code: src/commands/stop.ts
quint system systemdescribe the command here
USAGE
$ quint system system [-n <value>] [-f]
FLAGS
-f, --force
-n, --name=<value> name to print
DESCRIPTION
describe the command here
EXAMPLES
$ quint system system
See code: src/commands/system/system.ts
quint testerdescribe the command here
USAGE
$ quint tester
DESCRIPTION
describe the command here
EXAMPLES
$ quint tester
See code: src/commands/tester.ts
quint welcomeWelcome screen for post install!
USAGE
$ quint welcome
DESCRIPTION
Welcome screen for post install!
EXAMPLES
$ quint welcome
See code: src/commands/welcome.ts
FAQs
The almightly Quint Cli
The npm package quint-cli receives a total of 7 weekly downloads. As such, quint-cli popularity was classified as not popular.
We found that quint-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.