1602 / 1602/roco

Many configs

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
82
Forks
11
PR merge metrics
No merged PRs in 30d

Description

How to make many configurates like capistrano:

``` bash
cap dev deploy # deploy to dev.server.com

cap prod deploy # deploy to server.com

cap deploy # deploy to dev.server.com
```

Can i make it with roco?

Contributor guide

No contributing guide indexed for this repository

Research direction

Look at the roco source code to understand how it currently handles configuration and deployment commands. Examine if there's a way to define multiple environments (like dev, prod) and how commands are parsed. Check for existing configuration files or command-line argument handling. The goal is to mimic Capistrano's behavior where 'cap dev deploy' and 'cap prod deploy' target different servers, and a default 'cap deploy' goes to dev.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.