hereya-cli 0.30.0 → 0.32.0

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.
@@ -558,6 +558,63 @@
558
558
  "index.js"
559
559
  ]
560
560
  },
561
+ "config:get-backend": {
562
+ "aliases": [],
563
+ "args": {},
564
+ "description": "get the current backend type",
565
+ "examples": [
566
+ "<%= config.bin %> <%= command.id %>"
567
+ ],
568
+ "flags": {},
569
+ "hasDynamicHelp": false,
570
+ "hiddenAliases": [],
571
+ "id": "config:get-backend",
572
+ "pluginAlias": "hereya-cli",
573
+ "pluginName": "hereya-cli",
574
+ "pluginType": "core",
575
+ "strict": true,
576
+ "enableJsonFlag": false,
577
+ "isESM": true,
578
+ "relativePath": [
579
+ "dist",
580
+ "commands",
581
+ "config",
582
+ "get-backend",
583
+ "index.js"
584
+ ]
585
+ },
586
+ "config:use-backend": {
587
+ "aliases": [],
588
+ "args": {
589
+ "type": {
590
+ "description": "type of backend to use. Possible values: s3, local",
591
+ "name": "type",
592
+ "required": true
593
+ }
594
+ },
595
+ "description": "set the current backend type",
596
+ "examples": [
597
+ "<%= config.bin %> <%= command.id %> s3",
598
+ "<%= config.bin %> <%= command.id %> local"
599
+ ],
600
+ "flags": {},
601
+ "hasDynamicHelp": false,
602
+ "hiddenAliases": [],
603
+ "id": "config:use-backend",
604
+ "pluginAlias": "hereya-cli",
605
+ "pluginName": "hereya-cli",
606
+ "pluginType": "core",
607
+ "strict": true,
608
+ "enableJsonFlag": false,
609
+ "isESM": true,
610
+ "relativePath": [
611
+ "dist",
612
+ "commands",
613
+ "config",
614
+ "use-backend",
615
+ "index.js"
616
+ ]
617
+ },
561
618
  "env:set": {
562
619
  "aliases": [],
563
620
  "args": {
@@ -1006,5 +1063,5 @@
1006
1063
  ]
1007
1064
  }
1008
1065
  },
1009
- "version": "0.30.0"
1066
+ "version": "0.32.0"
1010
1067
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hereya-cli",
3
3
  "description": "Infrastructure as Package",
4
- "version": "0.30.0",
4
+ "version": "0.32.0",
5
5
  "author": "Hereya Developers",
6
6
  "bin": {
7
7
  "hereya": "./bin/run.js"