-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
101 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
id: ls | ||
title: ls | ||
hide_title: true | ||
hide_table_of_contents: true | ||
sidebar_label: ls | ||
description: List OTA files | ||
--- | ||
## ipsw ota ls | ||
|
||
List OTA files | ||
|
||
``` | ||
ipsw ota ls <OTA> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-b, --bom List the post.bom files | ||
-h, --help help for ls | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--color colorize output | ||
--config string config file (default is $HOME/.config/ipsw/config.yaml) | ||
--no-color disable colorize output | ||
-V, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ipsw ota](/docs/cli/ipsw/ota) - Parse OTAs | ||
* [ipsw ota ls payload](/docs/cli/ipsw/ota/ls/payload) - List contents of a payloadv2 file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
id: payload | ||
title: payload | ||
hide_title: true | ||
hide_table_of_contents: true | ||
sidebar_label: payload | ||
description: List contents of a payloadv2 file | ||
--- | ||
## ipsw ota ls payload | ||
|
||
List contents of a payloadv2 file | ||
|
||
``` | ||
ipsw ota ls payload <PAYLOAD>|<OTA> <PAYLOAD> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --dirs Directories only | ||
-f, --files Files only | ||
-h, --help help for payload | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--color colorize output | ||
--config string config file (default is $HOME/.config/ipsw/config.yaml) | ||
--no-color disable colorize output | ||
-V, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ipsw ota ls](/docs/cli/ipsw/ota/ls) - List OTA files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters