@axway/amplify-cli-auth
v2.7.0
Published
Authenticate machines with the Axway Amplify platform
Downloads
114
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 [email protected]
axway auth login --secret-file <path/to/pem/file>
axway auth login --secret-file <path/to/pem/file> --username [email protected]
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.