Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
/ bigboat-tools Public archive

Contains various tools for working with bigboat

License

Notifications You must be signed in to change notification settings

bigboat-io/bigboat-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigboat-tools

Intro

Contains various scripts for working with bigboat

delete-app-definitions

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.

About

Contains various tools for working with bigboat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages