Skip to content

Commit ea086fd

Browse files
committed
cloning
1 parent 4e29a3c commit ea086fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/client/multi-image/manage_project_structure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Add on Image Version
3535
3636
usage: python3 manage_project_structure.py [-h] -u BASE_URL -t TOKEN_FILE [-pg PROJECT_GROUP] -p PROJECT_NAME -pv VERSION_NAME
37-
[-sp SUBPROJECT_LIST] [-nv] [-rm] [--dry-run]
37+
[-sp SUBPROJECT_LIST] [-nv] [-rm] [--clone-from CLONE_FROM] [--dry-run]
3838
3939
options:
4040
-h, --help show this help message and exit
@@ -52,6 +52,8 @@
5252
List of subprojects to generate with subproject:container:tag
5353
-nv, --no-verify Disable TLS certificate verification
5454
-rm, --remove Remove project structure with all subprojects (DANGEROUS!)
55+
--clone-from CLONE_FROM
56+
Main project version to use as template for cloning
5557
--dry-run Create structure only, do not execute scans
5658
5759
Subprojects ae specified as subproject:[container]:[tag]

0 commit comments

Comments
 (0)