Forge CLI version 6.4.2

We’ve released version 6.4.2 of the Forge CLI.

This update includes:

:tada: The Forge CLI now uses Sentry to collect data on unhandled CLI errors. This will help us monitor the performance and reliability of Forge; in addition, the collected data will help us make better decisions on feature and performance improvements.

The Forge CLI can only collect this data if you opt in. To do so, run the following command:

forge settings set usage-analytics true

:tada: The forge lint command no longer checks .cljs files. We did this to prevent the CLI from incorrectly failing if .cljs files were present in your app directory.

For more updates please visit https://developer.atlassian.com/platform/forge/changelog/

Run npm install -g @forge/cli@latest on the command line to install the latest version of @forge/cli.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.