To install the latest version of deploy-helper
on macOS or Linux, run the following command:
curl -sSL https://raw.githubusercontent.com/flawiddsouza/deploy-helper/main/install.sh | bash
To set up a development environment for deploy-helper
, follow these steps:
- Ensure you have Rust installed on your system.
-
Clone the repository:
git clone https://github.com/flawiddsouza/deploy-helper.git cd deploy-helper
-
To build & run the application, use the following command::
cargo run <deploy.yml>
Replace
<deploy.yml>
with the path to your deployment configuration file.