Releases: 16bitsrl/fattureincloud-cli
Releases · 16bitsrl/fattureincloud-cli
v1.0.3
Full Changelog: v1.0.1...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v0.5.1...v1.0.1
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.1...v0.3.0
v0.2.0
Changes
- Fix
composer global require— all deps moved to require-dev so onlyphp ^8.2is required, avoiding conflicts with Laravel Valet and other global packages - Fix author info and URLs
Installation
composer global require (recommended)
composer global require 16bitsrl/fattureincloud-cliDirect PHAR download
curl -sL https://github.com/16bitsrl/fattureincloud-cli/releases/latest/download/fic -o /usr/local/bin/fic
chmod +x /usr/local/bin/ficv0.1.1
Installation
Download the fic binary and make it executable:
curl -sL https://github.com/16bitsrl/fattureincloud-cli/releases/latest/download/fic -o /usr/local/bin/fic
chmod +x /usr/local/bin/ficOr on macOS with Homebrew path:
curl -sL https://github.com/16bitsrl/fattureincloud-cli/releases/latest/download/fic -o /opt/homebrew/bin/fic
chmod +x /opt/homebrew/bin/ficWhat's included
- 123 auto-generated API commands from the FattureInCloud OpenAPI spec
- OAuth2 and token-based authentication
- Company context management
- JSON/YAML/table output formats
- Agent skill for Claude Code integration