Skip to content

Commit

Permalink
Update watch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 9, 2025
1 parent 5ebe751 commit d96e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/cli/ipsw/watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ipsw watch <ORG/REPO> [flags]
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes with the pattern '254930' for the last 30 days
❯ ipsw watch --pattern '254930' --days 30 WebKit/WebKit --branch main --timeout 5m
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and announce to Discord
❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 10 WebKit/WebKit
❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 1 --timeout 5m WebKit/WebKit
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and run a command on new commits
# NOTE: the command will have access to the following environment variables:
# - IPSW_WATCH_OID
Expand Down

0 comments on commit d96e69f

Please sign in to comment.