Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.14 KB

Rudder

This is a Node.js application that uses Docker to manage services. Currently It provides two main commands: init and install. Please note that this project is currently under development, and the command structure may change in the future.

Installation

To install this application globally, run:

npm install -g rudder-cli

Commands

init

The init command initializes the application. It is implemented in the Initialize class.

To run this command, use:

rudder init

install

The install command installs docker services. The install command is implemented in the Installation class.

To run this command, use:

rudder install

Configuration file

By creating a .rudder file on your root directory, you have the ability to alter the JSON configuration. Below are the fields available for modification:

Key Value Description
dockerServicesDestination .docker The destination path for Docker services.
parentDockerComposeFile docker-compose.yml The main Docker Compose file.