Fiona-Waters / delorean

Delorean CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delorean

Delorean CLI

Docs

Building

To build the CLI, run from the root of this repo:

make build/cli

A binary will be created in the root directory of the repo, which can be run:

./delorean

To build a delorean container image:

make image/build

To run some basic tests against the image:

make image/test

To build and test using a container engine other than docker (podman):

make image/test CONTAINER_ENGINE=podman

Testing

To run unit tests, run:

make test/unit

About

Delorean CLI

License:Apache License 2.0


Languages

Language:Go 88.5%Language:Shell 8.2%Language:JavaScript 2.6%Language:Makefile 0.5%Language:Dockerfile 0.3%