@codiac.io/codiac-cli 1.3.184 → 1.3.185

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.184",
2
+ "version": "1.3.185",
3
3
  "commands": {
4
4
  "branch": {
5
5
  "id": "branch",
@@ -4492,10 +4492,9 @@
4492
4492
  "name": "file",
4493
4493
  "type": "option",
4494
4494
  "char": "f",
4495
- "description": "The relative pathname of the config file to view (relative to the root of the codiac project).",
4495
+ "description": "The relative pathname of the config file to view, relative to the root of the codiac project (defaults to app-config.json).",
4496
4496
  "required": false,
4497
- "multiple": false,
4498
- "default": "app-config.json"
4497
+ "multiple": false
4499
4498
  },
4500
4499
  "type": {
4501
4500
  "name": "type",
@@ -4525,7 +4524,7 @@
4525
4524
  "name": "output",
4526
4525
  "type": "option",
4527
4526
  "char": "o",
4528
- "description": "Output format of the actual settings data document.",
4527
+ "description": "Format in which to render the config document (defaults to auto).",
4529
4528
  "required": false,
4530
4529
  "multiple": false,
4531
4530
  "options": [
@@ -4533,8 +4532,7 @@
4533
4532
  "json",
4534
4533
  "yaml",
4535
4534
  "auto"
4536
- ],
4537
- "default": "auto"
4535
+ ]
4538
4536
  },
4539
4537
  "prompt": {
4540
4538
  "name": "prompt",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codiac.io/codiac-cli",
3
3
  "description": "Local command line interface for managing enterprise assets and environments.",
4
- "version": "1.3.184",
4
+ "version": "1.3.185",
5
5
  "author": "Codiac",
6
6
  "bin": {
7
7
  "codiac": "./bin/run",