Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@axway/axway-cli-oum
Advanced tools
Axway Amplify platform organization and user management CLI
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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.