There was an error while loading. Please reload this page.
1 parent 295fe88 commit 98cd751Copy full SHA for 98cd751
1 file changed
README.md
@@ -25,14 +25,15 @@ Usage
25
- Create a workspace
26
27
```
28
-timeout-tools ws <app_repo_name> <new_branch_name>
+timeout-tools ws <app_repo_name> <branch_name>
29
eg
30
timeout-tools ws envars TOPS-1234
31
32
33
This:
34
35
- Clones the app into `<branch_name>--<app>`
36
+- Checkout branch `<branch_name>` if it exists or creates it
37
- Installs python version specified in repos `PYTHON_VERSION` file, using pyenv
38
- Creates a pyenv virtualenv named `<app>-<version>`
39
- Installs requirements.txt (and requirements-dev.txt if it exists) in the virtualenv
0 commit comments