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

stack create command, minor refactor #362

Merged
merged 1 commit into from
Oct 21, 2016
Merged

stack create command, minor refactor #362

merged 1 commit into from
Oct 21, 2016

Conversation

generalhenry
Copy link
Contributor

closes #361

to test:

amp stack create -f api/rpc/stack/test_samples/sample-01.yml test
curl localhost:90/ping (error expected)
amp stack ls "No stack is available"
amp stack ls -a State: Stopped
amp stack start test
sleep 10
curl localhost:90/ping "pong"

Copy link
Contributor

@bquenin bquenin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and working

@subfuzion subfuzion added this to the 0.2.1 milestone Oct 21, 2016
@subfuzion subfuzion merged commit a1a3971 into master Oct 21, 2016
@subfuzion subfuzion deleted the stack-create branch October 21, 2016 23:47
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.

Stack create command
3 participants