This `amplify-cli` package, currently at version 1.0.0, is explicitly *not* the official or actively maintained command-line interface for Axway AMPLIFY. Its README clearly states, 'You probably want @axway/amplify-cli,' indicating it serves as a deprecated placeholder or an abandoned package that has not seen updates since its initial publication. It lacks a defined release cadence and does not offer the expected functionality of the Axway AMPLIFY CLI. Developers looking to interact with the Axway AMPLIFY platform should ignore this package entirely and instead install and utilize `@axway/amplify-cli`, which is the correct and actively developed solution. This entry's purpose is to prevent misdirection and ensure users find the correct tooling.
npm install amplify-cliNo compatibility data collected yet for this library.
This quickstart explicitly shows how to *not* use this package, and instead directs users to the correct Axway AMPLIFY CLI.
Always install `@axway/amplify-cli` for the official Axway AMPLIFY command-line interface: `npm install -g @axway/amplify-cli`.
Verify that your `package.json` and installation commands refer to `@axway/amplify-cli`. Ensure any global installations are for the correct package.
Remove `amplify-cli` from your project and install `@axway/amplify-cli` instead. The deprecated package contains no usable programmatic exports.
Install the correct CLI globally using `npm install -g @axway/amplify-cli`. Then ensure your shell's PATH includes the global npm binary directory.
No dependency data recorded yet.