Skip to content

Commit 93ef6e9

Browse files
committed
docs: update CLI docs
1 parent 02ba9c1 commit 93ef6e9

File tree

9 files changed

+200
-4
lines changed

9 files changed

+200
-4
lines changed

www/docs/cli/ipsw/fw/aop.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: aop
3+
title: aop
4+
hide_title: true
5+
hide_table_of_contents: true
6+
sidebar_label: aop
7+
description: Dump MachOs
8+
---
9+
## ipsw fw aop
10+
11+
Dump MachOs
12+
13+
```
14+
ipsw fw aop <IPSW|IM4P|BUNDLE> [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for aop
21+
-i, --info Print info
22+
-o, --output string Folder to extract files to
23+
-r, --remote Parse remote IPSW URL
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
--color colorize output
30+
--config string config file (default is $HOME/.config/ipsw/config.yaml)
31+
--no-color disable colorize output
32+
-V, --verbose verbose output
33+
```
34+
35+
### SEE ALSO
36+
37+
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands
38+

www/docs/cli/ipsw/fw/c1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: c1
44
hide_title: true
55
hide_table_of_contents: true
66
sidebar_label: c1
7-
description: 🚧 Dump C1 Baseband Firmware
7+
description: Dump C1 Baseband Firmware
88
---
99
## ipsw fw c1
1010

11-
🚧 Dump C1 Baseband Firmware
11+
Dump C1 Baseband Firmware
1212

1313
```
14-
ipsw fw c1 <IPSW|FTAB|URL> [flags]
14+
ipsw fw c1 <IPSW|URL|FTAB> [flags]
1515
```
1616

1717
### Options

www/docs/cli/ipsw/fw/cam.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: cam
3+
title: cam
4+
hide_title: true
5+
hide_table_of_contents: true
6+
sidebar_label: cam
7+
description: Dump MachOs
8+
---
9+
## ipsw fw cam
10+
11+
Dump MachOs
12+
13+
```
14+
ipsw fw cam <IPSW|URL|IM4P> [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for cam
21+
-i, --info Print info
22+
-o, --output string Folder to extract files to
23+
-r, --remote Parse remote IPSW URL
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
--color colorize output
30+
--config string config file (default is $HOME/.config/ipsw/config.yaml)
31+
--no-color disable colorize output
32+
-V, --verbose verbose output
33+
```
34+
35+
### SEE ALSO
36+
37+
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands
38+

www/docs/cli/ipsw/fw/dcp.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: dcp
3+
title: dcp
4+
hide_title: true
5+
hide_table_of_contents: true
6+
sidebar_label: dcp
7+
description: Dump MachOs
8+
---
9+
## ipsw fw dcp
10+
11+
Dump MachOs
12+
13+
```
14+
ipsw fw dcp <IPSW|URL|IM4P|BUNDLE> [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for dcp
21+
-i, --info Print info
22+
-o, --output string Folder to extract files to
23+
-r, --remote Parse remote IPSW URL
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
--color colorize output
30+
--config string config file (default is $HOME/.config/ipsw/config.yaml)
31+
--no-color disable colorize output
32+
-V, --verbose verbose output
33+
```
34+
35+
### SEE ALSO
36+
37+
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands
38+

www/docs/cli/ipsw/fw/exclave.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: exclave
3+
title: exclave
4+
hide_title: true
5+
hide_table_of_contents: true
6+
sidebar_label: exclave
7+
description: Dump MachOs
8+
---
9+
## ipsw fw exclave
10+
11+
Dump MachOs
12+
13+
```
14+
ipsw fw exclave <IPSW|URL|IM4P|BUNDLE> [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for exclave
21+
-i, --info Print info
22+
-o, --output string Folder to extract files to
23+
-r, --remote Parse remote IPSW URL
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
--color colorize output
30+
--config string config file (default is $HOME/.config/ipsw/config.yaml)
31+
--no-color disable colorize output
32+
-V, --verbose verbose output
33+
```
34+
35+
### SEE ALSO
36+
37+
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands
38+

www/docs/cli/ipsw/fw/fw.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ ipsw fw [flags]
3333

3434
* [ipsw](/docs/cli/ipsw) - Download and Parse IPSWs (and SO much more)
3535
* [ipsw fw aea](/docs/cli/ipsw/fw/aea) - Parse AEA1 DMGs
36-
* [ipsw fw c1](/docs/cli/ipsw/fw/c1) - 🚧 Dump C1 Baseband Firmware
36+
* [ipsw fw aop](/docs/cli/ipsw/fw/aop) - Dump MachOs
37+
* [ipsw fw c1](/docs/cli/ipsw/fw/c1) - Dump C1 Baseband Firmware
38+
* [ipsw fw cam](/docs/cli/ipsw/fw/cam) - Dump MachOs
39+
* [ipsw fw dcp](/docs/cli/ipsw/fw/dcp) - Dump MachOs
40+
* [ipsw fw exclave](/docs/cli/ipsw/fw/exclave) - Dump MachOs
41+
* [ipsw fw gpu](/docs/cli/ipsw/fw/gpu) - Dump MachOs
3742
* [ipsw fw iboot](/docs/cli/ipsw/fw/iboot) - Dump firmwares
3843
* [ipsw fw ibootim](/docs/cli/ipsw/fw/ibootim) - Dump iBoot Images
3944
* [ipsw fw tc](/docs/cli/ipsw/fw/tc) - Dump TrustCache

www/docs/cli/ipsw/fw/gpu.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
id: gpu
3+
title: gpu
4+
hide_title: true
5+
hide_table_of_contents: true
6+
sidebar_label: gpu
7+
description: Dump MachOs
8+
---
9+
## ipsw fw gpu
10+
11+
Dump MachOs
12+
13+
```
14+
ipsw fw gpu <IPSW|URL|IM4P|FTAB> [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for gpu
21+
-o, --output string Folder to extract files to
22+
-r, --remote Parse remote IPSW URL
23+
```
24+
25+
### Options inherited from parent commands
26+
27+
```
28+
--color colorize output
29+
--config string config file (default is $HOME/.config/ipsw/config.yaml)
30+
--no-color disable colorize output
31+
-V, --verbose verbose output
32+
```
33+
34+
### SEE ALSO
35+
36+
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands
37+

www/docs/cli/ipsw/fw/ibootim.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ipsw fw ibootim [flags]
2121
-h, --help help for ibootim
2222
-i, --info Print info
2323
-o, --output string Folder to extract files to
24+
-r, --remote Parse remote IPSW URL
2425
```
2526

2627
### Options inherited from parent commands

www/docs/cli/ipsw/fw/tc.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ipsw fw tc <IM4P|IPSW> [flags]
2020
-h, --help help for tc
2121
-j, --json Output in JSON format
2222
-o, --output string Folder to extract files to
23+
-r, --remote Parse remote IPSW URL
2324
```
2425

2526
### Options inherited from parent commands

0 commit comments

Comments
 (0)