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
Argument | Description |
---|---|
file_path | The path to the app file to push. |
Examples
- Push the app located at
./my_app.json
.
wmill app push ./my_app.json
Remote path format
<u|g|f>/<username|group|folder>/...