Skip to content

chieftools/cli

Repository files navigation

Chief Tools CLI

An easy-to-use command line interface for Chief Tools.

Installation

You can download the PHAR file directly from the GitHub releases page or you can install using Composer:

composer global require "chieftools/cli:*"

Usage

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

Feature requests

You can submit feature requests and bug reports on the roadmap.

Credits

Security Vulnerabilities

If you discover a security vulnerability, please send an e-mail to us at [email protected]. All security vulnerabilities will be swiftly addressed.

License

The Chief Tools CLI is open-sourced software licensed under the MIT license.