![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@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
The npm package @axway/axway-cli-oum receives a total of 0 weekly downloads. As such, @axway/axway-cli-oum popularity was classified as not popular.
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.