Amplify CLI (Deprecated Placeholder)

1.0.0 · deprecated · verified Wed Apr 22

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.

Common errors

Warnings

Install

Quickstart

This quickstart explicitly shows how to *not* use this package, and instead directs users to the correct Axway AMPLIFY CLI.

// This package is deprecated and should not be used.
// To install the correct Axway AMPLIFY CLI:
// npm install -g @axway/amplify-cli

// You can then use the correct CLI:
// amplify --version
// amplify login
// amplify central get resources

// Do NOT attempt to import or use 'amplify-cli' directly as it contains no functional exports.
// Any attempts to use it will result in errors or unexpected behavior.

view raw JSON →