Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jul 24, 2023
1 parent 3cd17eb commit 22f76fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gitUsers:
```

```bash
issuectl start XY-99
➜ issuectl start XY-99
Starting work on issue XY-99 ...
Workspace for XY-99 ready! 🫡
Run `issuectl workon XY-99` to open it in VS Code
Expand Down Expand Up @@ -315,14 +315,15 @@ Flags:
```
```bash
➜ issuectl profile add \
➜ issuectl config profile add \
-r repoName \
work \
/Users/johndoe/Workspace/myorg my-org-jira \
my-org-github \
"John Doe" \
repoName
➜ issuectl use work
➜ issuectl config profile use work
```
This will create a profile which will clone `repoName` for each issue. You might want to clone multiple repositories, depending on your environment. For this, run
Expand Down

0 comments on commit 22f76fd

Please sign in to comment.