You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,17 @@ See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/)
15
15
In summary, you can run this command to deploy and install the app in the first terminal:
16
16
17
17
```shell
18
-
forge lint --fix
19
-
forge deploy
18
+
forge lint --fix -e development
19
+
forge deploy -e development
20
20
forge install -e development -s gitauto.atlassian.net --upgrade --confirm-scopes --non-interactive
21
-
forge tunnel
21
+
forge tunnel -e development
22
22
```
23
23
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
+
24
29
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.
0 commit comments