Example on how to build and deploy a Container Based Service in (Omnistrate)[https://www.omnistrate.com]
Follow the instructions for omnistrate-ctl installation
Detailed documentation on the commands available can be found in the omnistrate-ctl manual
Before using the make commands, you need to set up the following configuration files:
-
.envfile: -
.omnistrate.passwordfile:your-omnistrate-password
Make sure to keep this file secure and never commit it to version control.
make install-ctl: Installs the Omnistrate CLI tool (omnistrate-ctl) via Homebrewmake upgrade-ctl: Upgrades the Omnistrate CLI tool to the latest versionmake login: Logs in to Omnistrate using credentials from your environmentmake release: Builds and releases the service using the compose.yaml configurationmake create: Creates a new instance of the service with the following defaults:- Environment: Dev
- Cloud Provider: Azure
- Region: eastus2
make list: Lists all instances in JSON formatmake delete-all: Deletes all running instances immediatelymake delete-all-wait: Deletes all instances and waits for completionmake destroy: Deletes all instances and removes the service completely