-
Notifications
You must be signed in to change notification settings - Fork 12
Make common commands easier #3
Copy link
Copy link
Open
Labels
design 🚲🏠Bust out your paint chips, it's time to bikeshed.Bust out your paint chips, it's time to bikeshed.hmm 🛑🤔Needs more thinking time. Don't start on it yet, please.Needs more thinking time. Don't start on it yet, please.suggestionIdea for maintainers to consider. Do not take this issue until triaged.Idea for maintainers to consider. Do not take this issue until triaged.
Metadata
Metadata
Assignees
Labels
design 🚲🏠Bust out your paint chips, it's time to bikeshed.Bust out your paint chips, it's time to bikeshed.hmm 🛑🤔Needs more thinking time. Don't start on it yet, please.Needs more thinking time. Don't start on it yet, please.suggestionIdea for maintainers to consider. Do not take this issue until triaged.Idea for maintainers to consider. Do not take this issue until triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Let's think about if we could have the mixin make common commands easier to run, and with less yaml. Sometimes, for example with helm, this gave us an opportunity to add logic that adapted an imperative CLI to a more state driven experience to improve how the mixin worked over just using the CLI directly.
For example here is
upcommand:Perhaps we could agree on a set of useful default when running docker-compose in a bundle, like you will usually want to run with --detach, and should not do color output because Porter doesn't support it.
Questions
command: upvs something likeor