Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Support Synchronous Operations (--wait) #66

Open
osterman opened this issue Oct 5, 2018 · 0 comments
Open

Support Synchronous Operations (--wait) #66

osterman opened this issue Oct 5, 2018 · 0 comments

Comments

@osterman
Copy link

osterman commented Oct 5, 2018

what

  • It would be great if all commands supported a --wait flag

why

  • Allow the operator to chain commands together (E.g. via a Makefile)

example

fargate certificate request $(DOMAIN) --alias $(HOSTNAME) --wait
fargate certificate validate $(DOMAIN) --wait
fargate lb create atlantis \
		--cluster $(CLUSTER) \
		--certificate $(DOMAIN) \
		--port HTTPS:443 \
                 --wait
fargate lb alias atlantis $(HOSTNAME) --wait
fargate service create atlantis \
		--cluster $(CLUSTER) \
		--lb atlantis \
		--num 1 \
		--cpu 256 \
		--memory 2048 \
		--port "HTTP:80" \
		--rule "PATH=/*" \
		--env "TEST=123" \
		--image nginx:latest \
                 --wait
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant