List of supported commands

Explore the list of all the supported webMethods CLI Connector Builder commands.

To get the list of all the CLI commands along with their details, run this command:

wmio help or wmio

Explore the list of all webMethods CLI Connector Builder commands:

  • wmio login - Configures the deploy key and logs you into webMethods Integration.

  • wmio logout - Logs you out from webMethods Integration by deleting your access token from the home directory.

  • wmio connectors - Displays the list of all apps for the current user.

  • wmio init - Initializes a new webMethods Integration app in your directory.

    Example - wmio init sample_app

  • wmio create action <action_name> or wmio action <action_name> - Creates a scaffolding for an action in the app directory.

    Example - wmio create action create_issue or wmio action create_issue

  • wmio create trigger <trigger_name> or wmio trigger <trigger_name> - Creates a scaffolding for a trigger in the app directory.

    Example - wmio create trigger new_mail or wmio trigger new_mail

  • wmio create lookup <lookup_name> or wmio lookup <lookup_name> - Creates a scaffolding for a lookup in an app directory.

    Example - wmio create lookup issue_id or wmio lookup issue_id

  • wmio auth - Creates an authentication scaffolding in the app directory.

  • wmio attach lookup - Attaches lookup to an action or trigger field interactively.

  • wmio detach lookup - Detaches lookup from action or trigger field interactively.

  • wmio deploy - Builds app and deploys it to webMethods Integration.

    webMethods CLI Connector Builder updates your existing version app unless you specifically change or increase the version before redeploying it.

  • wmio download - Downloads the compressed file for your app to your current directory.

  • wmio versions - Displays the list of all versions for the current app.

  • wmio history - Displays the complete history of the current app.

  • wmio swagger <swagger_file> - Converts a swagger to an action. In the swagger_file field, you can pass either the path for the swagger file or the URL associated with the swagger file. Open API support (up to v3.0.1) and OAuth attachment support is also enabled for swagger.

  • wmio unpublish - Unpublishes the app (and its associated actions and triggers).

  • wmio whoami - Displays information of the currently logged-in user.

  • wmio help or wmio - Displays the list of all connector builder commands along with their details.

  • wmio postman <collection_file_name> - Creates an action file under the action folder of your app directory for each API call.