Download the PHP package jeffersongoncalves/packagist-cli without Composer
On this page you can find all versions of the php package jeffersongoncalves/packagist-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/packagist-cli
More information about jeffersongoncalves/packagist-cli
Files in jeffersongoncalves/packagist-cli
Package packagist-cli
Short Description CLI tool to publish and manage Composer packages on Packagist via its API (submit, update, list, info).
License MIT
Homepage https://github.com/jeffersongoncalves/packagist-cli
Informations about the package packagist-cli
packagist-cli
A small CLI to publish and manage your Composer packages on Packagist
directly from the terminal — submit a new package, force a re-crawl, and inspect what you
have published. It stores your Packagist API token locally in ~/.config/packagist.json
(0600) so you only authenticate once.
Built with Laravel Zero.
Installation
Or download the PHAR from the releases page.
Authentication
Grab your API token from https://packagist.org/profile/ and store it:
The token is written to $XDG_CONFIG_HOME/packagist.json (falling back to
~/.config/packagist.json) with 0600 permissions.
| Flag | Description |
|---|---|
--username= |
Packagist username (skips the prompt) |
--token= |
Packagist API token (skips the prompt) |
--show |
Print the stored credentials (token masked) |
--forget |
Remove the stored credentials |
Commands
submit — register a new package
update — force a re-crawl
list — list a vendor's packages
info — inspect a package
show — list every published version
Development
License
MIT © Jefferson Gonçalves