@@ -365,14 +365,18 @@ for more info.
365
365
- [ glc rm] ( #glc-rm ) * Remove resource*
366
366
- [ glc rm alias] ( #glc-rm-alias ) * Remove resource alias*
367
367
- [ glc rm group] ( #glc-rm-group ) * Remove group*
368
+ - [ glc rm group-epic-note] ( #glc-rm-group-epic-note ) * Remove group epic note*
368
369
- [ glc rm group-var] ( #glc-rm-group-var ) * Remove a group's variable*
369
370
- [ glc rm project] ( #glc-rm-project ) * Remove project*
370
371
- [ glc rm project-badge] ( #glc-rm-project-badge ) * Remove project badge*
371
372
- [ glc rm project-branch] ( #glc-rm-project-branch ) * Remove project branch*
372
373
- [ glc rm project-environment] ( #glc-rm-project-environment ) * Remove project environment*
373
374
- [ glc rm project-hook] ( #glc-rm-project-hook ) * Remove project hook*
375
+ - [ glc rm project-issue-note] ( #glc-rm-project-issue-note ) * Remove project issue note*
376
+ - [ glc rm project-merge-request-note] ( #glc-rm-project-merge-request-note ) * Remove project merge request note*
374
377
- [ glc rm project-merged-branches] ( #glc-rm-project-merged-branches ) * Remove project merged branches*
375
378
- [ glc rm project-protected-branch] ( #glc-rm-project-protected-branch ) * Unprotect project branch*
379
+ - [ glc rm project-snippet-note] ( #glc-rm-project-snippet-note ) * Remove project snippet note*
376
380
- [ glc rm project-star] ( #glc-rm-project-star ) * Unstars a given project*
377
381
- [ glc rm project-var] ( #glc-rm-project-var ) * Remove a project's variable*
378
382
- [ glc version] ( #glc-version ) * Print the version number of glc*
@@ -2962,14 +2966,18 @@ Remove resource
2962
2966
2963
2967
- [ glc rm alias] ( #glc-rm-alias ) * Remove resource alias*
2964
2968
- [ glc rm group] ( #glc-rm-group ) * Remove group*
2969
+ - [ glc rm group-epic-note] ( #glc-rm-group-epic-note ) * Remove group epic note*
2965
2970
- [ glc rm group-var] ( #glc-rm-group-var ) * Remove a group's variable*
2966
2971
- [ glc rm project] ( #glc-rm-project ) * Remove project*
2967
2972
- [ glc rm project-badge] ( #glc-rm-project-badge ) * Remove project badge*
2968
2973
- [ glc rm project-branch] ( #glc-rm-project-branch ) * Remove project branch*
2969
2974
- [ glc rm project-environment] ( #glc-rm-project-environment ) * Remove project environment*
2970
2975
- [ glc rm project-hook] ( #glc-rm-project-hook ) * Remove project hook*
2976
+ - [ glc rm project-issue-note] ( #glc-rm-project-issue-note ) * Remove project issue note*
2977
+ - [ glc rm project-merge-request-note] ( #glc-rm-project-merge-request-note ) * Remove project merge request note*
2971
2978
- [ glc rm project-merged-branches] ( #glc-rm-project-merged-branches ) * Remove project merged branches*
2972
2979
- [ glc rm project-protected-branch] ( #glc-rm-project-protected-branch ) * Unprotect project branch*
2980
+ - [ glc rm project-snippet-note] ( #glc-rm-project-snippet-note ) * Remove project snippet note*
2973
2981
- [ glc rm project-star] ( #glc-rm-project-star ) * Unstars a given project*
2974
2982
- [ glc rm project-var] ( #glc-rm-project-var ) * Remove a project's variable*
2975
2983
@@ -3053,6 +3061,45 @@ glc rm group GROUP_ID [flags]
3053
3061
3054
3062
3055
3063
3064
+ #### glc rm group-epic-note
3065
+
3066
+ Remove group epic note
3067
+
3068
+ ##### Synopsis
3069
+
3070
+ Remove group epic note
3071
+
3072
+ ```
3073
+ glc rm group-epic-note GROUP_ID EPIC_ID NOTE_ID [flags]
3074
+ ```
3075
+
3076
+ ##### Options
3077
+
3078
+ ```
3079
+ -h, --help help for group-epic-note
3080
+ ```
3081
+
3082
+ ##### Options inherited from parent commands
3083
+
3084
+ ```
3085
+ -a, --alias string Use resource alias
3086
+ -c, --config string Path to configuration file (default ".glc.yml")
3087
+ --host string GitLab host
3088
+ -i, --interactive enable interactive mode when applicable (eg. creation, pagination)
3089
+ --no-color disable color output
3090
+ -o, --output-destination string Output result to file if specified
3091
+ -f, --output-format string Output format, must be one of 'text', 'json', 'yaml'
3092
+ --silent silent mode
3093
+ -v, --verbose verbose output
3094
+ -y, --yes Do not ask for confirmation
3095
+ ```
3096
+
3097
+ ##### See also
3098
+
3099
+ - [ glc rm] ( #glc-rm ) * Remove resource*
3100
+
3101
+
3102
+
3056
3103
#### glc rm group-var
3057
3104
3058
3105
Remove a group's variable
@@ -3287,6 +3334,84 @@ glc rm project-hook PROJECT_ID HOOK_ID [flags]
3287
3334
3288
3335
3289
3336
3337
+ #### glc rm project-issue-note
3338
+
3339
+ Remove project issue note
3340
+
3341
+ ##### Synopsis
3342
+
3343
+ Remove project issue note
3344
+
3345
+ ```
3346
+ glc rm project-issue-note PROJECT_ID ISSUE_IID NOTE_ID [flags]
3347
+ ```
3348
+
3349
+ ##### Options
3350
+
3351
+ ```
3352
+ -h, --help help for project-issue-note
3353
+ ```
3354
+
3355
+ ##### Options inherited from parent commands
3356
+
3357
+ ```
3358
+ -a, --alias string Use resource alias
3359
+ -c, --config string Path to configuration file (default ".glc.yml")
3360
+ --host string GitLab host
3361
+ -i, --interactive enable interactive mode when applicable (eg. creation, pagination)
3362
+ --no-color disable color output
3363
+ -o, --output-destination string Output result to file if specified
3364
+ -f, --output-format string Output format, must be one of 'text', 'json', 'yaml'
3365
+ --silent silent mode
3366
+ -v, --verbose verbose output
3367
+ -y, --yes Do not ask for confirmation
3368
+ ```
3369
+
3370
+ ##### See also
3371
+
3372
+ - [ glc rm] ( #glc-rm ) * Remove resource*
3373
+
3374
+
3375
+
3376
+ #### glc rm project-merge-request-note
3377
+
3378
+ Remove project merge request note
3379
+
3380
+ ##### Synopsis
3381
+
3382
+ Remove project merge request note
3383
+
3384
+ ```
3385
+ glc rm project-merge-request-note PROJECT_ID MERGE_REQUEST_IID NOTE_ID [flags]
3386
+ ```
3387
+
3388
+ ##### Options
3389
+
3390
+ ```
3391
+ -h, --help help for project-merge-request-note
3392
+ ```
3393
+
3394
+ ##### Options inherited from parent commands
3395
+
3396
+ ```
3397
+ -a, --alias string Use resource alias
3398
+ -c, --config string Path to configuration file (default ".glc.yml")
3399
+ --host string GitLab host
3400
+ -i, --interactive enable interactive mode when applicable (eg. creation, pagination)
3401
+ --no-color disable color output
3402
+ -o, --output-destination string Output result to file if specified
3403
+ -f, --output-format string Output format, must be one of 'text', 'json', 'yaml'
3404
+ --silent silent mode
3405
+ -v, --verbose verbose output
3406
+ -y, --yes Do not ask for confirmation
3407
+ ```
3408
+
3409
+ ##### See also
3410
+
3411
+ - [ glc rm] ( #glc-rm ) * Remove resource*
3412
+
3413
+
3414
+
3290
3415
#### glc rm project-merged-branches
3291
3416
3292
3417
Remove project merged branches
@@ -3365,6 +3490,45 @@ glc rm project-protected-branch PROJECT_ID BRANCH_NAME [flags]
3365
3490
3366
3491
3367
3492
3493
+ #### glc rm project-snippet-note
3494
+
3495
+ Remove project snippet note
3496
+
3497
+ ##### Synopsis
3498
+
3499
+ Remove project snippet note
3500
+
3501
+ ```
3502
+ glc rm project-snippet-note PROJECT_ID SNIPPET_ID NOTE_ID [flags]
3503
+ ```
3504
+
3505
+ ##### Options
3506
+
3507
+ ```
3508
+ -h, --help help for project-snippet-note
3509
+ ```
3510
+
3511
+ ##### Options inherited from parent commands
3512
+
3513
+ ```
3514
+ -a, --alias string Use resource alias
3515
+ -c, --config string Path to configuration file (default ".glc.yml")
3516
+ --host string GitLab host
3517
+ -i, --interactive enable interactive mode when applicable (eg. creation, pagination)
3518
+ --no-color disable color output
3519
+ -o, --output-destination string Output result to file if specified
3520
+ -f, --output-format string Output format, must be one of 'text', 'json', 'yaml'
3521
+ --silent silent mode
3522
+ -v, --verbose verbose output
3523
+ -y, --yes Do not ask for confirmation
3524
+ ```
3525
+
3526
+ ##### See also
3527
+
3528
+ - [ glc rm] ( #glc-rm ) * Remove resource*
3529
+
3530
+
3531
+
3368
3532
#### glc rm project-star
3369
3533
3370
3534
Unstars a given project
0 commit comments