@powerlines/plugin-env 0.16.183 → 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 (51) 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.d.cts +1 -1
  25. package/dist/helpers/load.d.mts +1 -1
  26. package/dist/helpers/load.mjs +137 -1
  27. package/dist/helpers/load.mjs.map +1 -1
  28. package/dist/helpers/persistence.cjs +308 -1
  29. package/dist/helpers/persistence.mjs +295 -1
  30. package/dist/helpers/persistence.mjs.map +1 -1
  31. package/dist/helpers/reflect.cjs +290 -1
  32. package/dist/helpers/reflect.mjs +280 -1
  33. package/dist/helpers/reflect.mjs.map +1 -1
  34. package/dist/helpers/source-file-env.cjs +59 -1
  35. package/dist/helpers/source-file-env.mjs +56 -1
  36. package/dist/helpers/source-file-env.mjs.map +1 -1
  37. package/dist/helpers/template-helpers.cjs +70 -1
  38. package/dist/helpers/template-helpers.mjs +68 -1
  39. package/dist/helpers/template-helpers.mjs.map +1 -1
  40. package/dist/index.cjs +310 -7
  41. package/dist/index.mjs +296 -7
  42. package/dist/index.mjs.map +1 -1
  43. package/dist/types/env.cjs +541 -1
  44. package/dist/types/env.mjs +538 -1
  45. package/dist/types/env.mjs.map +1 -1
  46. package/dist/types/index.cjs +11 -1
  47. package/dist/types/index.mjs +4 -1
  48. package/dist/types/plugin.cjs +115 -1
  49. package/dist/types/plugin.mjs +109 -1
  50. package/dist/types/plugin.mjs.map +1 -1
  51. package/package.json +9 -9
@@ -1,2 +1,539 @@
1
- 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`];export{e as __ΩEnvInterface,t as __ΩSecretsInterface};
1
+ //#region src/types/env.ts
2
+ const __ΩEnvInterface = [
3
+ "APP_NAME",
4
+ "The name of the application.",
5
+ "APP_VERSION",
6
+ "1.0.0",
7
+ "The version of the application.",
8
+ "BUILD_ID",
9
+ "The unique identifier for the build.",
10
+ "BUILD_TIMESTAMP",
11
+ "The timestamp the build was ran at.",
12
+ "BUILD_CHECKSUM",
13
+ "A checksum hash created during the build.",
14
+ "RELEASE_ID",
15
+ "The unique identifier for the release.",
16
+ "RELEASE_TAG",
17
+ "The tag for the release. This is generally in the format of \"\\<APP_NAME\\>\\@\\<APP_VERSION\\>\".",
18
+ "ORGANIZATION",
19
+ "The name of the organization that maintains the application.",
20
+ { alias: ["ORG"] },
21
+ "nodejs",
22
+ "deno",
23
+ "workerd",
24
+ "browser",
25
+ "RUNTIME",
26
+ "The runtime that the application is running in.",
27
+ "node",
28
+ "neutral",
29
+ "browser",
30
+ "PLATFORM",
31
+ "neutral",
32
+ "The platform for which the application was built.",
33
+ "development",
34
+ "test",
35
+ "production",
36
+ "MODE",
37
+ "production",
38
+ "The mode in which the application is running.",
39
+ { alias: ["NODE_ENV", "VERCEL_ENV"] },
40
+ "ENVIRONMENT",
41
+ "The environment the application is running in. This value will be populated with the value of `MODE` if not provided.",
42
+ "DEBUG",
43
+ "Indicates if the application is running in debug mode.",
44
+ "TEST",
45
+ "An indicator that specifies the current runtime is a test environment.",
46
+ "MINIMAL",
47
+ "An indicator that specifies the current runtime is a minimal environment.",
48
+ "NO_COLOR",
49
+ "An indicator that specifies the current runtime is a no color environment.",
50
+ "FORCE_COLOR",
51
+ "An indicator that specifies the current runtime is a force color environment.",
52
+ "FORCE_HYPERLINK",
53
+ "An indicator that specifies the current runtime should force hyperlinks in terminal output.",
54
+ "AGENT_NAME",
55
+ "The name of the agent running the application. This variable is set by certain CI/CD systems.",
56
+ {
57
+ hidden: true,
58
+ runtime: true
59
+ },
60
+ "COLORTERM",
61
+ "The color terminal type. This variable is set by certain terminal emulators.",
62
+ {
63
+ hidden: true,
64
+ runtime: true
65
+ },
66
+ "TERM",
67
+ "The terminal type. This variable is set by certain CI/CD systems.",
68
+ {
69
+ hidden: true,
70
+ runtime: true
71
+ },
72
+ "TERM_PROGRAM",
73
+ "The terminal program name. This variable is set by certain terminal emulators.",
74
+ {
75
+ hidden: true,
76
+ runtime: true
77
+ },
78
+ "TERM_PROGRAM_VERSION",
79
+ "The terminal program version. This variable is set by certain terminal emulators.",
80
+ {
81
+ hidden: true,
82
+ runtime: true
83
+ },
84
+ "TERMINAL_EMULATOR",
85
+ "The terminal emulator name. This variable is set by certain terminal emulators.",
86
+ {
87
+ hidden: true,
88
+ runtime: true
89
+ },
90
+ "WT_SESSION",
91
+ "The terminal emulator session ID. This variable is set by certain terminal emulators.",
92
+ {
93
+ hidden: true,
94
+ runtime: true
95
+ },
96
+ "TERMINUS_SUBLIME",
97
+ "An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.",
98
+ {
99
+ hidden: true,
100
+ runtime: true
101
+ },
102
+ "ConEmuTask",
103
+ "The ConEmu task name. This variable is set by certain terminal emulators.",
104
+ {
105
+ hidden: true,
106
+ runtime: true
107
+ },
108
+ "CURSOR_TRACE_ID",
109
+ "The cursor trace ID. This variable is set by certain terminal emulators.",
110
+ {
111
+ hidden: true,
112
+ runtime: true
113
+ },
114
+ "VTE_VERSION",
115
+ "The VTE version. This variable is set by certain terminal emulators.",
116
+ {
117
+ hidden: true,
118
+ runtime: true
119
+ },
120
+ "STACKTRACE",
121
+ "Indicates if error stack traces should be captured.",
122
+ "INCLUDE_ERROR_DATA",
123
+ "Indicates if error data should be included.",
124
+ "ERROR_URL",
125
+ "A web page to lookup error messages and display additional information given an error code.",
126
+ { title: "Error Details URL" },
127
+ "DEFAULT_TIMEZONE",
128
+ "America/New_York",
129
+ "The default timezone for the application.",
130
+ "DEFAULT_LOCALE",
131
+ "en_US",
132
+ "The default locale to be used in the application.",
133
+ "error",
134
+ "warn",
135
+ "info",
136
+ "debug",
137
+ "LOG_LEVEL",
138
+ "info",
139
+ "The default lowest log level to accept. If `null`, the logger will reject all records.",
140
+ "CI",
141
+ "An indicator that specifies the current runtime is a continuous integration environment.",
142
+ {
143
+ alias: ["CONTINUOUS_INTEGRATION"],
144
+ title: "Continuous Integration"
145
+ },
146
+ "RUN_ID",
147
+ "The unique identifier for the current run. This value is set by certain CI/CD systems.",
148
+ {
149
+ hidden: true,
150
+ runtime: true
151
+ },
152
+ "AGOLA_GIT_REF",
153
+ "The agola git reference. This value is set by certain CI/CD systems.",
154
+ {
155
+ hidden: true,
156
+ runtime: true
157
+ },
158
+ "AC_APPCIRCLE",
159
+ "The appcircle build ID. This value is set by certain CI/CD systems.",
160
+ {
161
+ hidden: true,
162
+ runtime: true
163
+ },
164
+ "APPVEYOR",
165
+ "The appveyor build ID. This value is set by certain CI/CD systems.",
166
+ {
167
+ hidden: true,
168
+ runtime: true
169
+ },
170
+ "CODEBUILD",
171
+ "The codebuild build ID. This value is set by certain CI/CD systems.",
172
+ {
173
+ hidden: true,
174
+ runtime: true
175
+ },
176
+ "TF_BUILD",
177
+ "The task force build ID. This value is set by certain CI/CD systems.",
178
+ {
179
+ hidden: true,
180
+ runtime: true
181
+ },
182
+ "bamboo_planKey",
183
+ "The bamboo plan key. This value is set by certain CI/CD systems.",
184
+ {
185
+ hidden: true,
186
+ runtime: true
187
+ },
188
+ "BITBUCKET_COMMIT",
189
+ "The bitbucket commit. This value is set by certain CI/CD systems.",
190
+ {
191
+ hidden: true,
192
+ runtime: true
193
+ },
194
+ "BITRISE_IO",
195
+ "The bitrise build ID. This value is set by certain CI/CD systems.",
196
+ {
197
+ hidden: true,
198
+ runtime: true
199
+ },
200
+ "BUDDY_WORKSPACE_ID",
201
+ "The buddy workspace ID. This value is set by certain CI/CD systems.",
202
+ {
203
+ hidden: true,
204
+ runtime: true
205
+ },
206
+ "BUILDKITE",
207
+ "The buildkite build ID. This value is set by certain CI/CD systems.",
208
+ {
209
+ hidden: true,
210
+ runtime: true
211
+ },
212
+ "CIRCLECI",
213
+ "The circleci build ID. This value is set by certain CI/CD systems.",
214
+ {
215
+ hidden: true,
216
+ runtime: true
217
+ },
218
+ "CIRRUS_CI",
219
+ "The cirrus-ci build ID. This value is set by certain CI/CD systems.",
220
+ {
221
+ hidden: true,
222
+ runtime: true
223
+ },
224
+ "CF_BUILD_ID",
225
+ "The cf build ID. This value is set by certain CI/CD systems.",
226
+ {
227
+ hidden: true,
228
+ runtime: true
229
+ },
230
+ "CM_BUILD_ID",
231
+ "The cm build ID. This value is set by certain CI/CD systems.",
232
+ {
233
+ hidden: true,
234
+ runtime: true
235
+ },
236
+ "CI_NAME",
237
+ "The ci name. This value is set by certain CI/CD systems.",
238
+ {
239
+ hidden: true,
240
+ runtime: true
241
+ },
242
+ "DRONE",
243
+ "The drone build ID. This value is set by certain CI/CD systems.",
244
+ {
245
+ hidden: true,
246
+ runtime: true
247
+ },
248
+ "DSARI",
249
+ "The dsari build ID. This value is set by certain CI/CD systems.",
250
+ {
251
+ hidden: true,
252
+ runtime: true
253
+ },
254
+ "EARTHLY_CI",
255
+ "The earthly build ID. This value is set by certain CI/CD systems.",
256
+ {
257
+ hidden: true,
258
+ runtime: true
259
+ },
260
+ "EAS_BUILD",
261
+ "The eas build ID. This value is set by certain CI/CD systems.",
262
+ {
263
+ hidden: true,
264
+ runtime: true
265
+ },
266
+ "GERRIT_PROJECT",
267
+ "The gerrit project. This value is set by certain CI/CD systems.",
268
+ {
269
+ hidden: true,
270
+ runtime: true
271
+ },
272
+ "GITEA_ACTIONS",
273
+ "The gitea actions build ID. This value is set by certain CI/CD systems.",
274
+ {
275
+ hidden: true,
276
+ runtime: true
277
+ },
278
+ "GITHUB_ACTIONS",
279
+ "The github actions build ID. This value is set by certain CI/CD systems.",
280
+ {
281
+ hidden: true,
282
+ runtime: true
283
+ },
284
+ "GITLAB_CI",
285
+ "The gitlab ci build ID. This value is set by certain CI/CD systems.",
286
+ {
287
+ hidden: true,
288
+ runtime: true
289
+ },
290
+ "GOCD",
291
+ "The go cd build ID. This value is set by certain CI/CD systems.",
292
+ {
293
+ hidden: true,
294
+ runtime: true
295
+ },
296
+ "BUILDER_OUTPUT",
297
+ "The builder output build ID. This value is set by certain CI/CD systems.",
298
+ {
299
+ hidden: true,
300
+ runtime: true
301
+ },
302
+ "HARNESS_BUILD_ID",
303
+ "The harness build ID. This value is set by certain CI/CD systems.",
304
+ {
305
+ hidden: true,
306
+ runtime: true
307
+ },
308
+ "JENKINS_URL",
309
+ "The jenkins url. This value is set by certain CI/CD systems.",
310
+ {
311
+ hidden: true,
312
+ runtime: true
313
+ },
314
+ "LAYERCI",
315
+ "The layerci build ID. This value is set by certain CI/CD systems.",
316
+ {
317
+ hidden: true,
318
+ runtime: true
319
+ },
320
+ "MAGNUM",
321
+ "The magnum build ID. This value is set by certain CI/CD systems.",
322
+ {
323
+ hidden: true,
324
+ runtime: true
325
+ },
326
+ "NETLIFY",
327
+ "The netlify build ID. This value is set by certain CI/CD systems.",
328
+ {
329
+ hidden: true,
330
+ runtime: true
331
+ },
332
+ "NEVERCODE",
333
+ "The nevercode build ID. This value is set by certain CI/CD systems.",
334
+ {
335
+ hidden: true,
336
+ runtime: true
337
+ },
338
+ "PROW_JOB_ID",
339
+ "The prow job ID. This value is set by certain CI/CD systems.",
340
+ {
341
+ hidden: true,
342
+ runtime: true
343
+ },
344
+ "RELEASE_BUILD_ID",
345
+ "The release build ID. This value is set by certain CI/CD systems.",
346
+ {
347
+ hidden: true,
348
+ runtime: true
349
+ },
350
+ "RENDER",
351
+ "The render build ID. This value is set by certain CI/CD systems.",
352
+ {
353
+ hidden: true,
354
+ runtime: true
355
+ },
356
+ "SAILCI",
357
+ "The sailci build ID. This value is set by certain CI/CD systems.",
358
+ {
359
+ hidden: true,
360
+ runtime: true
361
+ },
362
+ "HUDSON",
363
+ "The hudson build ID. This value is set by certain CI/CD systems.",
364
+ {
365
+ hidden: true,
366
+ runtime: true
367
+ },
368
+ "SCREWDRIVER",
369
+ "The screwdriver build ID. This value is set by certain CI/CD systems.",
370
+ {
371
+ hidden: true,
372
+ runtime: true
373
+ },
374
+ "SEMAPHORE",
375
+ "The semaphore build ID. This value is set by certain CI/CD systems.",
376
+ {
377
+ hidden: true,
378
+ runtime: true
379
+ },
380
+ "SOURCEHUT",
381
+ "The sourcehut build ID. This value is set by certain CI/CD systems.",
382
+ {
383
+ hidden: true,
384
+ runtime: true
385
+ },
386
+ "SPACESHIP_CI",
387
+ "The spaceship build ID. This value is set by certain CI/CD systems.",
388
+ {
389
+ hidden: true,
390
+ runtime: true
391
+ },
392
+ "STRIDER",
393
+ "The strider build ID. This value is set by certain CI/CD systems.",
394
+ {
395
+ hidden: true,
396
+ runtime: true
397
+ },
398
+ "TASK_ID",
399
+ "The task ID. This value is set by certain CI/CD systems.",
400
+ {
401
+ hidden: true,
402
+ runtime: true
403
+ },
404
+ "TEAMCITY_VERSION",
405
+ "The teamcity version. This value is set by certain CI/CD systems.",
406
+ {
407
+ hidden: true,
408
+ runtime: true
409
+ },
410
+ "TRAVIS",
411
+ "The travis build ID. This value is set by certain CI/CD systems.",
412
+ {
413
+ hidden: true,
414
+ runtime: true
415
+ },
416
+ "VELA",
417
+ "The vela build ID. This value is set by certain CI/CD systems.",
418
+ {
419
+ hidden: true,
420
+ runtime: true
421
+ },
422
+ "NOW_BUILDER",
423
+ "The now builder build ID. This value is set by certain CI/CD systems.",
424
+ {
425
+ hidden: true,
426
+ runtime: true
427
+ },
428
+ "APPCENTER_BUILD_ID",
429
+ "The appcenter build ID. This value is set by certain CI/CD systems.",
430
+ {
431
+ hidden: true,
432
+ runtime: true
433
+ },
434
+ "CI_XCODE_PROJECT",
435
+ "The xcode project build ID. This value is set by certain CI/CD systems.",
436
+ {
437
+ hidden: true,
438
+ runtime: true
439
+ },
440
+ "XCS",
441
+ "The xcode server build ID. This value is set by certain CI/CD systems.",
442
+ {
443
+ hidden: true,
444
+ runtime: true
445
+ },
446
+ "DATA_DIR",
447
+ "The application's runtime data directory.",
448
+ {
449
+ runtime: true,
450
+ title: "Data Directory"
451
+ },
452
+ "CONFIG_DIR",
453
+ "The application's configuration data directory.",
454
+ {
455
+ runtime: true,
456
+ title: "Configuration Directory"
457
+ },
458
+ "CACHE_DIR",
459
+ "The application's cached data directory.",
460
+ {
461
+ runtime: true,
462
+ title: "Cache Directory"
463
+ },
464
+ "LOG_DIR",
465
+ "The application's logging directory.",
466
+ {
467
+ runtime: true,
468
+ title: "Log Directory"
469
+ },
470
+ "TEMP_DIR",
471
+ "The application's temporary data directory.",
472
+ {
473
+ runtime: true,
474
+ title: "Temporary Directory"
475
+ },
476
+ "LOCALAPPDATA",
477
+ "A variable that specifies the current user's local application data directory on Windows.",
478
+ {
479
+ hidden: true,
480
+ runtime: true
481
+ },
482
+ "APPDATA",
483
+ "A variable that specifies the application data directory on Windows.",
484
+ {
485
+ hidden: true,
486
+ runtime: true
487
+ },
488
+ "XDG_DATA_HOME",
489
+ "A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.",
490
+ {
491
+ hidden: true,
492
+ runtime: true
493
+ },
494
+ "XDG_CONFIG_HOME",
495
+ "A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.",
496
+ {
497
+ hidden: true,
498
+ runtime: true
499
+ },
500
+ "XDG_CACHE_HOME",
501
+ "A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.",
502
+ {
503
+ hidden: true,
504
+ runtime: true
505
+ },
506
+ "XDG_STATE_HOME",
507
+ "A variable that specifies the state directory on Linux systems using the XDG base directory specification.",
508
+ {
509
+ hidden: true,
510
+ runtime: true
511
+ },
512
+ "XDG_RUNTIME_DIR",
513
+ "A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.",
514
+ {
515
+ hidden: true,
516
+ runtime: true
517
+ },
518
+ "DEVENV_RUNTIME",
519
+ "A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.",
520
+ {
521
+ hidden: true,
522
+ runtime: true
523
+ },
524
+ "The base environment configuration used by Powerlines applications",
525
+ "EnvInterface",
526
+ "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"
527
+ ];
528
+ const __ΩSecretsInterface = [
529
+ "ENCRYPTION_KEY",
530
+ "The secret key used for encryption and decryption.",
531
+ { title: "Encryption Key" },
532
+ "The base secrets configuration used by Powerlines applications",
533
+ "SecretsInterface",
534
+ "P&4!?\"z#M?$w%y"
535
+ ];
536
+
537
+ //#endregion
538
+ export { __ΩEnvInterface, __ΩSecretsInterface };
2
539
  //# sourceMappingURL=env.mjs.map