doc: update docs

This commit is contained in:
blacktop
2023-05-24 11:31:46 -06:00
parent 36be8e14c2
commit c892027ea2
4 changed files with 13 additions and 8 deletions
+1
View File
@@ -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
View File
@@ -1323,7 +1323,8 @@
"type": "string",
"description": "path to DMG",
"name": "dmg_path",
"in": "query"
"in": "query",
"required": true
}
],
"responses": {
+8 -6
View File
@@ -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
+2 -1
View File
@@ -1323,7 +1323,8 @@
"type": "string",
"description": "path to DMG",
"name": "dmg_path",
"in": "query"
"in": "query",
"required": true
}
],
"responses": {