hereya-cli 0.17.0 → 0.17.1

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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g hereya-cli
20
20
  $ hereya COMMAND
21
21
  running command...
22
22
  $ hereya (--version)
23
- hereya-cli/0.17.0 linux-x64 node-v22.13.1
23
+ hereya-cli/0.17.1 linux-x64 node-v22.13.1
24
24
  $ hereya --help [COMMAND]
25
25
  USAGE
26
26
  $ hereya COMMAND
@@ -74,7 +74,7 @@ EXAMPLES
74
74
  $ hereya add cloudy/docker_postgres
75
75
  ```
76
76
 
77
- _See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/add/index.ts)_
77
+ _See code: [src/commands/add/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/add/index.ts)_
78
78
 
79
79
  ## `hereya bootstrap INFRASTRUCTURETYPE`
80
80
 
@@ -99,7 +99,7 @@ EXAMPLES
99
99
  $ hereya bootstrap local
100
100
  ```
101
101
 
102
- _See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/bootstrap/index.ts)_
102
+ _See code: [src/commands/bootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/bootstrap/index.ts)_
103
103
 
104
104
  ## `hereya deploy`
105
105
 
@@ -121,7 +121,7 @@ EXAMPLES
121
121
  $ hereya deploy
122
122
  ```
123
123
 
124
- _See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/deploy/index.ts)_
124
+ _See code: [src/commands/deploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/deploy/index.ts)_
125
125
 
126
126
  ## `hereya down`
127
127
 
@@ -144,7 +144,7 @@ EXAMPLES
144
144
  $ hereya down
145
145
  ```
146
146
 
147
- _See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/down/index.ts)_
147
+ _See code: [src/commands/down/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/down/index.ts)_
148
148
 
149
149
  ## `hereya env [NAME]`
150
150
 
@@ -175,11 +175,11 @@ EXAMPLES
175
175
  $ hereya env -w dev -l
176
176
  ```
177
177
 
178
- _See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/env/index.ts)_
178
+ _See code: [src/commands/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/env/index.ts)_
179
179
 
180
180
  ## `hereya env set [NAME]`
181
181
 
182
- Set an environment variable for the current workspace
182
+ Set an user-defined environment variable for the project
183
183
 
184
184
  ```
185
185
  USAGE
@@ -194,13 +194,13 @@ FLAGS
194
194
  --chdir=<value> project root directory
195
195
 
196
196
  DESCRIPTION
197
- Set an environment variable for the current workspace
197
+ Set an user-defined environment variable for the project
198
198
 
199
199
  EXAMPLES
200
200
  $ hereya env set FOO bar
201
201
  ```
202
202
 
203
- _See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/env/set/index.ts)_
203
+ _See code: [src/commands/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/env/set/index.ts)_
204
204
 
205
205
  ## `hereya help [COMMAND]`
206
206
 
@@ -246,7 +246,7 @@ EXAMPLES
246
246
  $ hereya init myProject -w=defaultWorkspace --chdir=./myProject
247
247
  ```
248
248
 
249
- _See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/init/index.ts)_
249
+ _See code: [src/commands/init/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/init/index.ts)_
250
250
 
251
251
  ## `hereya remove PACKAGE`
252
252
 
@@ -270,7 +270,7 @@ EXAMPLES
270
270
  $ hereya remove cloudy/docker_postgres
271
271
  ```
272
272
 
273
- _See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/remove/index.ts)_
273
+ _See code: [src/commands/remove/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/remove/index.ts)_
274
274
 
275
275
  ## `hereya run CMD`
276
276
 
@@ -296,7 +296,7 @@ EXAMPLES
296
296
  $ hereya run -w uat -- node index.js
297
297
  ```
298
298
 
299
- _See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/run/index.ts)_
299
+ _See code: [src/commands/run/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/run/index.ts)_
300
300
 
301
301
  ## `hereya unbootstrap INFRASTRUCTURETYPE`
302
302
 
@@ -321,7 +321,7 @@ EXAMPLES
321
321
  $ hereya unbootstrap local
322
322
  ```
323
323
 
324
- _See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/unbootstrap/index.ts)_
324
+ _See code: [src/commands/unbootstrap/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/unbootstrap/index.ts)_
325
325
 
326
326
  ## `hereya undeploy`
327
327
 
@@ -343,7 +343,7 @@ EXAMPLES
343
343
  $ hereya undeploy
344
344
  ```
345
345
 
346
- _See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/undeploy/index.ts)_
346
+ _See code: [src/commands/undeploy/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/undeploy/index.ts)_
347
347
 
348
348
  ## `hereya up`
349
349
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ hereya up
367
367
  ```
368
368
 
369
- _See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/up/index.ts)_
369
+ _See code: [src/commands/up/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/up/index.ts)_
370
370
 
371
371
  ## `hereya workspace create NAME`
372
372
 
@@ -386,7 +386,7 @@ EXAMPLES
386
386
  $ hereya workspace create dev
387
387
  ```
388
388
 
389
- _See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/create/index.ts)_
389
+ _See code: [src/commands/workspace/create/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/create/index.ts)_
390
390
 
391
391
  ## `hereya workspace delete NAME`
392
392
 
@@ -406,7 +406,7 @@ EXAMPLES
406
406
  $ hereya workspace delete dev
407
407
  ```
408
408
 
409
- _See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/delete/index.ts)_
409
+ _See code: [src/commands/workspace/delete/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/delete/index.ts)_
410
410
 
411
411
  ## `hereya workspace env [NAME]`
412
412
 
@@ -432,7 +432,7 @@ EXAMPLES
432
432
  $ hereya workspace env myEnv -w dev
433
433
  ```
434
434
 
435
- _See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/env/index.ts)_
435
+ _See code: [src/commands/workspace/env/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/env/index.ts)_
436
436
 
437
437
  ## `hereya workspace env set`
438
438
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ hereya workspace env set -w my-workspace -n myVar -v my-value -i aws -s
457
457
  ```
458
458
 
459
- _See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/env/set/index.ts)_
459
+ _See code: [src/commands/workspace/env/set/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/env/set/index.ts)_
460
460
 
461
461
  ## `hereya workspace env unset`
462
462
 
@@ -477,7 +477,7 @@ EXAMPLES
477
477
  $ hereya workspace env unset -w my-workspace -n myVar
478
478
  ```
479
479
 
480
- _See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/env/unset/index.ts)_
480
+ _See code: [src/commands/workspace/env/unset/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/env/unset/index.ts)_
481
481
 
482
482
  ## `hereya workspace install PACKAGE`
483
483
 
@@ -504,7 +504,7 @@ EXAMPLES
504
504
  $ hereya workspace install hereya/aws-cognito
505
505
  ```
506
506
 
507
- _See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/install/index.ts)_
507
+ _See code: [src/commands/workspace/install/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/install/index.ts)_
508
508
 
509
509
  ## `hereya workspace uninstall PACKAGE`
510
510
 
@@ -531,5 +531,5 @@ EXAMPLES
531
531
  $ hereya workspace uninstall hereya/aws-cognito
532
532
  ```
533
533
 
534
- _See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.0/src/commands/workspace/uninstall/index.ts)_
534
+ _See code: [src/commands/workspace/uninstall/index.ts](https://github.com/hereya/hereya-cli/blob/v0.17.1/src/commands/workspace/uninstall/index.ts)_
535
535
  <!-- commandsstop -->
@@ -7,7 +7,7 @@ export default class EnvSet extends Command {
7
7
  static args = {
8
8
  name: Args.string({ description: 'name of the environment variable to set' }),
9
9
  };
10
- static description = 'Set an environment variable for the current workspace';
10
+ static description = 'Set an user-defined environment variable for the project';
11
11
  static examples = ['<%= config.bin %> <%= command.id %> FOO bar'];
12
12
  static flags = {
13
13
  chdir: Flags.string({
@@ -54,45 +54,6 @@
54
54
  "index.js"
55
55
  ]
56
56
  },
57
- "bootstrap": {
58
- "aliases": [],
59
- "args": {
60
- "infrastructureType": {
61
- "description": "infrastructure to bootstrap. Options are local, aws",
62
- "name": "infrastructureType",
63
- "required": true
64
- }
65
- },
66
- "description": "Install necessary resources for hereya operations in an infrastructure.",
67
- "examples": [
68
- "<%= config.bin %> <%= command.id %> aws",
69
- "<%= config.bin %> <%= command.id %> local"
70
- ],
71
- "flags": {
72
- "force": {
73
- "char": "f",
74
- "description": "redeploy hereya resources if already deployed",
75
- "name": "force",
76
- "allowNo": false,
77
- "type": "boolean"
78
- }
79
- },
80
- "hasDynamicHelp": false,
81
- "hiddenAliases": [],
82
- "id": "bootstrap",
83
- "pluginAlias": "hereya-cli",
84
- "pluginName": "hereya-cli",
85
- "pluginType": "core",
86
- "strict": true,
87
- "enableJsonFlag": false,
88
- "isESM": true,
89
- "relativePath": [
90
- "dist",
91
- "commands",
92
- "bootstrap",
93
- "index.js"
94
- ]
95
- },
96
57
  "deploy": {
97
58
  "aliases": [],
98
59
  "args": {},
@@ -141,6 +102,45 @@
141
102
  "index.js"
142
103
  ]
143
104
  },
105
+ "bootstrap": {
106
+ "aliases": [],
107
+ "args": {
108
+ "infrastructureType": {
109
+ "description": "infrastructure to bootstrap. Options are local, aws",
110
+ "name": "infrastructureType",
111
+ "required": true
112
+ }
113
+ },
114
+ "description": "Install necessary resources for hereya operations in an infrastructure.",
115
+ "examples": [
116
+ "<%= config.bin %> <%= command.id %> aws",
117
+ "<%= config.bin %> <%= command.id %> local"
118
+ ],
119
+ "flags": {
120
+ "force": {
121
+ "char": "f",
122
+ "description": "redeploy hereya resources if already deployed",
123
+ "name": "force",
124
+ "allowNo": false,
125
+ "type": "boolean"
126
+ }
127
+ },
128
+ "hasDynamicHelp": false,
129
+ "hiddenAliases": [],
130
+ "id": "bootstrap",
131
+ "pluginAlias": "hereya-cli",
132
+ "pluginName": "hereya-cli",
133
+ "pluginType": "core",
134
+ "strict": true,
135
+ "enableJsonFlag": false,
136
+ "isESM": true,
137
+ "relativePath": [
138
+ "dist",
139
+ "commands",
140
+ "bootstrap",
141
+ "index.js"
142
+ ]
143
+ },
144
144
  "down": {
145
145
  "aliases": [],
146
146
  "args": {},
@@ -548,7 +548,7 @@
548
548
  "name": "name"
549
549
  }
550
550
  },
551
- "description": "Set an environment variable for the current workspace",
551
+ "description": "Set an user-defined environment variable for the project",
552
552
  "examples": [
553
553
  "<%= config.bin %> <%= command.id %> FOO bar"
554
554
  ],
@@ -953,5 +953,5 @@
953
953
  ]
954
954
  }
955
955
  },
956
- "version": "0.17.0"
956
+ "version": "0.17.1"
957
957
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hereya-cli",
3
3
  "description": "Infrastructure as Package",
4
- "version": "0.17.0",
4
+ "version": "0.17.1",
5
5
  "author": "Hereya Developers",
6
6
  "bin": {
7
7
  "hereya": "./bin/run.js"