Contains various scripts for working with bigboat
Usages:
docker run --rm bigboat/tools ./delete-app-definitions.sh $appName $bigboatUrl $apiKey $tag
or
Make sure you have bash, curl and jq installed and run: ./delete-app-definitions.sh $appName $bigboatUrl $apiKey $tag
Arguments:
- $appName The name of the application definition to delete versions for. This is the name specifief in the Bigboat Compose file
- $bigboatUrl The url of Bigboat to delete application definitions from. Example:
http://www.dashboard.example.org/
. - $apiKey The API key used to communicate with Bigboat. This can be the deploy-key are an API Key found under the menu 'Configuration' in Bigboat.
- $tag Application definitions with this tag will be skipped. All other application definitions will be deleted.