Skip to content

Commit

Permalink
fix: move compose_run_options to the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Nov 26, 2024
1 parent a2ae5d5 commit 456254e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@
"description": "Options to pass to the 'docker-compose run' command",
"examples": [["service-ports", "rm"]]
},
"compose_run_options": {
"type": "array",
"items": {
"type": "string"
},
"description": "DEPRECATED: Options to pass to the 'docker-compose run' command",
"examples": [["service-ports", "rm"]]
},
"profiles": {
"type": "array",
"items": {
Expand All @@ -102,6 +94,14 @@
"type": "string",
"description": "Specifies the pod for the kubectl runner"
},
"compose_run_options": {
"type": "array",
"items": {
"type": "string"
},
"description": "DEPRECATED: Options to pass to the 'docker-compose run' command",
"examples": [["service-ports", "rm"]]
},
"subcommands": {
"type": "object",
"description": "Contains subcommands with the same structure as main commands",
Expand Down

0 comments on commit 456254e

Please sign in to comment.