Boris-Wilfried

Results 7 issues of Boris-Wilfried

Example for http://HOST:PORT Wait for the HOST container to be ready before starting Kibana. echo "Stalling for HOST" while true; do nc -q 1 HOST PORT 2>/dev/null && break done

enhancement

Enable the way for the user to pass other mongodb options for each action

enhancement

The use must be able to manage the number of backup to keep.

enhancement

**Description:** I'm currently using the `gcloud` package in my Dart application to work with Cloud Datastore. However, I encountered an issue when trying to use the package with the Cloud...

type-enhancement

- Upgrade and readapt var env - add out option for mongodump according to the documentation - rename Host and Port variable to be more simple and generic avoiding the...