Skip to content

v2.1.2

Choose a tag to compare

@beonde beonde released this 21 Nov 00:52
· 13 commits to main since this release
Immutable release. Only release title and notes can be modified.
2c9bf79

CapiscIO CLI v2.1.2

CapiscIO CLI has been renamed!

This release marks the transition of our npm package from capiscio-cli to capiscio. This change aligns our package naming across all platforms (Node.js, Python, Go) for a consistent developer experience.

📦 New Package Name

Please update your installation to use the new package name:

# Uninstall the old package
npm uninstall -g capiscio-cli

# Install the new package
npm install -g capiscio

🔄 Repository Update

The GitHub repository has been renamed to capiscio-node to better reflect that this is the Node.js implementation of the CapiscIO CLI.

🛠 Changelog

Changed

  • PACKAGE: Renamed npm package to capiscio.
  • REPO: Updated repository references to capiscio-node.
  • DOCS: Updated installation instructions and badges.

Deprecated

  • The capiscio-cli package is now deprecated and will no longer receive updates.