An easy-to-use command line interface for Chief Tools.
You can download the PHAR file directly from the GitHub releases page or you can install using Composer:
composer global require "chieftools/cli:*"
You can use the CLI to interact with various Chief Tools. To see the available commands, run:
chief
Most commands require authentication. You can authenticate using the chief auth login
command. This will open a browser window where you can log in to your Chief Tools account.
chief auth login
You can see the current authentication status using the chief auth status
command.
chief auth status
You can submit feature requests and bug reports on the roadmap.
- Stan Menten (Original author)
- Alex Bouma (Maintainer)
- Chief Tools
- All Contributors
If you discover a security vulnerability, please send an e-mail to us at [email protected]
. All security vulnerabilities will be swiftly addressed.
The Chief Tools CLI is open-sourced software licensed under the MIT license.