@powerlines/plugin-env 0.16.158 → 0.16.160

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.
Files changed (109) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  2. package/dist/babel/index.cjs +1 -0
  3. package/dist/babel/index.d.cts +2 -0
  4. package/dist/babel/index.d.mts +2 -0
  5. package/dist/babel/index.mjs +1 -0
  6. package/dist/babel/plugin.cjs +5 -0
  7. package/dist/babel/plugin.d.cts +8 -0
  8. package/dist/babel/plugin.d.cts.map +1 -0
  9. package/dist/babel/plugin.d.mts +8 -0
  10. package/dist/babel/plugin.d.mts.map +1 -0
  11. package/dist/babel/plugin.mjs +6 -0
  12. package/dist/babel/plugin.mjs.map +1 -0
  13. package/dist/components/docs.cjs +1 -0
  14. package/dist/components/docs.d.cts +24 -0
  15. package/dist/components/docs.d.cts.map +1 -0
  16. package/dist/components/docs.d.mts +24 -0
  17. package/dist/components/docs.d.mts.map +1 -0
  18. package/dist/components/docs.mjs +2 -0
  19. package/dist/components/docs.mjs.map +1 -0
  20. package/dist/components/env-builtin.cjs +98 -0
  21. package/dist/components/env-builtin.d.cts +21 -0
  22. package/dist/components/env-builtin.d.cts.map +1 -0
  23. package/dist/components/env-builtin.d.mts +21 -0
  24. package/dist/components/env-builtin.d.mts.map +1 -0
  25. package/dist/components/env-builtin.mjs +96 -0
  26. package/dist/components/env-builtin.mjs.map +1 -0
  27. package/dist/components/index.cjs +1 -0
  28. package/dist/components/index.d.cts +3 -0
  29. package/dist/components/index.d.mts +3 -0
  30. package/dist/components/index.mjs +1 -0
  31. package/dist/helpers/automd-generator.cjs +1 -0
  32. package/dist/helpers/automd-generator.d.cts +14 -0
  33. package/dist/helpers/automd-generator.d.cts.map +1 -0
  34. package/dist/helpers/automd-generator.d.mts +14 -0
  35. package/dist/helpers/automd-generator.d.mts.map +1 -0
  36. package/dist/helpers/automd-generator.mjs +2 -0
  37. package/dist/helpers/automd-generator.mjs.map +1 -0
  38. package/dist/helpers/create-reflection-resource.cjs +1 -0
  39. package/dist/helpers/create-reflection-resource.d.cts +13 -0
  40. package/dist/helpers/create-reflection-resource.d.cts.map +1 -0
  41. package/dist/helpers/create-reflection-resource.d.mts +13 -0
  42. package/dist/helpers/create-reflection-resource.d.mts.map +1 -0
  43. package/dist/helpers/create-reflection-resource.mjs +2 -0
  44. package/dist/helpers/create-reflection-resource.mjs.map +1 -0
  45. package/dist/helpers/index.cjs +1 -0
  46. package/dist/helpers/index.d.cts +7 -0
  47. package/dist/helpers/index.d.mts +7 -0
  48. package/dist/helpers/index.mjs +1 -0
  49. package/dist/helpers/load.cjs +1 -0
  50. package/dist/helpers/load.d.cts +36 -0
  51. package/dist/helpers/load.d.cts.map +1 -0
  52. package/dist/helpers/load.d.mts +36 -0
  53. package/dist/helpers/load.d.mts.map +1 -0
  54. package/dist/helpers/load.mjs +2 -0
  55. package/dist/helpers/load.mjs.map +1 -0
  56. package/dist/helpers/persistence.cjs +1 -0
  57. package/dist/helpers/persistence.d.cts +84 -0
  58. package/dist/helpers/persistence.d.cts.map +1 -0
  59. package/dist/helpers/persistence.d.mts +84 -0
  60. package/dist/helpers/persistence.d.mts.map +1 -0
  61. package/dist/helpers/persistence.mjs +2 -0
  62. package/dist/helpers/persistence.mjs.map +1 -0
  63. package/dist/helpers/reflect.cjs +1 -0
  64. package/dist/helpers/reflect.d.cts +68 -0
  65. package/dist/helpers/reflect.d.cts.map +1 -0
  66. package/dist/helpers/reflect.d.mts +68 -0
  67. package/dist/helpers/reflect.d.mts.map +1 -0
  68. package/dist/helpers/reflect.mjs +2 -0
  69. package/dist/helpers/reflect.mjs.map +1 -0
  70. package/dist/helpers/source-file-env.cjs +1 -0
  71. package/dist/helpers/source-file-env.d.cts +9 -0
  72. package/dist/helpers/source-file-env.d.cts.map +1 -0
  73. package/dist/helpers/source-file-env.d.mts +9 -0
  74. package/dist/helpers/source-file-env.d.mts.map +1 -0
  75. package/dist/helpers/source-file-env.mjs +2 -0
  76. package/dist/helpers/source-file-env.mjs.map +1 -0
  77. package/dist/helpers/template-helpers.cjs +1 -0
  78. package/dist/helpers/template-helpers.d.cts +15 -0
  79. package/dist/helpers/template-helpers.d.cts.map +1 -0
  80. package/dist/helpers/template-helpers.d.mts +15 -0
  81. package/dist/helpers/template-helpers.d.mts.map +1 -0
  82. package/dist/helpers/template-helpers.mjs +2 -0
  83. package/dist/helpers/template-helpers.mjs.map +1 -0
  84. package/dist/index.cjs +1 -0
  85. package/dist/index.d.cts +17 -0
  86. package/dist/index.d.cts.map +1 -0
  87. package/dist/index.d.mts +17 -0
  88. package/dist/index.d.mts.map +1 -0
  89. package/dist/index.mjs +2 -0
  90. package/dist/index.mjs.map +1 -0
  91. package/dist/types/index.cjs +1 -0
  92. package/dist/types/index.d.cts +3 -0
  93. package/dist/types/index.d.mts +3 -0
  94. package/dist/types/index.mjs +1 -0
  95. package/dist/types/plugin.cjs +1 -0
  96. package/dist/types/plugin.d.cts +163 -0
  97. package/dist/types/plugin.d.cts.map +1 -0
  98. package/dist/types/plugin.d.mts +163 -0
  99. package/dist/types/plugin.d.mts.map +1 -0
  100. package/dist/types/plugin.mjs +2 -0
  101. package/dist/types/plugin.mjs.map +1 -0
  102. package/dist/types/runtime.cjs +1 -0
  103. package/dist/types/runtime.d.cts +934 -0
  104. package/dist/types/runtime.d.cts.map +1 -0
  105. package/dist/types/runtime.d.mts +934 -0
  106. package/dist/types/runtime.d.mts.map +1 -0
  107. package/dist/types/runtime.mjs +2 -0
  108. package/dist/types/runtime.mjs.map +1 -0
  109. package/package.json +19 -19
@@ -0,0 +1,934 @@
1
+ //#region src/types/runtime.d.ts
2
+ /**
3
+ * The base environment configuration used by Powerlines applications
4
+ *
5
+ * @remarks
6
+ * This interface is used to define the environment variables, configuration options, and runtime settings used by applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \`powerlines docs\` command.
7
+ *
8
+ * @categoryDescription Platform
9
+ * The name of the platform the configuration parameter is intended for use in.
10
+ *
11
+ * @showCategories
12
+ */
13
+ interface EnvInterface {
14
+ /**
15
+ * The name of the application.
16
+ *
17
+ * @readonly
18
+ * @category neutral
19
+ */
20
+ readonly APP_NAME: string;
21
+ /**
22
+ * The version of the application.
23
+ *
24
+ * @defaultValue "1.0.0"
25
+ *
26
+ * @readonly
27
+ * @category neutral
28
+ */
29
+ readonly APP_VERSION: string;
30
+ /**
31
+ * The unique identifier for the build.
32
+ *
33
+ * @readonly
34
+ * @category neutral
35
+ */
36
+ readonly BUILD_ID: string;
37
+ /**
38
+ * The timestamp the build was ran at.
39
+ *
40
+ * @readonly
41
+ * @category neutral
42
+ */
43
+ readonly BUILD_TIMESTAMP: string;
44
+ /**
45
+ * A checksum hash created during the build.
46
+ *
47
+ * @readonly
48
+ * @category neutral
49
+ */
50
+ readonly BUILD_CHECKSUM: string;
51
+ /**
52
+ * The unique identifier for the release.
53
+ *
54
+ * @readonly
55
+ * @category neutral
56
+ */
57
+ readonly RELEASE_ID: string;
58
+ /**
59
+ * The tag for the release. This is generally in the format of "\<APP_NAME\>\@\<APP_VERSION\>".
60
+ *
61
+ * @readonly
62
+ * @category neutral
63
+ */
64
+ readonly RELEASE_TAG: string;
65
+ /**
66
+ * The name of the organization that maintains the application.
67
+ *
68
+ * @remarks
69
+ * This variable is used to specify the name of the organization that maintains the application. If not provided in an environment, it will try to use the value in {@link @storm-software/config-tools/StormWorkspaceConfig#organization}.
70
+ *
71
+ * @alias ORG
72
+ * @alias ORG_ID
73
+ * @category neutral
74
+ */
75
+ ORGANIZATION: string;
76
+ /**
77
+ * The platform for which the application was built.
78
+ *
79
+ * @defaultValue "neutral"
80
+ *
81
+ * @category neutral
82
+ */
83
+ PLATFORM: "node" | "neutral" | "browser";
84
+ /**
85
+ * The mode in which the application is running.
86
+ *
87
+ * @defaultValue "production"
88
+ *
89
+ * @alias NODE_ENV
90
+ * @alias ENV
91
+ * @alias VERCEL_ENV
92
+ *
93
+ * @category neutral
94
+ */
95
+ MODE: "development" | "test" | "production";
96
+ /**
97
+ * The environment the application is running in. This value will be populated with the value of `MODE` if not provided.
98
+ *
99
+ * @defaultValue "production"
100
+ *
101
+ * @category neutral
102
+ */
103
+ ENVIRONMENT: string;
104
+ /**
105
+ * Indicates if the application is running in debug mode.
106
+ *
107
+ * @category neutral
108
+ */
109
+ DEBUG: boolean;
110
+ /**
111
+ * An indicator that specifies the current runtime is a test environment.
112
+ *
113
+ * @category neutral
114
+ */
115
+ TEST: boolean;
116
+ /**
117
+ * An indicator that specifies the current runtime is a minimal environment.
118
+ *
119
+ * @category node
120
+ */
121
+ MINIMAL: boolean;
122
+ /**
123
+ * An indicator that specifies the current runtime is a no color environment.
124
+ *
125
+ * @category node
126
+ */
127
+ NO_COLOR: boolean;
128
+ /**
129
+ * An indicator that specifies the current runtime is a force color environment.
130
+ *
131
+ * @category node
132
+ */
133
+ FORCE_COLOR: boolean | number;
134
+ /**
135
+ * An indicator that specifies the current runtime should force hyperlinks in terminal output.
136
+ *
137
+ * @remarks
138
+ * This variable is used to force hyperlinks in terminal output, even if the terminal does not support them. This is useful for debugging and development purposes.
139
+ * @category node
140
+ */
141
+ FORCE_HYPERLINK: boolean | number;
142
+ /**
143
+ * The name of the agent running the application. This variable is set by certain CI/CD systems.
144
+ *
145
+ * @readonly
146
+ * @runtime
147
+ * @hidden
148
+ * @category neutral
149
+ */
150
+ readonly AGENT_NAME?: string;
151
+ /**
152
+ * The color terminal type. This variable is set by certain terminal emulators.
153
+ *
154
+ * @readonly
155
+ * @runtime
156
+ * @hidden
157
+ * @category node
158
+ */
159
+ readonly COLORTERM?: string;
160
+ /**
161
+ * The terminal type. This variable is set by certain CI/CD systems.
162
+ *
163
+ * @remarks
164
+ * This variable is used to specify the terminal type that the application is running in. It can be used to determine how to format output for the terminal.
165
+ *
166
+ * @readonly
167
+ * @runtime
168
+ * @hidden
169
+ * @category node
170
+ */
171
+ readonly TERM?: string;
172
+ /**
173
+ * The terminal program name. This variable is set by certain terminal emulators.
174
+ *
175
+ * @readonly
176
+ * @runtime
177
+ * @hidden
178
+ * @category node
179
+ */
180
+ readonly TERM_PROGRAM?: string;
181
+ /**
182
+ * The terminal program version. This variable is set by certain terminal emulators.
183
+ *
184
+ * @readonly
185
+ * @runtime
186
+ * @hidden
187
+ * @category node
188
+ */
189
+ readonly TERM_PROGRAM_VERSION?: string;
190
+ /**
191
+ * The terminal emulator name. This variable is set by certain terminal emulators.
192
+ *
193
+ * @readonly
194
+ * @runtime
195
+ * @hidden
196
+ * @category node
197
+ */
198
+ readonly TERMINAL_EMULATOR?: string;
199
+ /**
200
+ * The terminal emulator session ID. This variable is set by certain terminal emulators.
201
+ *
202
+ * @readonly
203
+ * @runtime
204
+ * @hidden
205
+ * @category node
206
+ */
207
+ readonly WT_SESSION?: string;
208
+ /**
209
+ * An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.
210
+ *
211
+ * @readonly
212
+ * @runtime
213
+ * @hidden
214
+ * @category node
215
+ */
216
+ readonly TERMINUS_SUBLIME?: boolean;
217
+ /**
218
+ * The ConEmu task name. This variable is set by certain terminal emulators.
219
+ *
220
+ * @readonly
221
+ * @runtime
222
+ * @hidden
223
+ * @category node
224
+ */
225
+ readonly ConEmuTask?: string;
226
+ /**
227
+ * The cursor trace ID. This variable is set by certain terminal emulators.
228
+ *
229
+ * @readonly
230
+ * @runtime
231
+ * @hidden
232
+ * @category node
233
+ */
234
+ readonly CURSOR_TRACE_ID?: string;
235
+ /**
236
+ * The VTE version. This variable is set by certain terminal emulators.
237
+ *
238
+ * @readonly
239
+ * @runtime
240
+ * @hidden
241
+ * @category node
242
+ */
243
+ readonly VTE_VERSION?: string;
244
+ /**
245
+ * Indicates if error stack traces should be captured.
246
+ *
247
+ * @category neutral
248
+ */
249
+ STACKTRACE: boolean;
250
+ /**
251
+ * Indicates if error data should be included.
252
+ *
253
+ * @category neutral
254
+ */
255
+ INCLUDE_ERROR_DATA: boolean;
256
+ /**
257
+ * A web page to lookup error messages and display additional information given an error code.
258
+ *
259
+ * @remarks
260
+ * This variable is used to provide a URL to a page that can be used to look up error messages given an error code. This is used to provide a more user-friendly error message to the user.
261
+ *
262
+ * @title Error Details URL
263
+ * @category neutral
264
+ */
265
+ ERROR_URL: string;
266
+ /**
267
+ * The default timezone for the application.
268
+ *
269
+ * @defaultValue "America/New_York"
270
+ * @category neutral
271
+ */
272
+ DEFAULT_TIMEZONE: string;
273
+ /**
274
+ * The default locale to be used in the application.
275
+ *
276
+ * @defaultValue "en_US"
277
+ * @category neutral
278
+ */
279
+ DEFAULT_LOCALE: string;
280
+ /**
281
+ * The default lowest log level to accept. If `null`, the logger will reject all records.
282
+ *
283
+ * @defaultValue "info"
284
+ *
285
+ * @category neutral
286
+ */
287
+ LOG_LEVEL?: "error" | "warn" | "info" | "debug" | null;
288
+ /**
289
+ * An indicator that specifies the current runtime is a continuous integration environment.
290
+ *
291
+ * @title Continuous Integration
292
+ * @alias CONTINUOUS_INTEGRATION
293
+ * @category neutral
294
+ */
295
+ CI: boolean;
296
+ /**
297
+ * The unique identifier for the current run. This value is set by certain CI/CD systems.
298
+ *
299
+ * @readonly
300
+ * @runtime
301
+ * @hidden
302
+ * @category node
303
+ */
304
+ readonly RUN_ID?: string;
305
+ /**
306
+ * The agola git reference. This value is set by certain CI/CD systems.
307
+ *
308
+ * @readonly
309
+ * @runtime
310
+ * @hidden
311
+ * @category node
312
+ */
313
+ readonly AGOLA_GIT_REF?: string;
314
+ /**
315
+ * The appcircle build ID. This value is set by certain CI/CD systems.
316
+ *
317
+ * @readonly
318
+ * @runtime
319
+ * @hidden
320
+ * @category node
321
+ */
322
+ readonly AC_APPCIRCLE?: string;
323
+ /**
324
+ * The appveyor build ID. This value is set by certain CI/CD systems.
325
+ *
326
+ * @readonly
327
+ * @runtime
328
+ * @hidden
329
+ * @category node
330
+ */
331
+ readonly APPVEYOR?: string;
332
+ /**
333
+ * The codebuild build ID. This value is set by certain CI/CD systems.
334
+ *
335
+ * @readonly
336
+ * @runtime
337
+ * @hidden
338
+ * @category node
339
+ */
340
+ readonly CODEBUILD?: string;
341
+ /**
342
+ * The task force build ID. This value is set by certain CI/CD systems.
343
+ *
344
+ * @readonly
345
+ * @runtime
346
+ * @hidden
347
+ * @category node
348
+ */
349
+ readonly TF_BUILD?: string;
350
+ /**
351
+ * The bamboo plan key. This value is set by certain CI/CD systems.
352
+ *
353
+ * @readonly
354
+ * @runtime
355
+ * @hidden
356
+ * @category node
357
+ */
358
+ readonly bamboo_planKey?: string;
359
+ /**
360
+ * The bitbucket commit. This value is set by certain CI/CD systems.
361
+ *
362
+ * @readonly
363
+ * @runtime
364
+ * @hidden
365
+ * @category node
366
+ */
367
+ readonly BITBUCKET_COMMIT?: string;
368
+ /**
369
+ * The bitrise build ID. This value is set by certain CI/CD systems.
370
+ *
371
+ * @readonly
372
+ * @runtime
373
+ * @hidden
374
+ * @category node
375
+ */
376
+ readonly BITRISE_IO?: string;
377
+ /**
378
+ * The buddy workspace ID. This value is set by certain CI/CD systems.
379
+ *
380
+ * @readonly
381
+ * @runtime
382
+ * @hidden
383
+ * @category node
384
+ */
385
+ readonly BUDDY_WORKSPACE_ID?: string;
386
+ /**
387
+ * The buildkite build ID. This value is set by certain CI/CD systems.
388
+ *
389
+ * @readonly
390
+ * @runtime
391
+ * @hidden
392
+ * @category node
393
+ */
394
+ readonly BUILDKITE?: string;
395
+ /**
396
+ * The circleci build ID. This value is set by certain CI/CD systems.
397
+ *
398
+ * @readonly
399
+ * @runtime
400
+ * @hidden
401
+ * @category node
402
+ */
403
+ readonly CIRCLECI?: string;
404
+ /**
405
+ * The cirrus-ci build ID. This value is set by certain CI/CD systems.
406
+ *
407
+ * @readonly
408
+ * @runtime
409
+ * @hidden
410
+ * @category node
411
+ */
412
+ readonly CIRRUS_CI?: string;
413
+ /**
414
+ * The cf build ID. This value is set by certain CI/CD systems.
415
+ *
416
+ * @readonly
417
+ * @runtime
418
+ * @hidden
419
+ * @category node
420
+ */
421
+ readonly CF_BUILD_ID?: string;
422
+ /**
423
+ * The cm build ID. This value is set by certain CI/CD systems.
424
+ *
425
+ * @readonly
426
+ * @runtime
427
+ * @hidden
428
+ * @category node
429
+ */
430
+ readonly CM_BUILD_ID?: string;
431
+ /**
432
+ * The ci name. This value is set by certain CI/CD systems.
433
+ *
434
+ * @readonly
435
+ * @runtime
436
+ * @hidden
437
+ * @category node
438
+ */
439
+ readonly CI_NAME?: string;
440
+ /**
441
+ * The drone build ID. This value is set by certain CI/CD systems.
442
+ *
443
+ * @readonly
444
+ * @runtime
445
+ * @hidden
446
+ * @category node
447
+ */
448
+ readonly DRONE?: string;
449
+ /**
450
+ * The dsari build ID. This value is set by certain CI/CD systems.
451
+ *
452
+ * @readonly
453
+ * @runtime
454
+ * @hidden
455
+ * @category node
456
+ */
457
+ readonly DSARI?: string;
458
+ /**
459
+ * The earthly build ID. This value is set by certain CI/CD systems.
460
+ *
461
+ * @readonly
462
+ * @runtime
463
+ * @hidden
464
+ * @category node
465
+ */
466
+ readonly EARTHLY_CI?: string;
467
+ /**
468
+ * The eas build ID. This value is set by certain CI/CD systems.
469
+ *
470
+ * @readonly
471
+ * @runtime
472
+ * @hidden
473
+ * @category node
474
+ */
475
+ readonly EAS_BUILD?: string;
476
+ /**
477
+ * The gerrit project. This value is set by certain CI/CD systems.
478
+ *
479
+ * @readonly
480
+ * @runtime
481
+ * @hidden
482
+ * @category node
483
+ */
484
+ readonly GERRIT_PROJECT?: string;
485
+ /**
486
+ * The gitea actions build ID. This value is set by certain CI/CD systems.
487
+ *
488
+ * @readonly
489
+ * @runtime
490
+ * @hidden
491
+ * @category node
492
+ */
493
+ readonly GITEA_ACTIONS?: string;
494
+ /**
495
+ * The github actions build ID. This value is set by certain CI/CD systems.
496
+ *
497
+ * @readonly
498
+ * @runtime
499
+ * @hidden
500
+ * @category node
501
+ */
502
+ readonly GITHUB_ACTIONS?: string;
503
+ /**
504
+ * The gitlab ci build ID. This value is set by certain CI/CD systems.
505
+ *
506
+ * @readonly
507
+ * @runtime
508
+ * @hidden
509
+ * @category node
510
+ */
511
+ readonly GITLAB_CI?: string;
512
+ /**
513
+ * The go cd build ID. This value is set by certain CI/CD systems.
514
+ *
515
+ * @readonly
516
+ * @runtime
517
+ * @hidden
518
+ * @category node
519
+ */
520
+ readonly GOCD?: string;
521
+ /**
522
+ * The builder output build ID. This value is set by certain CI/CD systems.
523
+ *
524
+ * @readonly
525
+ * @runtime
526
+ * @hidden
527
+ * @category node
528
+ */
529
+ readonly BUILDER_OUTPUT?: string;
530
+ /**
531
+ * The harness build ID. This value is set by certain CI/CD systems.
532
+ *
533
+ * @readonly
534
+ * @runtime
535
+ * @hidden
536
+ * @category node
537
+ */
538
+ readonly HARNESS_BUILD_ID?: string;
539
+ /**
540
+ * The jenkins url. This value is set by certain CI/CD systems.
541
+ *
542
+ * @readonly
543
+ * @runtime
544
+ * @hidden
545
+ * @category node
546
+ */
547
+ readonly JENKINS_URL?: string;
548
+ /**
549
+ * The layerci build ID. This value is set by certain CI/CD systems.
550
+ *
551
+ * @readonly
552
+ * @runtime
553
+ * @hidden
554
+ * @category node
555
+ */
556
+ readonly LAYERCI?: string;
557
+ /**
558
+ * The magnum build ID. This value is set by certain CI/CD systems.
559
+ *
560
+ * @readonly
561
+ * @runtime
562
+ * @hidden
563
+ * @category node
564
+ */
565
+ readonly MAGNUM?: string;
566
+ /**
567
+ * The netlify build ID. This value is set by certain CI/CD systems.
568
+ *
569
+ * @readonly
570
+ * @runtime
571
+ * @hidden
572
+ * @category node
573
+ */
574
+ readonly NETLIFY?: string;
575
+ /**
576
+ * The nevercode build ID. This value is set by certain CI/CD systems.
577
+ *
578
+ * @readonly
579
+ * @runtime
580
+ * @hidden
581
+ * @category node
582
+ */
583
+ readonly NEVERCODE?: string;
584
+ /**
585
+ * The prow job ID. This value is set by certain CI/CD systems.
586
+ *
587
+ * @readonly
588
+ * @runtime
589
+ * @hidden
590
+ * @category node
591
+ */
592
+ readonly PROW_JOB_ID?: string;
593
+ /**
594
+ * The release build ID. This value is set by certain CI/CD systems.
595
+ *
596
+ * @readonly
597
+ * @runtime
598
+ * @hidden
599
+ * @category node
600
+ */
601
+ readonly RELEASE_BUILD_ID?: string;
602
+ /**
603
+ * The render build ID. This value is set by certain CI/CD systems.
604
+ *
605
+ * @readonly
606
+ * @runtime
607
+ * @hidden
608
+ * @category node
609
+ */
610
+ readonly RENDER?: string;
611
+ /**
612
+ * The sailci build ID. This value is set by certain CI/CD systems.
613
+ *
614
+ * @readonly
615
+ * @runtime
616
+ * @hidden
617
+ * @category node
618
+ */
619
+ readonly SAILCI?: string;
620
+ /**
621
+ * The hudson build ID. This value is set by certain CI/CD systems.
622
+ *
623
+ * @readonly
624
+ * @runtime
625
+ * @hidden
626
+ * @category node
627
+ */
628
+ readonly HUDSON?: string;
629
+ /**
630
+ * The screwdriver build ID. This value is set by certain CI/CD systems.
631
+ *
632
+ * @readonly
633
+ * @runtime
634
+ * @hidden
635
+ * @category node
636
+ */
637
+ readonly SCREWDRIVER?: string;
638
+ /**
639
+ * The semaphore build ID. This value is set by certain CI/CD systems.
640
+ *
641
+ * @readonly
642
+ * @runtime
643
+ * @hidden
644
+ * @category node
645
+ */
646
+ readonly SEMAPHORE?: string;
647
+ /**
648
+ * The sourcehut build ID. This value is set by certain CI/CD systems.
649
+ *
650
+ * @readonly
651
+ * @runtime
652
+ * @hidden
653
+ * @category node
654
+ */
655
+ readonly SOURCEHUT?: string;
656
+ /**
657
+ * The spaceship build ID. This value is set by certain CI/CD systems.
658
+ *
659
+ * @readonly
660
+ * @runtime
661
+ * @hidden
662
+ * @category node
663
+ */
664
+ readonly SPACESHIP_CI?: string;
665
+ /**
666
+ * The strider build ID. This value is set by certain CI/CD systems.
667
+ *
668
+ * @readonly
669
+ * @runtime
670
+ * @hidden
671
+ * @category node
672
+ */
673
+ readonly STRIDER?: string;
674
+ /**
675
+ * The task ID. This value is set by certain CI/CD systems.
676
+ *
677
+ * @readonly
678
+ * @runtime
679
+ * @hidden
680
+ * @category node
681
+ */
682
+ readonly TASK_ID?: string;
683
+ /**
684
+ * The teamcity version. This value is set by certain CI/CD systems.
685
+ *
686
+ * @readonly
687
+ * @runtime
688
+ * @hidden
689
+ * @category node
690
+ */
691
+ readonly TEAMCITY_VERSION?: string;
692
+ /**
693
+ * The travis build ID. This value is set by certain CI/CD systems.
694
+ *
695
+ * @readonly
696
+ * @runtime
697
+ * @hidden
698
+ * @category node
699
+ */
700
+ readonly TRAVIS?: string;
701
+ /**
702
+ * The vela build ID. This value is set by certain CI/CD systems.
703
+ *
704
+ * @readonly
705
+ * @runtime
706
+ * @hidden
707
+ * @category node
708
+ */
709
+ readonly VELA?: string;
710
+ /**
711
+ * The now builder build ID. This value is set by certain CI/CD systems.
712
+ *
713
+ * @readonly
714
+ * @runtime
715
+ * @hidden
716
+ * @category node
717
+ */
718
+ readonly NOW_BUILDER?: string;
719
+ /**
720
+ * The appcenter build ID. This value is set by certain CI/CD systems.
721
+ *
722
+ * @readonly
723
+ * @runtime
724
+ * @hidden
725
+ * @category node
726
+ */
727
+ readonly APPCENTER_BUILD_ID?: string;
728
+ /**
729
+ * The xcode project build ID. This value is set by certain CI/CD systems.
730
+ *
731
+ * @readonly
732
+ * @runtime
733
+ * @hidden
734
+ * @category node
735
+ */
736
+ readonly CI_XCODE_PROJECT?: string;
737
+ /**
738
+ * The xcode server build ID. This value is set by certain CI/CD systems.
739
+ *
740
+ * @readonly
741
+ * @runtime
742
+ * @hidden
743
+ * @category node
744
+ */
745
+ readonly XCS?: string;
746
+ /**
747
+ * The application's runtime data directory.
748
+ *
749
+ * @remarks
750
+ * This variable is used to override the base path of the system's local application data directory. This variable is used to set the \`$storm.paths.data\` property.
751
+ *
752
+ * @title Data Directory
753
+ * @runtime
754
+ * @category node
755
+ */
756
+ DATA_DIR?: string;
757
+ /**
758
+ * The application's configuration data directory.
759
+ *
760
+ * @remarks
761
+ * This variable is used to override the base path of the system's local application configuration directory. This variable is used to set the \`$storm.paths.config\` property.
762
+ *
763
+ * @title Configuration Directory
764
+ * @runtime
765
+ * @category node
766
+ */
767
+ CONFIG_DIR?: string;
768
+ /**
769
+ * The application's cached data directory.
770
+ *
771
+ * @remarks
772
+ * This variable is used to override the base path of the system's local cache data directory. This variable is used to set the \`$storm.paths.cache\` property.
773
+ *
774
+ * @title Cache Directory
775
+ * @runtime
776
+ * @category node
777
+ */
778
+ CACHE_DIR?: string;
779
+ /**
780
+ * The application's logging directory.
781
+ *
782
+ * @remarks
783
+ * This variable is used to override the base path of the system's local application log directory. This variable is used to set the \`$storm.paths.log\` property.
784
+ *
785
+ * @title Log Directory
786
+ * @runtime
787
+ * @category node
788
+ */
789
+ LOG_DIR?: string;
790
+ /**
791
+ * The application's temporary data directory.
792
+ *
793
+ * @remarks
794
+ * This variable is used to override the base path of the system's local temporary data directory. This variable is used to set the \`$storm.paths.temp\` property.
795
+ *
796
+ * @title Temporary Directory
797
+ * @runtime
798
+ * @category node
799
+ */
800
+ TEMP_DIR?: string;
801
+ /**
802
+ * A variable that specifies the current user's local application data directory on Windows.
803
+ *
804
+ * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
805
+ *
806
+ * @remarks
807
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.data\`, \`$storm.paths.cache\`, and \`$storm.paths.log\` properties.
808
+ *
809
+ * @readonly
810
+ * @runtime
811
+ * @hidden
812
+ * @category node
813
+ */
814
+ readonly LOCALAPPDATA?: string;
815
+ /**
816
+ * A variable that specifies the application data directory on Windows.
817
+ *
818
+ * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
819
+ *
820
+ * @remarks
821
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.config\` property.
822
+ *
823
+ * @readonly
824
+ * @runtime
825
+ * @hidden
826
+ * @category node
827
+ */
828
+ readonly APPDATA?: string;
829
+ /**
830
+ * A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.
831
+ *
832
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
833
+ *
834
+ * @remarks
835
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.data\` property.
836
+ *
837
+ * @readonly
838
+ * @runtime
839
+ * @hidden
840
+ * @category node
841
+ */
842
+ readonly XDG_DATA_HOME?: string;
843
+ /**
844
+ * A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.
845
+ *
846
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
847
+ *
848
+ * @remarks
849
+ * This variable is used to specify a path to configuration data that is specific to the current user. This variable can be used to set the \`$storm.paths.config\` property.
850
+ *
851
+ * @readonly
852
+ * @runtime
853
+ * @hidden
854
+ * @category node
855
+ */
856
+ readonly XDG_CONFIG_HOME?: string;
857
+ /**
858
+ * A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.
859
+ *
860
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
861
+ *
862
+ * @remarks
863
+ * This variable is used to specify a path to cache data that is specific to the current user. This variable can be used to set the \`$storm.paths.cache\` property.
864
+ *
865
+ * @readonly
866
+ * @runtime
867
+ * @hidden
868
+ * @category node
869
+ */
870
+ readonly XDG_CACHE_HOME?: string;
871
+ /**
872
+ * A variable that specifies the state directory on Linux systems using the XDG base directory specification.
873
+ *
874
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
875
+ *
876
+ * @remarks
877
+ * This variable is used to specify a path to application state data that is specific to the current user. This variable can be used to set the \`$storm.paths.state\` property.
878
+ *
879
+ * @readonly
880
+ * @runtime
881
+ * @hidden
882
+ * @category node
883
+ */
884
+ readonly XDG_STATE_HOME?: string;
885
+ /**
886
+ * A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.
887
+ *
888
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
889
+ *
890
+ * @remarks
891
+ * This variable is used to specify a path to runtime data that is specific to the current user. This variable can be used to set the \`$storm.paths.temp\` property.
892
+ *
893
+ * @readonly
894
+ * @runtime
895
+ * @hidden
896
+ * @category node
897
+ */
898
+ readonly XDG_RUNTIME_DIR?: string;
899
+ /**
900
+ * A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.
901
+ *
902
+ * @see https://devenv.sh/files-and-variables/#devenv_dotfile
903
+ * @see https://nixos.org/
904
+ *
905
+ * @remarks
906
+ * This variable is used to specify a path to application data that is specific to the current [Nix](https://nixos.org/) environment. This variable can be used to set the \`$storm.paths.temp\` property.
907
+ *
908
+ * @readonly
909
+ * @runtime
910
+ * @hidden
911
+ * @category node
912
+ */
913
+ DEVENV_RUNTIME?: string;
914
+ }
915
+ /**
916
+ * The base secrets configuration used by Powerlines applications
917
+ *
918
+ * @remarks
919
+ * This interface is used to define the secret configuration options used by Powerlines applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \`storm docs\` command. Since these are secrets, no default values should be provided and the values should be kept confidential (excluded from the client).
920
+ */
921
+ interface SecretsInterface {
922
+ /**
923
+ * The secret key used for encryption and decryption.
924
+ *
925
+ * @remarks
926
+ * This variable is used to provide a secret key for encryption and decryption of sensitive data. It is important that this value is kept confidential and not exposed in client-side code or public repositories.
927
+ *
928
+ * @title Encryption Key
929
+ */
930
+ ENCRYPTION_KEY: string;
931
+ }
932
+ //#endregion
933
+ export { EnvInterface, SecretsInterface };
934
+ //# sourceMappingURL=runtime.d.mts.map