A re-implementation of the datastore codebases in golang.
# substitute the version number as desired
go build -ldflags "-X main.Version=0.1.0Usage: dokku-datastore [--version] [--help] <command> [<args>]
Available commands are:
app-links Lists all app links for a given app
create Creates a new datastore service
destroy Destroys a datastore service
enter Enters a service
exists Checks if a service exists
expose Exposes a service
info Gets information about a service
linked Checks if a service is linked to an app
links Lists all apps that are linked to a given service
list Lists all services of a given datastore type
logs Gets the logs of a service
pause Pauses a service
restart Restarts a service
start Starts a service
stop Stops a service and removes the container
unexpose Unexposes a service
version Return the version of the binary