capistrano / capistrano/sshkit

Feature request: command map suffix

Open
#366 1 comment 0 reactions 0 assignees View on GitHub
discuss! enhancement help wanted
Dominant language
Ruby
Stars
1.2k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

`suffix` addition, similarly to `prefix`, would add flexibility to the commands handled, also in terms of combinations, e.g. along the lines of:

``` ruby
SSHKit.config.command_map.prefix[command].push("bash -lc '")
SSHKit.config.command_map.suffix[command].push(" && exit 0'")
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.