{"id":16944,"library":"amplify-cli","title":"Amplify CLI (Deprecated Placeholder)","description":"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.","status":"deprecated","version":"1.0.0","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install amplify-cli","lang":"bash","label":"npm"},{"cmd":"yarn add amplify-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add amplify-cli","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"// This package is deprecated and should not be used.\n// To install the correct Axway AMPLIFY CLI:\n// npm install -g @axway/amplify-cli\n\n// You can then use the correct CLI:\n// amplify --version\n// amplify login\n// amplify central get resources\n\n// Do NOT attempt to import or use 'amplify-cli' directly as it contains no functional exports.\n// Any attempts to use it will result in errors or unexpected behavior.","lang":"javascript","description":"This quickstart explicitly shows how to *not* use this package, and instead directs users to the correct Axway AMPLIFY CLI."},"warnings":[{"fix":"Always install `@axway/amplify-cli` for the official Axway AMPLIFY command-line interface: `npm install -g @axway/amplify-cli`.","message":"This `amplify-cli` package is NOT the official Axway AMPLIFY CLI. It is a deprecated placeholder and does not provide any functional CLI tools or APIs.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Verify that your `package.json` and installation commands refer to `@axway/amplify-cli`. Ensure any global installations are for the correct package.","message":"Attempting to use this `amplify-cli` package (e.g., via `npx amplify-cli` or programmatic imports) will lead to errors, missing commands, or undefined behavior as it is not intended for use.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-22T00:00:00.000Z","next_check":"2026-07-21T00:00:00.000Z","problems":[{"fix":"Remove `amplify-cli` from your project and install `@axway/amplify-cli` instead. The deprecated package contains no usable programmatic exports.","cause":"Attempting to import or require non-existent modules from the deprecated 'amplify-cli' package.","error":"Error: Cannot find module 'amplify-cli/dist/...' or similar module resolution errors."},{"fix":"Install the correct CLI globally using `npm install -g @axway/amplify-cli`. Then ensure your shell's PATH includes the global npm binary directory.","cause":"The `amplify` command is not registered in your system's PATH, likely because you installed the deprecated `amplify-cli` or did not install `@axway/amplify-cli` globally.","error":"amplify: command not found"}],"ecosystem":"npm","meta_description":null}