Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shorthand syntax for commands #35

Closed
ivey opened this issue Oct 31, 2012 · 0 comments
Closed

shorthand syntax for commands #35

ivey opened this issue Oct 31, 2012 · 0 comments

Comments

@ivey
Copy link
Contributor

ivey commented Oct 31, 2012

In the 80% case, it seems like most commands will be running actions (with the same name as the command, most likely) on a set of services, or invoking the same named command on several components.

I'd like to propose an alternate shorthand syntax for those execute blocks:

command "start"
service "database", :start
component "widgets", :start
component "flanges", :start
end

OR

command "start", :services => "database", :components => "widgets,flanges"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants