Commands

Commands to create a custom action by using a Swagger file.

  • npm i @webmethodsio/wmiocli -g Installs node module to create and deploy connectors on webMethods Integration
  • wmio login Configures the deployment key and logs you in webMethods Integration
  • wmio unit Initializes a new webMethods Integration app in your directory
  • wmio swagger <swagger_file> Imports all APIcalls from the specified swagger file as actions in the connector
  • wmio auth Creates an authentication scaffolding in the app directory
  • wmio test Tests and runs the created custom connectors
  • wmio deploy Builds app and deploys it to webMethods Integration
  • wmio pull Deletes an existing custom connector