Skip to main content

Apps

Listing apps​

The wmill app list command is used to list all apps in the remote workspace.

wmill app

Pushing an app​

Pushing an app to a Windmill instance is done using the wmill app push command.

wmill app push <file_path>

Arguments​

ArgumentDescription
file_pathThe path to the app file to push.

Examples​

  1. Push the app located at ./my_app.json.
wmill app push ./my_app.json

Remote path format​

<u|g|f>/<username|group|folder>/...