Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axway/axway-cli-oum

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axway/axway-cli-oum

Axway Amplify platform organization and user management CLI

  • 2.0.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Axway Amplify OUM CLI

Manage organizations, teams, and users.

Installation

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

npm i -g axway

Usage

Organizations

List all organizations:

$ axway org list

View an organization:

$ axway org view

$ axway org view <org>

Rename an organization:

$ axway org rename <org> <name>

Organization Users

List all organization users:

$ axway org user list <org>

Add a user to an org:

$ axway org user add <org> <guid|email> --role <role1> [...--role <role2>]

Update a user's roles:

$ axway org user update <org> <guid|email> --role <role1> [...--role <role2>]

Delete a user:

$ axway org user remove <org> <guid|email>

Organization Teams

List all organization teams:

$ axway team list [org]

View a team's info:

$ axway team view <org> <team>

Add a team to an org:

$ axway team add <org> <name> --desc [value] --tag [tag1] --tag [tag2] --default

Update a team:

$ axway team update # shows help

$ axway team update <org> <team> # shows help

$ axway team update <org> <team> --name [value] --desc [value] --tag [tag1] --tag [tag2] --default

Remove a team from an org:

$ axway team remove <org> <team>

Organization Team Users

List all users in a team:

$ axway team user list <org> <team>

Add a user to a team:

$ axway team user add <org> <team> <guid|email> --role <role1> [...--role <role2>]

Update a user's role within a team:

$ axway team user update <org> <team> <guid|email> --role <role1> [...--role <role2>]

Remove a user from a team:

$ axway team user remove <org> <team> <guid|email>

Organization Usage

View the usage:

$ axway org usage <org> --from [yyyy-mm-dd] --to [yyyy-mm-dd]

Organization Activity

View the organization activity:

$ axway org activity <org> --from [yyyy-mm-dd] --to [yyyy-mm-dd]

Organization IdP

Manage the organization identity provider settings:

$ axway org idp <org>

Account Management

View an account including organizations and roles:

$ axway user view

Update your account information:

$ axway user update --first-name <name> --last-name <name>

View your user activity:

$ axway user activity --from [yyyy-mm-dd] --to [yyyy-mm-dd]

Change your log in credentials:

$ axway user credentials

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.

Keywords

FAQs

Package last updated on 03 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc