We’ve released version 6.1.0 of the Forge CLI.
With this release, the CLI will now fetch and display all installations for the given app.
The forge install list should return all installations for a given app. However, previous versions of the CLI only limited results to the latest 100 installations. This led to discrepancies with the Developer Console for apps with more than 100 installations.
UI modifications, which is a Forge module that allows apps to modify fields on the Global issue create modal, now support two custom fields:
- single select
- paragraph
For more information, see the list of supported fields
Run npm install -g @forge/cli@latest on the command line to install the latest version of @forge/cli.