rudder-cli
v0.1.1
Published
A brief description of your package
Readme
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-cliCommands
init
The init command initializes the application. It is implemented in the Initialize class.
To run this command, use:
rudder initinstall
The install command installs docker services. The install command is implemented in the Installation class.
To run this command, use:
rudder installConfiguration 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. |
