Managing connector applications
Manage your connector applications through deployment, versioning, and publishing or unpublishing actions and triggers.
Adding custom actions
To add a custom icon for your application, go to your application directory, and place the required icon inside the icon folder.
Downloading applications
Once you have deployed the application, you can download its compressed file in your current
directory. To do so, use this command: wmio download.
The command displays a drop-down list of applications on the screen from which you can select the application that you want to download.
Application versioning
Each time that you update your application, a new version is created. You can get a list of all
the versions of your application using this command: wmio versions.
Deleting deployed actions or triggers
To delete any deployed action or trigger, do as follows:
-
Download the application that contains the action or trigger you want to delete.
-
Unzip the downloaded file.
-
Delete the file that is associated with the action/trigger from the action/trigger folder and delete the name of the action/trigger from the index.json file.
-
Deploy the application using the
wmio deploycommand.
This removes the specified action or trigger from your application.
Unpublishing applications
When you deploy an application, all the actions and triggers associated with it are by default
published. In order to unpublish the published application, use the following command: wmio
unpublish.
This will also unpublish any triggers and actions associated with the application.