chieftools / cli
The Chief Tools CLI.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.71
- guzzlehttp/guzzle: ^7.9
- larastan/larastan: ^3.1
- laravel-zero/framework: ^11.36
- laravel-zero/phar-updater: ^1.4
- stayallive/random-tokens: ^1.0
- symfony/yaml: ^7.2
README
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
- Stan Menten (Original author)
- Alex Bouma (Maintainer)
- Chief Tools
- All Contributors
Security Vulnerabilities
If you discover a security vulnerability, please send an e-mail to us at hello@chief.app
. All security vulnerabilities will be swiftly addressed.
License
The Chief Tools CLI is open-sourced software licensed under the MIT license.