Skip to content

Commit

Permalink
Use the Foundry CLI to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Sep 17, 2024
1 parent 41c561f commit b9745cd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,18 @@ foundry apps deploy
> [!TIP]
> If you get an error that the name already exists, change the name to something unique to your CID in `manifest.yml`.
Once the deployment has finished, release the app using the three-dot menu on the right. Next, go to **Foundry** > **App catalog**, find your app, and install it.
Once the deployment has finished, you can release the app:

Go to **Custom apps**. You should see your app listed and be able to enter a job. After the job executes, you'll receive an email with the execution information.
```shell
foundry apps release
```

Next, go to **Foundry** > **App catalog**, find your app, and install it. Select the **Open App** button in the success dialog.

> [!TIP]
> If the app doesn't load, reload the page.
You'll see the different types of [MITRE ATT&CK](https://attack.mitre.org/)s and see the detections associated with them.

### Development

Expand Down

0 comments on commit b9745cd

Please sign in to comment.