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

Load Wizards from AWS Shell data path #151

Open
wants to merge 8 commits into
base: wizard-feature
Choose a base branch
from

Conversation

joguSD
Copy link
Contributor

@joguSD joguSD commented Aug 31, 2016

This is to get the wizards I've created checked in somewhere and begin the conversation of how wizard models should be integrated with the shell. From previous discussion it seems that each service should have a wizards-1.json file that has a key corresponding to each of these wizards. With this approach the wizard handler command would likely change from .wizard <name> to .wizard <service> <name>. This would also likely impact the specification for wizard delegation in a similar manner in that the service would also need to be specified. Perhaps rather than the resource being the wizard name directly it would look more like:

"Resource": {
    "Service": "ec2",
    "Name": "WizardName"
}

@JordonPhillips @kyleknap @jamesls

@joguSD joguSD changed the title Data loader Load Wizards from AWS Shell data path Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants