@powerlines/plugin-env 0.16.182 → 0.16.184

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 (49) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +29 -1
  2. package/dist/babel/index.cjs +4 -1
  3. package/dist/babel/index.mjs +3 -1
  4. package/dist/babel/plugin.cjs +137 -4
  5. package/dist/babel/plugin.mjs +135 -4
  6. package/dist/babel/plugin.mjs.map +1 -1
  7. package/dist/components/docs.cjs +111 -1
  8. package/dist/components/docs.mjs +108 -1
  9. package/dist/components/docs.mjs.map +1 -1
  10. package/dist/components/env-builtin.cjs +730 -13
  11. package/dist/components/env-builtin.mjs +726 -11
  12. package/dist/components/env-builtin.mjs.map +1 -1
  13. package/dist/components/index.cjs +9 -1
  14. package/dist/components/index.mjs +4 -1
  15. package/dist/helpers/automd-generator.cjs +32 -1
  16. package/dist/helpers/automd-generator.mjs +30 -1
  17. package/dist/helpers/automd-generator.mjs.map +1 -1
  18. package/dist/helpers/create-reflection-resource.cjs +23 -1
  19. package/dist/helpers/create-reflection-resource.mjs +22 -1
  20. package/dist/helpers/create-reflection-resource.mjs.map +1 -1
  21. package/dist/helpers/index.cjs +34 -1
  22. package/dist/helpers/index.mjs +8 -1
  23. package/dist/helpers/load.cjs +141 -1
  24. package/dist/helpers/load.mjs +137 -1
  25. package/dist/helpers/load.mjs.map +1 -1
  26. package/dist/helpers/persistence.cjs +308 -1
  27. package/dist/helpers/persistence.mjs +295 -1
  28. package/dist/helpers/persistence.mjs.map +1 -1
  29. package/dist/helpers/reflect.cjs +290 -1
  30. package/dist/helpers/reflect.mjs +280 -1
  31. package/dist/helpers/reflect.mjs.map +1 -1
  32. package/dist/helpers/source-file-env.cjs +59 -1
  33. package/dist/helpers/source-file-env.mjs +56 -1
  34. package/dist/helpers/source-file-env.mjs.map +1 -1
  35. package/dist/helpers/template-helpers.cjs +70 -1
  36. package/dist/helpers/template-helpers.mjs +68 -1
  37. package/dist/helpers/template-helpers.mjs.map +1 -1
  38. package/dist/index.cjs +310 -7
  39. package/dist/index.mjs +296 -7
  40. package/dist/index.mjs.map +1 -1
  41. package/dist/types/env.cjs +541 -1
  42. package/dist/types/env.mjs +538 -1
  43. package/dist/types/env.mjs.map +1 -1
  44. package/dist/types/index.cjs +11 -1
  45. package/dist/types/index.mjs +4 -1
  46. package/dist/types/plugin.cjs +115 -1
  47. package/dist/types/plugin.mjs +109 -1
  48. package/dist/types/plugin.mjs.map +1 -1
  49. package/package.json +9 -9
@@ -1 +1,541 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=[`APP_NAME`,`The name of the application.`,`APP_VERSION`,`1.0.0`,`The version of the application.`,`BUILD_ID`,`The unique identifier for the build.`,`BUILD_TIMESTAMP`,`The timestamp the build was ran at.`,`BUILD_CHECKSUM`,`A checksum hash created during the build.`,`RELEASE_ID`,`The unique identifier for the release.`,`RELEASE_TAG`,`The tag for the release. This is generally in the format of "\\<APP_NAME\\>\\@\\<APP_VERSION\\>".`,`ORGANIZATION`,`The name of the organization that maintains the application.`,{alias:[`ORG`]},`nodejs`,`deno`,`workerd`,`browser`,`RUNTIME`,`The runtime that the application is running in.`,`node`,`neutral`,`browser`,`PLATFORM`,`neutral`,`The platform for which the application was built.`,`development`,`test`,`production`,`MODE`,`production`,`The mode in which the application is running.`,{alias:[`NODE_ENV`,`VERCEL_ENV`]},`ENVIRONMENT`,"The environment the application is running in. This value will be populated with the value of `MODE` if not provided.",`DEBUG`,`Indicates if the application is running in debug mode.`,`TEST`,`An indicator that specifies the current runtime is a test environment.`,`MINIMAL`,`An indicator that specifies the current runtime is a minimal environment.`,`NO_COLOR`,`An indicator that specifies the current runtime is a no color environment.`,`FORCE_COLOR`,`An indicator that specifies the current runtime is a force color environment.`,`FORCE_HYPERLINK`,`An indicator that specifies the current runtime should force hyperlinks in terminal output.`,`AGENT_NAME`,`The name of the agent running the application. This variable is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`COLORTERM`,`The color terminal type. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`TERM`,`The terminal type. This variable is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`TERM_PROGRAM`,`The terminal program name. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`TERM_PROGRAM_VERSION`,`The terminal program version. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`TERMINAL_EMULATOR`,`The terminal emulator name. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`WT_SESSION`,`The terminal emulator session ID. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`TERMINUS_SUBLIME`,`An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`ConEmuTask`,`The ConEmu task name. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`CURSOR_TRACE_ID`,`The cursor trace ID. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`VTE_VERSION`,`The VTE version. This variable is set by certain terminal emulators.`,{hidden:!0,runtime:!0},`STACKTRACE`,`Indicates if error stack traces should be captured.`,`INCLUDE_ERROR_DATA`,`Indicates if error data should be included.`,`ERROR_URL`,`A web page to lookup error messages and display additional information given an error code.`,{title:`Error Details URL`},`DEFAULT_TIMEZONE`,`America/New_York`,`The default timezone for the application.`,`DEFAULT_LOCALE`,`en_US`,`The default locale to be used in the application.`,`error`,`warn`,`info`,`debug`,`LOG_LEVEL`,`info`,"The default lowest log level to accept. If `null`, the logger will reject all records.",`CI`,`An indicator that specifies the current runtime is a continuous integration environment.`,{alias:[`CONTINUOUS_INTEGRATION`],title:`Continuous Integration`},`RUN_ID`,`The unique identifier for the current run. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`AGOLA_GIT_REF`,`The agola git reference. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`AC_APPCIRCLE`,`The appcircle build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`APPVEYOR`,`The appveyor build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CODEBUILD`,`The codebuild build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`TF_BUILD`,`The task force build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`bamboo_planKey`,`The bamboo plan key. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`BITBUCKET_COMMIT`,`The bitbucket commit. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`BITRISE_IO`,`The bitrise build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`BUDDY_WORKSPACE_ID`,`The buddy workspace ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`BUILDKITE`,`The buildkite build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CIRCLECI`,`The circleci build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CIRRUS_CI`,`The cirrus-ci build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CF_BUILD_ID`,`The cf build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CM_BUILD_ID`,`The cm build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CI_NAME`,`The ci name. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`DRONE`,`The drone build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`DSARI`,`The dsari build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`EARTHLY_CI`,`The earthly build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`EAS_BUILD`,`The eas build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`GERRIT_PROJECT`,`The gerrit project. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`GITEA_ACTIONS`,`The gitea actions build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`GITHUB_ACTIONS`,`The github actions build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`GITLAB_CI`,`The gitlab ci build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`GOCD`,`The go cd build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`BUILDER_OUTPUT`,`The builder output build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`HARNESS_BUILD_ID`,`The harness build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`JENKINS_URL`,`The jenkins url. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`LAYERCI`,`The layerci build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`MAGNUM`,`The magnum build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`NETLIFY`,`The netlify build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`NEVERCODE`,`The nevercode build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`PROW_JOB_ID`,`The prow job ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`RELEASE_BUILD_ID`,`The release build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`RENDER`,`The render build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`SAILCI`,`The sailci build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`HUDSON`,`The hudson build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`SCREWDRIVER`,`The screwdriver build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`SEMAPHORE`,`The semaphore build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`SOURCEHUT`,`The sourcehut build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`SPACESHIP_CI`,`The spaceship build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`STRIDER`,`The strider build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`TASK_ID`,`The task ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`TEAMCITY_VERSION`,`The teamcity version. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`TRAVIS`,`The travis build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`VELA`,`The vela build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`NOW_BUILDER`,`The now builder build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`APPCENTER_BUILD_ID`,`The appcenter build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`CI_XCODE_PROJECT`,`The xcode project build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`XCS`,`The xcode server build ID. This value is set by certain CI/CD systems.`,{hidden:!0,runtime:!0},`DATA_DIR`,`The application's runtime data directory.`,{runtime:!0,title:`Data Directory`},`CONFIG_DIR`,`The application's configuration data directory.`,{runtime:!0,title:`Configuration Directory`},`CACHE_DIR`,`The application's cached data directory.`,{runtime:!0,title:`Cache Directory`},`LOG_DIR`,`The application's logging directory.`,{runtime:!0,title:`Log Directory`},`TEMP_DIR`,`The application's temporary data directory.`,{runtime:!0,title:`Temporary Directory`},`LOCALAPPDATA`,`A variable that specifies the current user's local application data directory on Windows.`,{hidden:!0,runtime:!0},`APPDATA`,`A variable that specifies the application data directory on Windows.`,{hidden:!0,runtime:!0},`XDG_DATA_HOME`,`A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.`,{hidden:!0,runtime:!0},`XDG_CONFIG_HOME`,`A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.`,{hidden:!0,runtime:!0},`XDG_CACHE_HOME`,`A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.`,{hidden:!0,runtime:!0},`XDG_STATE_HOME`,`A variable that specifies the state directory on Linux systems using the XDG base directory specification.`,{hidden:!0,runtime:!0},`XDG_RUNTIME_DIR`,`A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.`,{hidden:!0,runtime:!0},`DEVENV_RUNTIME`,`A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.`,{hidden:!0,runtime:!0},`The base environment configuration used by Powerlines applications`,`EnvInterface`,`P&4!9?"&4#9>$?%&4&9?'&4(9?)&4*9?+&4,9?-&4.9?/&40?1z2P.3.4.5.6J478?8P.9.:.;J4<>=?>P.?.@.AJ4B>C?DzE&4F>C?G)4H?I)4J?K)4L?M)4N?OP)'J4P?QP)'J4R?S&4T89?UzV&4W89?XzY&4Z89?[z\\&4]89?^z_&4\`89?azb&4c89?dze&4f89?gzh)4i89?jzk&4l89?mzn&4o89?pzq&4r89?szt)4u?v)4w?x&4y?zz{&4|>}?~&4>€?P.‚.ƒ.„.…,J4†8>‡?ˆ)4‰?Šz‹&4Œ89?zŽ&489?z‘&4’89?“z”&4•89?–z—&4˜89?™zš&4›89?œz&4ž89?Ÿz\xA0&4¡89?¢z£&4¤89?¥z¦&4§89?¨z©&4ª89?«z¬&4­89?®z¯&4°89?±z²&4³89?´zµ&4¶89?·z¸&4¹89?ºz»&4¼89?½z¾&4¿89?ÀzÁ&4Â89?ÃzÄ&4Å89?ÆzÇ&4È89?ÉzÊ&4Ë89?ÌzÍ&4Î89?ÏzÐ&4Ñ89?ÒzÓ&4Ô89?ÕzÖ&4×89?ØzÙ&4Ú89?ÛzÜ&4Ý89?Þzß&4à89?ázâ&4ã89?äzå&4æ89?çzè&4é89?êzë&4ì89?ízî&4ï89?ðzñ&4ò89?ózô&4õ89?öz÷&4ø89?ùzú&4û89?üzý&4þ89?ÿzĀ&4ā89?Ăză&4Ą89?ązĆ&4ć89?Ĉzĉ&4Ċ89?ċzČ&4č89?Ďzď&4Đ89?đzĒ&4ē89?Ĕzĕ&4Ė89?ėzĘ&4ę89?Ězě&4Ĝ89?ĝzĞ&4ğ89?Ġzġ&4Ģ8?ģzĤ&4ĥ8?Ħzħ&4Ĩ8?ĩzĪ&4ī8?Ĭzĭ&4Į8?įzİ&4ı89?IJzij&4Ĵ89?ĵzĶ&4ķ89?ĸzĹ&4ĺ89?Ļzļ&4Ľ89?ľzĿ&4ŀ89?Łzł&4Ń89?ńzŅ&4ņ89?ŇzňM?ʼnwŊy`],t=[`ENCRYPTION_KEY`,`The secret key used for encryption and decryption.`,{title:`Encryption Key`},`The base secrets configuration used by Powerlines applications`,`SecretsInterface`,`P&4!?"z#M?$w%y`];exports.__ΩEnvInterface=e,exports.__ΩSecretsInterface=t;
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+
3
+ //#region src/types/env.ts
4
+ const __ΩEnvInterface = [
5
+ "APP_NAME",
6
+ "The name of the application.",
7
+ "APP_VERSION",
8
+ "1.0.0",
9
+ "The version of the application.",
10
+ "BUILD_ID",
11
+ "The unique identifier for the build.",
12
+ "BUILD_TIMESTAMP",
13
+ "The timestamp the build was ran at.",
14
+ "BUILD_CHECKSUM",
15
+ "A checksum hash created during the build.",
16
+ "RELEASE_ID",
17
+ "The unique identifier for the release.",
18
+ "RELEASE_TAG",
19
+ "The tag for the release. This is generally in the format of \"\\<APP_NAME\\>\\@\\<APP_VERSION\\>\".",
20
+ "ORGANIZATION",
21
+ "The name of the organization that maintains the application.",
22
+ { alias: ["ORG"] },
23
+ "nodejs",
24
+ "deno",
25
+ "workerd",
26
+ "browser",
27
+ "RUNTIME",
28
+ "The runtime that the application is running in.",
29
+ "node",
30
+ "neutral",
31
+ "browser",
32
+ "PLATFORM",
33
+ "neutral",
34
+ "The platform for which the application was built.",
35
+ "development",
36
+ "test",
37
+ "production",
38
+ "MODE",
39
+ "production",
40
+ "The mode in which the application is running.",
41
+ { alias: ["NODE_ENV", "VERCEL_ENV"] },
42
+ "ENVIRONMENT",
43
+ "The environment the application is running in. This value will be populated with the value of `MODE` if not provided.",
44
+ "DEBUG",
45
+ "Indicates if the application is running in debug mode.",
46
+ "TEST",
47
+ "An indicator that specifies the current runtime is a test environment.",
48
+ "MINIMAL",
49
+ "An indicator that specifies the current runtime is a minimal environment.",
50
+ "NO_COLOR",
51
+ "An indicator that specifies the current runtime is a no color environment.",
52
+ "FORCE_COLOR",
53
+ "An indicator that specifies the current runtime is a force color environment.",
54
+ "FORCE_HYPERLINK",
55
+ "An indicator that specifies the current runtime should force hyperlinks in terminal output.",
56
+ "AGENT_NAME",
57
+ "The name of the agent running the application. This variable is set by certain CI/CD systems.",
58
+ {
59
+ hidden: true,
60
+ runtime: true
61
+ },
62
+ "COLORTERM",
63
+ "The color terminal type. This variable is set by certain terminal emulators.",
64
+ {
65
+ hidden: true,
66
+ runtime: true
67
+ },
68
+ "TERM",
69
+ "The terminal type. This variable is set by certain CI/CD systems.",
70
+ {
71
+ hidden: true,
72
+ runtime: true
73
+ },
74
+ "TERM_PROGRAM",
75
+ "The terminal program name. This variable is set by certain terminal emulators.",
76
+ {
77
+ hidden: true,
78
+ runtime: true
79
+ },
80
+ "TERM_PROGRAM_VERSION",
81
+ "The terminal program version. This variable is set by certain terminal emulators.",
82
+ {
83
+ hidden: true,
84
+ runtime: true
85
+ },
86
+ "TERMINAL_EMULATOR",
87
+ "The terminal emulator name. This variable is set by certain terminal emulators.",
88
+ {
89
+ hidden: true,
90
+ runtime: true
91
+ },
92
+ "WT_SESSION",
93
+ "The terminal emulator session ID. This variable is set by certain terminal emulators.",
94
+ {
95
+ hidden: true,
96
+ runtime: true
97
+ },
98
+ "TERMINUS_SUBLIME",
99
+ "An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.",
100
+ {
101
+ hidden: true,
102
+ runtime: true
103
+ },
104
+ "ConEmuTask",
105
+ "The ConEmu task name. This variable is set by certain terminal emulators.",
106
+ {
107
+ hidden: true,
108
+ runtime: true
109
+ },
110
+ "CURSOR_TRACE_ID",
111
+ "The cursor trace ID. This variable is set by certain terminal emulators.",
112
+ {
113
+ hidden: true,
114
+ runtime: true
115
+ },
116
+ "VTE_VERSION",
117
+ "The VTE version. This variable is set by certain terminal emulators.",
118
+ {
119
+ hidden: true,
120
+ runtime: true
121
+ },
122
+ "STACKTRACE",
123
+ "Indicates if error stack traces should be captured.",
124
+ "INCLUDE_ERROR_DATA",
125
+ "Indicates if error data should be included.",
126
+ "ERROR_URL",
127
+ "A web page to lookup error messages and display additional information given an error code.",
128
+ { title: "Error Details URL" },
129
+ "DEFAULT_TIMEZONE",
130
+ "America/New_York",
131
+ "The default timezone for the application.",
132
+ "DEFAULT_LOCALE",
133
+ "en_US",
134
+ "The default locale to be used in the application.",
135
+ "error",
136
+ "warn",
137
+ "info",
138
+ "debug",
139
+ "LOG_LEVEL",
140
+ "info",
141
+ "The default lowest log level to accept. If `null`, the logger will reject all records.",
142
+ "CI",
143
+ "An indicator that specifies the current runtime is a continuous integration environment.",
144
+ {
145
+ alias: ["CONTINUOUS_INTEGRATION"],
146
+ title: "Continuous Integration"
147
+ },
148
+ "RUN_ID",
149
+ "The unique identifier for the current run. This value is set by certain CI/CD systems.",
150
+ {
151
+ hidden: true,
152
+ runtime: true
153
+ },
154
+ "AGOLA_GIT_REF",
155
+ "The agola git reference. This value is set by certain CI/CD systems.",
156
+ {
157
+ hidden: true,
158
+ runtime: true
159
+ },
160
+ "AC_APPCIRCLE",
161
+ "The appcircle build ID. This value is set by certain CI/CD systems.",
162
+ {
163
+ hidden: true,
164
+ runtime: true
165
+ },
166
+ "APPVEYOR",
167
+ "The appveyor build ID. This value is set by certain CI/CD systems.",
168
+ {
169
+ hidden: true,
170
+ runtime: true
171
+ },
172
+ "CODEBUILD",
173
+ "The codebuild build ID. This value is set by certain CI/CD systems.",
174
+ {
175
+ hidden: true,
176
+ runtime: true
177
+ },
178
+ "TF_BUILD",
179
+ "The task force build ID. This value is set by certain CI/CD systems.",
180
+ {
181
+ hidden: true,
182
+ runtime: true
183
+ },
184
+ "bamboo_planKey",
185
+ "The bamboo plan key. This value is set by certain CI/CD systems.",
186
+ {
187
+ hidden: true,
188
+ runtime: true
189
+ },
190
+ "BITBUCKET_COMMIT",
191
+ "The bitbucket commit. This value is set by certain CI/CD systems.",
192
+ {
193
+ hidden: true,
194
+ runtime: true
195
+ },
196
+ "BITRISE_IO",
197
+ "The bitrise build ID. This value is set by certain CI/CD systems.",
198
+ {
199
+ hidden: true,
200
+ runtime: true
201
+ },
202
+ "BUDDY_WORKSPACE_ID",
203
+ "The buddy workspace ID. This value is set by certain CI/CD systems.",
204
+ {
205
+ hidden: true,
206
+ runtime: true
207
+ },
208
+ "BUILDKITE",
209
+ "The buildkite build ID. This value is set by certain CI/CD systems.",
210
+ {
211
+ hidden: true,
212
+ runtime: true
213
+ },
214
+ "CIRCLECI",
215
+ "The circleci build ID. This value is set by certain CI/CD systems.",
216
+ {
217
+ hidden: true,
218
+ runtime: true
219
+ },
220
+ "CIRRUS_CI",
221
+ "The cirrus-ci build ID. This value is set by certain CI/CD systems.",
222
+ {
223
+ hidden: true,
224
+ runtime: true
225
+ },
226
+ "CF_BUILD_ID",
227
+ "The cf build ID. This value is set by certain CI/CD systems.",
228
+ {
229
+ hidden: true,
230
+ runtime: true
231
+ },
232
+ "CM_BUILD_ID",
233
+ "The cm build ID. This value is set by certain CI/CD systems.",
234
+ {
235
+ hidden: true,
236
+ runtime: true
237
+ },
238
+ "CI_NAME",
239
+ "The ci name. This value is set by certain CI/CD systems.",
240
+ {
241
+ hidden: true,
242
+ runtime: true
243
+ },
244
+ "DRONE",
245
+ "The drone build ID. This value is set by certain CI/CD systems.",
246
+ {
247
+ hidden: true,
248
+ runtime: true
249
+ },
250
+ "DSARI",
251
+ "The dsari build ID. This value is set by certain CI/CD systems.",
252
+ {
253
+ hidden: true,
254
+ runtime: true
255
+ },
256
+ "EARTHLY_CI",
257
+ "The earthly build ID. This value is set by certain CI/CD systems.",
258
+ {
259
+ hidden: true,
260
+ runtime: true
261
+ },
262
+ "EAS_BUILD",
263
+ "The eas build ID. This value is set by certain CI/CD systems.",
264
+ {
265
+ hidden: true,
266
+ runtime: true
267
+ },
268
+ "GERRIT_PROJECT",
269
+ "The gerrit project. This value is set by certain CI/CD systems.",
270
+ {
271
+ hidden: true,
272
+ runtime: true
273
+ },
274
+ "GITEA_ACTIONS",
275
+ "The gitea actions build ID. This value is set by certain CI/CD systems.",
276
+ {
277
+ hidden: true,
278
+ runtime: true
279
+ },
280
+ "GITHUB_ACTIONS",
281
+ "The github actions build ID. This value is set by certain CI/CD systems.",
282
+ {
283
+ hidden: true,
284
+ runtime: true
285
+ },
286
+ "GITLAB_CI",
287
+ "The gitlab ci build ID. This value is set by certain CI/CD systems.",
288
+ {
289
+ hidden: true,
290
+ runtime: true
291
+ },
292
+ "GOCD",
293
+ "The go cd build ID. This value is set by certain CI/CD systems.",
294
+ {
295
+ hidden: true,
296
+ runtime: true
297
+ },
298
+ "BUILDER_OUTPUT",
299
+ "The builder output build ID. This value is set by certain CI/CD systems.",
300
+ {
301
+ hidden: true,
302
+ runtime: true
303
+ },
304
+ "HARNESS_BUILD_ID",
305
+ "The harness build ID. This value is set by certain CI/CD systems.",
306
+ {
307
+ hidden: true,
308
+ runtime: true
309
+ },
310
+ "JENKINS_URL",
311
+ "The jenkins url. This value is set by certain CI/CD systems.",
312
+ {
313
+ hidden: true,
314
+ runtime: true
315
+ },
316
+ "LAYERCI",
317
+ "The layerci build ID. This value is set by certain CI/CD systems.",
318
+ {
319
+ hidden: true,
320
+ runtime: true
321
+ },
322
+ "MAGNUM",
323
+ "The magnum build ID. This value is set by certain CI/CD systems.",
324
+ {
325
+ hidden: true,
326
+ runtime: true
327
+ },
328
+ "NETLIFY",
329
+ "The netlify build ID. This value is set by certain CI/CD systems.",
330
+ {
331
+ hidden: true,
332
+ runtime: true
333
+ },
334
+ "NEVERCODE",
335
+ "The nevercode build ID. This value is set by certain CI/CD systems.",
336
+ {
337
+ hidden: true,
338
+ runtime: true
339
+ },
340
+ "PROW_JOB_ID",
341
+ "The prow job ID. This value is set by certain CI/CD systems.",
342
+ {
343
+ hidden: true,
344
+ runtime: true
345
+ },
346
+ "RELEASE_BUILD_ID",
347
+ "The release build ID. This value is set by certain CI/CD systems.",
348
+ {
349
+ hidden: true,
350
+ runtime: true
351
+ },
352
+ "RENDER",
353
+ "The render build ID. This value is set by certain CI/CD systems.",
354
+ {
355
+ hidden: true,
356
+ runtime: true
357
+ },
358
+ "SAILCI",
359
+ "The sailci build ID. This value is set by certain CI/CD systems.",
360
+ {
361
+ hidden: true,
362
+ runtime: true
363
+ },
364
+ "HUDSON",
365
+ "The hudson build ID. This value is set by certain CI/CD systems.",
366
+ {
367
+ hidden: true,
368
+ runtime: true
369
+ },
370
+ "SCREWDRIVER",
371
+ "The screwdriver build ID. This value is set by certain CI/CD systems.",
372
+ {
373
+ hidden: true,
374
+ runtime: true
375
+ },
376
+ "SEMAPHORE",
377
+ "The semaphore build ID. This value is set by certain CI/CD systems.",
378
+ {
379
+ hidden: true,
380
+ runtime: true
381
+ },
382
+ "SOURCEHUT",
383
+ "The sourcehut build ID. This value is set by certain CI/CD systems.",
384
+ {
385
+ hidden: true,
386
+ runtime: true
387
+ },
388
+ "SPACESHIP_CI",
389
+ "The spaceship build ID. This value is set by certain CI/CD systems.",
390
+ {
391
+ hidden: true,
392
+ runtime: true
393
+ },
394
+ "STRIDER",
395
+ "The strider build ID. This value is set by certain CI/CD systems.",
396
+ {
397
+ hidden: true,
398
+ runtime: true
399
+ },
400
+ "TASK_ID",
401
+ "The task ID. This value is set by certain CI/CD systems.",
402
+ {
403
+ hidden: true,
404
+ runtime: true
405
+ },
406
+ "TEAMCITY_VERSION",
407
+ "The teamcity version. This value is set by certain CI/CD systems.",
408
+ {
409
+ hidden: true,
410
+ runtime: true
411
+ },
412
+ "TRAVIS",
413
+ "The travis build ID. This value is set by certain CI/CD systems.",
414
+ {
415
+ hidden: true,
416
+ runtime: true
417
+ },
418
+ "VELA",
419
+ "The vela build ID. This value is set by certain CI/CD systems.",
420
+ {
421
+ hidden: true,
422
+ runtime: true
423
+ },
424
+ "NOW_BUILDER",
425
+ "The now builder build ID. This value is set by certain CI/CD systems.",
426
+ {
427
+ hidden: true,
428
+ runtime: true
429
+ },
430
+ "APPCENTER_BUILD_ID",
431
+ "The appcenter build ID. This value is set by certain CI/CD systems.",
432
+ {
433
+ hidden: true,
434
+ runtime: true
435
+ },
436
+ "CI_XCODE_PROJECT",
437
+ "The xcode project build ID. This value is set by certain CI/CD systems.",
438
+ {
439
+ hidden: true,
440
+ runtime: true
441
+ },
442
+ "XCS",
443
+ "The xcode server build ID. This value is set by certain CI/CD systems.",
444
+ {
445
+ hidden: true,
446
+ runtime: true
447
+ },
448
+ "DATA_DIR",
449
+ "The application's runtime data directory.",
450
+ {
451
+ runtime: true,
452
+ title: "Data Directory"
453
+ },
454
+ "CONFIG_DIR",
455
+ "The application's configuration data directory.",
456
+ {
457
+ runtime: true,
458
+ title: "Configuration Directory"
459
+ },
460
+ "CACHE_DIR",
461
+ "The application's cached data directory.",
462
+ {
463
+ runtime: true,
464
+ title: "Cache Directory"
465
+ },
466
+ "LOG_DIR",
467
+ "The application's logging directory.",
468
+ {
469
+ runtime: true,
470
+ title: "Log Directory"
471
+ },
472
+ "TEMP_DIR",
473
+ "The application's temporary data directory.",
474
+ {
475
+ runtime: true,
476
+ title: "Temporary Directory"
477
+ },
478
+ "LOCALAPPDATA",
479
+ "A variable that specifies the current user's local application data directory on Windows.",
480
+ {
481
+ hidden: true,
482
+ runtime: true
483
+ },
484
+ "APPDATA",
485
+ "A variable that specifies the application data directory on Windows.",
486
+ {
487
+ hidden: true,
488
+ runtime: true
489
+ },
490
+ "XDG_DATA_HOME",
491
+ "A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.",
492
+ {
493
+ hidden: true,
494
+ runtime: true
495
+ },
496
+ "XDG_CONFIG_HOME",
497
+ "A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.",
498
+ {
499
+ hidden: true,
500
+ runtime: true
501
+ },
502
+ "XDG_CACHE_HOME",
503
+ "A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.",
504
+ {
505
+ hidden: true,
506
+ runtime: true
507
+ },
508
+ "XDG_STATE_HOME",
509
+ "A variable that specifies the state directory on Linux systems using the XDG base directory specification.",
510
+ {
511
+ hidden: true,
512
+ runtime: true
513
+ },
514
+ "XDG_RUNTIME_DIR",
515
+ "A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.",
516
+ {
517
+ hidden: true,
518
+ runtime: true
519
+ },
520
+ "DEVENV_RUNTIME",
521
+ "A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.",
522
+ {
523
+ hidden: true,
524
+ runtime: true
525
+ },
526
+ "The base environment configuration used by Powerlines applications",
527
+ "EnvInterface",
528
+ "P&4!9?\"&4#9>$?%&4&9?'&4(9?)&4*9?+&4,9?-&4.9?/&40?1z2P.3.4.5.6J478?8P.9.:.;J4<>=?>P.?.@.AJ4B>C?DzE&4F>C?G)4H?I)4J?K)4L?M)4N?OP)'J4P?QP)'J4R?S&4T89?UzV&4W89?XzY&4Z89?[z\\&4]89?^z_&4`89?azb&4c89?dze&4f89?gzh)4i89?jzk&4l89?mzn&4o89?pzq&4r89?szt)4u?v)4w?x&4y?zz{&4|>}?~&4>€?P.‚.ƒ.„.…,J4†8>‡?ˆ)4‰?Šz‹&4Œ89?zŽ&489?z‘&4’89?“z”&4•89?–z—&4˜89?™zš&4›89?œz&4ž89?Ÿz\xA0&4¡89?¢z£&4¤89?¥z¦&4§89?¨z©&4ª89?«z¬&4­89?®z¯&4°89?±z²&4³89?´zµ&4¶89?·z¸&4¹89?ºz»&4¼89?½z¾&4¿89?ÀzÁ&4Â89?ÃzÄ&4Å89?ÆzÇ&4È89?ÉzÊ&4Ë89?ÌzÍ&4Î89?ÏzÐ&4Ñ89?ÒzÓ&4Ô89?ÕzÖ&4×89?ØzÙ&4Ú89?ÛzÜ&4Ý89?Þzß&4à89?ázâ&4ã89?äzå&4æ89?çzè&4é89?êzë&4ì89?ízî&4ï89?ðzñ&4ò89?ózô&4õ89?öz÷&4ø89?ùzú&4û89?üzý&4þ89?ÿzĀ&4ā89?Ăză&4Ą89?ązĆ&4ć89?Ĉzĉ&4Ċ89?ċzČ&4č89?Ďzď&4Đ89?đzĒ&4ē89?Ĕzĕ&4Ė89?ėzĘ&4ę89?Ězě&4Ĝ89?ĝzĞ&4ğ89?Ġzġ&4Ģ8?ģzĤ&4ĥ8?Ħzħ&4Ĩ8?ĩzĪ&4ī8?Ĭzĭ&4Į8?įzİ&4ı89?IJzij&4Ĵ89?ĵzĶ&4ķ89?ĸzĹ&4ĺ89?Ļzļ&4Ľ89?ľzĿ&4ŀ89?Łzł&4Ń89?ńzŅ&4ņ89?ŇzňM?ʼnwŊy"
529
+ ];
530
+ const __ΩSecretsInterface = [
531
+ "ENCRYPTION_KEY",
532
+ "The secret key used for encryption and decryption.",
533
+ { title: "Encryption Key" },
534
+ "The base secrets configuration used by Powerlines applications",
535
+ "SecretsInterface",
536
+ "P&4!?\"z#M?$w%y"
537
+ ];
538
+
539
+ //#endregion
540
+ exports.__ΩEnvInterface = __ΩEnvInterface;
541
+ exports.__ΩSecretsInterface = __ΩSecretsInterface;