Request #4980
create cli flags for install_gems
| Status: | Pending | Start date: | 01/12/2017 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Core & System | |||
| Target version: | - | |||
| Pull request: |
Description
Hi,
Would it be possible to create flags to set the OS and make the script non-interactive? This would make it easier to run the script from configmanagement like ansible. Now we have to wrap it in expect, and that causes other issues.
For example:
install_gems --os=centos --silent --force install_gems --os=ubuntu --silent --force