File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Options:
45
45
--help Show this message and exit.
46
46
47
47
Commands:
48
+ extract-subtree Extract a subtree of resources from an Opossum file.
48
49
generate Generate an Opossum file from various other file formats.
49
50
```
50
51
@@ -78,6 +79,22 @@ Options:
78
79
--help Show this message and exit.
79
80
```
80
81
82
+ ### extract-subtree
83
+
84
+ ``` bash
85
+ Usage: opossum-file extract-subtree [OPTIONS] OPOSSUM_FILE SUBPATH
86
+
87
+ Extract all resources from OPOSSUMFILE that are children of the specified
88
+ SUBPATH into a new .opossum-file (default: output.opossum).
89
+
90
+ Options:
91
+ -o, --outfile FILE The file path to write the generated opossum document
92
+ to. If appropriate, the extension " .opossum" is
93
+ appended. If the output file already exists, it is
94
+ overwritten. [default: output.opossum]
95
+ --help Show this message and exit.
96
+ ```
97
+
81
98
# Development
82
99
83
100
## Setting up the environment
You can’t perform that action at this time.
0 commit comments