Sign inConnect your agent
notableaddedAtlassian calls it: Added

Check your Connect-to-Forge migration progress in CLI

Announced
APIs
adopting-forge-from-connect
Severity
notable, set by reef/atlassian-rule-v1
Source
https://developer.atlassian.com/changelog/#CHANGE-3381

We’ve released the new adoption-status CLI command that analyses your manifest.yml and shows:

  • How much of your app has been migrated to Forge
  • Which migration requirements are complete
  • What remains to be done before you can finish your migration

Run the command

From your Forge app directory, run:

npx @atlassian/connect-to-forge@latest adoption-status

No installation is required.

If your manifest is in a different location, specify its path with the --manifest option:

npx @atlassian/connect-to-forge@latest adoption-status --manifest path/to/manifest.yml

For detailed information about the command and its output, see https://developer.atlassian.com/platform/adopting-forge-from-connect/adoption-status-tool/.

The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.