docs/_reference/ufo-ship.md in ufo-4.0.0 vs docs/_reference/ufo-ship.md in ufo-4.0.1
- old
+ new
@@ -65,23 +65,14 @@
### Deploying Task Definition without Docker Build
Let's you want skip the docker build phase and only want use ufo to deploy a task definition. You can do this with the `ufo deploy` command. Refer to [ufo deploy](http://ufoships.com/reference/ufo-deploy/) for more info.
-### Waiting for Deployments to Complete
+### Not Waiting for Deployments to Complete
-By default when ufo updates the ECS service with the new task definition it does so asynchronuously. You then normally visit the ECS service console and then refresh until you see that the deployment is completed. You can also have ufo poll and wait for the deployment to be done with the `--wait` option
+By default when ufo updates the ECS service with the new task definition it does so synchronuously. It'll wait until the CloudFormation stack finishes. You can make it asynchronuously with the `--no-wait` option:
- ufo ship demo-web --wait
-
-You should see output similar to this:
-
- Shipping demo-web...
- demo-web service updated on cluster with task demo-web
- Waiting for deployment of task definition demo-web:8 to complete
- ......
- Time waiting for ECS deployment: 31s.
- Software shipped!
+ ufo ship demo-web --no-wait
### Route 53 DNS Support
Ufo can automatically create a "pretty" route53 record an set it to the created ELB dns name. This is done in by configuring the `.ufo/settings/network/[profile].yml` file. Example: