@axway/amplify-cli-auth

Authenticate machines with the Axway Amplify platform

Usage no npm install needed!

<script type="module">
  import axwayAmplifyCliAuth from 'https://cdn.skypack.dev/@axway/amplify-cli-auth';
</script>

README

Axway Auth CLI

Authenticates a machine with the Axway Amplify platform.

Installation

This package is bundled with the Axway CLI and thus does not need to be directly installed.

npm i -g axway

Quick Start

Log into the Axway platform:

axway auth login

Log out of the Axway platform:

axway auth logout

Commands

list

Lists all credentialed accounts.

Alias: ls

axway auth list

axway auth list --json

login

Log in to the Axway Amplify platform.

axway auth login

axway auth login --json

axway auth login --client-secret <CLIENT_SECRET>

axway auth login --client-secret <CLIENT_SECRET> --username my@email.com

axway auth login --secret-file <path/to/pem/file>

axway auth login --secret-file <path/to/pem/file> --username my@email.com

logout

Log out all or specific accounts from the Amplify platform.

Alias: revoke

axway auth logout --all

axway auth logout --all --json

axway auth logout <ACCOUNT_NAME_1> <ACCOUNT_NAME_2>

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.