Skip to content

Commit

Permalink
Merge pull request #25 from gitautoai/wes
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hiroshinishio authored Dec 10, 2024
2 parents 2fa60f2 + 096ac25 commit bd7f821
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit bd7f821

Please sign in to comment.