Skip to content

Releases: 16bitsrl/fattureincloud-cli

v1.0.3

26 Apr 09:01
ab638f6

Choose a tag to compare

v1.0.2

22 Mar 00:58
a864f13

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

21 Mar 18:24
fd996c6

Choose a tag to compare

Full Changelog: v0.5.1...v1.0.1

v0.5.1

18 Mar 01:32
24079b5

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Mar 01:21
a770400

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Mar 23:54
16292c4

Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

v0.3.1

17 Mar 17:42
8d40a4e

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Mar 17:02
db2a4df

Choose a tag to compare

Full Changelog: v0.2.1...v0.3.0

v0.2.0

17 Mar 16:16
3b4812f

Choose a tag to compare

Changes

  • Fix composer global require — all deps moved to require-dev so only php ^8.2 is 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-cli

Direct PHAR download

curl -sL https://github.com/16bitsrl/fattureincloud-cli/releases/latest/download/fic -o /usr/local/bin/fic
chmod +x /usr/local/bin/fic

v0.1.1

17 Mar 16:13
317e9e2

Choose a tag to compare

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/fic

Or 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/fic

What'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