Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@axway/axway-cli-oum
Advanced tools
Manage organizations, teams, and users.
This package is bundled with the Axway CLI and thus does not need to be directly installed.
npm i -g axway
List all organizations:
$ axway org list
View an organization:
$ axway org view
$ axway org view <org>
Rename an organization:
$ axway org rename <org> <name>
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>
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>
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>
View the usage:
$ axway org usage <org> --from [yyyy-mm-dd] --to [yyyy-mm-dd]
View the organization activity:
$ axway org activity <org> --from [yyyy-mm-dd] --to [yyyy-mm-dd]
Manage the organization identity provider settings:
$ axway org idp <org>
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.
FAQs
Axway Amplify platform organization and user management CLI
We found that @axway/axway-cli-oum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.