Skip to content

Commit bd7f821

Browse files
Merge pull request #25 from gitautoai/wes
Update README.md
2 parents 2fa60f2 + 096ac25 commit bd7f821

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/)
1515
In summary, you can run this command to deploy and install the app in the first terminal:
1616

1717
```shell
18-
forge lint --fix
19-
forge deploy
18+
forge lint --fix -e development
19+
forge deploy -e development
2020
forge install -e development -s gitauto.atlassian.net --upgrade --confirm-scopes --non-interactive
21-
forge tunnel
21+
forge tunnel -e development
2222
```
2323

24+
- See more about [forge lint](https://developer.atlassian.com/platform/forge/cli-reference/lint/)
25+
- See more about [forge deploy](https://developer.atlassian.com/platform/forge/cli-reference/deploy/)
26+
- See more about [forge install](https://developer.atlassian.com/platform/forge/cli-reference/install/)
27+
- See more about [forge tunnel](https://developer.atlassian.com/platform/forge/cli-reference/tunnel/)
28+
2429
And run this command in the second terminal to see the logs in forge cloud. See [Forge logs](https://developer.atlassian.com/platform/forge/cli-reference/logs/) for more information.
2530

2631
```shell

0 commit comments

Comments
 (0)