Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@axway/amplify-ace-cli
Advanced tools
CLI package for the Axway AMPLIFY ACE CLI.
Assuming you are familiar with Node.js and npm, you should first install the Axway AMPLIFY CLI, which will give you connectivity to the Axway AMPLIFY Platform. Note that you must first have an account on https://platform.axway.com, and be provisioned in API Central:
$ [sudo] npm install -g @axway/amplify-cli
Use the AMPLIFY package manager command to install the ACE CLI:
$ amplify pm install @axway/amplify-ace-cli
Log in to the [Axway AMPLIFY Platform] using the following command:
$ amplify auth login
See available login and auth options using the command:
$ amplify auth login -h
Log out of the [Axway AMPLIFY Platform] using the following command:
$ amplify auth logout
See available logout and auth options using the command:
$ amplify auth logout -h
NOTE: All CIL commands require authentication. You must be logged in to the Axway AMPLIFY Platform (see above) or the commands will fail.
$ amplify ace <command> [options]
Commands:
init Initialize ACE project
step Step configuration management
choreography Choreography configuration management
serviceaccount Service account configuration management
webhookclient Webhook event client configuration management
Initialize a new ACE project using GoLang, Java, or NodeJS
Begin the ACE project initialization wizard:
$ amplify ace init
Step configuration management
list - List all registered steps. Note that amplify ace step and amplify ace step list are currently the same command.
Display all registered steps:
$ amplify ace step (or amplify ace step list)
Choreography configuration management
add - Add a choreography
--f=<filePath> - path to a JSON file containing the choreography to add (required). The JSON file must be formatted correctly and adhere to the rules for a valid choreography layout.
delete - Delete a choreography
--id=<id> - id of the choreography to delete (delete: required)
list - List the choreographies
--id=<id> - id of the choreography to display (list: optional)
--name=<name> - name of the choreography(s) to display (list: optional)
run - Run a choreography
--f=<filePath> - path to a file containing payload to attach to message (run: optional)
--ref=<filePath> - path to a reference to a file containing a payload to attach to the message (run: optional)
Add a choreography:
$ amplify ace choreography add --f=./path/choreo.json
Delete a choreography:
$ amplify ace choreography delete --id=73296
Display all registered choreographies:
$ amplify ace choreography
Display the details of a specific choreography:
$ amplify ace choreography list --id=736326
or
$ amplify ace choreography list --name=MyChoreography
Run a choreography:
$ amplify ace choreography run choreoName --f=./path/xxx.yy
or
$ amplify ace choreography run choreoName --ref=./path/xxx.yy
Service account configuration management
add <name> - Add a service account (<name> is required)
delete - Delete a service account
--id=<id> - id of the service account to delete (delete: required)
list - List the service accounts
--id=<id> - id of the service account to display (list: optional)
Add a service account:
$ amplify ace serviceaccount add <name>
Delete a service account:
$ amplify ace serviceaccount delete --id=73296
Display all service accounts:
$ amplify ace serviceaccount
or
$ amplify ace serviceaccount list
Display the details of a specific service account:
$ amplify ace serviceaccount list --id=736326
or
$ amplify ace serviceaccount --id=736326
Webhook event client configuration management
add - Add a webhook event client
delete - Delete a webhook event client
--id=<id> - id of the webhook event client to delete (delete: required)
list - List the webhook event clients
--id=<id> - id of the webhook event client to display (list: optional)
update - Update a specific webhook event client
Add a webhook event client:
$ amplify ace webhookclient add
Delete a webhook event client:
$ amplify ace webhookclient delete --id=73296
Display all webhook event clients:
$ amplify ace webhookclient
or
$ amplify ace webhookclient list
Display the details of a specific service account:
$ amplify ace webhookclient list --id=736326
or
$ amplify ace webhookclient --id=736326
Update a specific service account:
$ amplify ace webhookclient update
Axway support@axway.com https://www.axway.com
This code is closed source and Confidential and Proprietary to Axway, Inc. All Rights Reserved. This code MUST not be modified, copied or otherwise redistributed without express written permission of Axway. This file is licensed as part of the Axway Platform and governed under the terms of the Axway license agreement. Your right to use this software terminates when you terminate your Axway subscription. Please read the LICENSE file included in this distribution for more information.
FAQs
Manage ACE for the Axway AMPLIFY platform
We found that @axway/amplify-ace-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.