mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
doc: update docs
This commit is contained in:
@@ -78,6 +78,7 @@ func AddRoutes(rg *gin.RouterGroup) {
|
||||
// + name: dmg_path
|
||||
// in: query
|
||||
// description: path to DMG
|
||||
// required: true
|
||||
// type: string
|
||||
// Responses:
|
||||
// 500: genericError
|
||||
|
||||
+2
-1
@@ -1323,7 +1323,8 @@
|
||||
"type": "string",
|
||||
"description": "path to DMG",
|
||||
"name": "dmg_path",
|
||||
"in": "query"
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -17,12 +17,14 @@ ipsw watch <ORG/REPO> [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
-a, --api string Github API Token
|
||||
-d, --days int Days back to search for commits (default 1)
|
||||
-f, --file string Commit file path to watch
|
||||
-h, --help help for watch
|
||||
--json Output downloadable tar.gz URLs as JSON
|
||||
-p, --pattern string Commit message pattern to match
|
||||
-a, --api string Github API Token
|
||||
-b, --branch string Repo branch to watch (default "main")
|
||||
-d, --days int Days back to search for commits (default 1)
|
||||
-f, --file string Commit file path to watch
|
||||
-h, --help help for watch
|
||||
--json Output downloadable tar.gz URLs as JSON
|
||||
-p, --pattern string Commit message pattern to match
|
||||
-t, --timeout duration Timeout for watch attempts (default: 0s = no timeout/run once)
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
@@ -1323,7 +1323,8 @@
|
||||
"type": "string",
|
||||
"description": "path to DMG",
|
||||
"name": "dmg_path",
|
||||
"in": "query"
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
Reference in New Issue
Block a user