Skip to content

Update README.md #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/)
In summary, you can run this command to deploy and install the app in the first terminal:

```shell
forge lint --fix
forge deploy
forge lint --fix -e development
forge deploy -e development
forge install -e development -s gitauto.atlassian.net --upgrade --confirm-scopes --non-interactive
forge tunnel
forge tunnel -e development
```

- See more about [forge lint](https://developer.atlassian.com/platform/forge/cli-reference/lint/)
- See more about [forge deploy](https://developer.atlassian.com/platform/forge/cli-reference/deploy/)
- See more about [forge install](https://developer.atlassian.com/platform/forge/cli-reference/install/)
- See more about [forge tunnel](https://developer.atlassian.com/platform/forge/cli-reference/tunnel/)

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.

```shell
Expand Down
Loading