README.md in papa-0.5.0 vs README.md in papa-0.6.0

- old
+ new

@@ -75,27 +75,47 @@ ``` $ papa hotfix add -v 17.12.0 ``` +#### Deploying a hotfix branch to a hotfix environment + +``` +$ papa hotfix deploy -v 17.12.0 +``` + #### Finishing a hotfix branch ``` $ papa release hotfix -v 17.12.0 ``` ### `papa integration` -#### Starting and deploying an integration branch +#### Starting an integration branch ``` -$ papa integration start -b feature/dunder-mifflin-this-is-pam +$ papa integration start -f develop ``` -If you want to specify a hostname for this environment: +#### Adding branches to an integration branch +If you want to specify the feature branches using `-b`: + ``` -$ papa integration start -b feature/we-were-on-a-break -h ross-and-rachel +$ papa integration add -v 17.12.0 -b feature/1 feature/2 feature/3 +``` + +If you want to use vi to specify the feature branches: + +``` +$ papa integration add -v 17.12.0 +``` + +#### Deploying an integration branch to an integration environment + +``` +$ papa integration deploy -v 17.12.7.18.20.30 ``` ### `papa sandbox` ```