Structs§
- Build
Repo - Builds the target repo, using the attached builder. Response: Update.
- Cancel
Build - Cancels the target build.
Only does anything if the build is
buildingwhen called. Response: Update - Cancel
Repo Build - Cancels the target repo build.
Only does anything if the repo build is
buildingwhen called. Response: Update - Clone
Repo - Clones the target repo. Response: Update.
- Deploy
- Deploys the container for the target deployment. Response: Update.
- Deploy
Stack - Deploys the target stack.
docker compose up. Response: Update - Destroy
Stack - Destoys the target stack.
docker compose down. Response: Update - Launch
Server - Launch an EC2 instance with the specified config. Response: Update.
- Pause
Container - Pauses the container for the target deployment. Response: Update
- Pause
Stack - Pauses the target stack.
docker compose pause. Response: Update - Prune
Containers - Prunes the docker containers on the target server. Response: Update.
- Prune
Images - Prunes the docker images on the target server. Response: Update.
- Prune
Networks - Prunes the docker networks on the target server. Response: Update.
- Pull
Repo - Pulls the target repo. Response: Update.
- Remove
Container - Stops and removes the container for the target deployment. Reponse: Update.
- Restart
Container - Restarts the container for the target deployment. Response: Update
- Restart
Stack - Restarts the target stack.
docker compose restart. Response: Update - RunBuild
- Runs the target build. Response: Update.
- RunProcedure
- Runs the target procedure. Response: Update
- RunSync
- Runs the target resource sync. Response: Update
- Sleep
- Start
Container - Starts the container for the target deployment. Response: Update
- Start
Stack - Starts the target stack.
docker compose start. Response: Update - Stop
AllContainers - Stops all containers on the target server. Response: Update
- Stop
Container - Stops the container for the target deployment. Response: Update
- Stop
Stack - Starts the target stack.
docker compose stop. Response: Update - Unpause
Container - Unpauses the container for the target deployment. Response: Update
- Unpause
Stack - Unpauses the target stack.
docker compose unpause. Response: Update.
Enums§
- Execution
- A wrapper for all monitor exections.
- Execution
Variant