Sign inSign up

moove/buster

By moove

•Updated about 5 years ago

Image
0

1.4K

moove/buster repository overview

⁠Buster

This is a software used to validate some things when we start a new environment, for example the variables that are available in the environment, or the connection to the database.

⁠How to use it?

If you have the binary in your PATH, you can use it directly:

$ buster [COMMAND]

To check the variables in the environment, you can use:

$ buster env

This will show you the variables that are available in the environment.

To check the connection to the database, you can use:

$ DATABASE_URL=postgresql://localhost/db_name buster database --ssl=false

This will try try to connect to the database and show a succeed message if it works.

⁠Build image

In order to build the image, you need to have docker installed. And run the following command:

$ docker build -t buster .

⁠Build executable

To generate a new executable, you need to run go in the root directory of the project.

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

about 5 years ago

docker pull moove/buster