@powerlines/plugin-env 0.13.63 → 0.13.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-DT2f8AgL.cjs → _virtual/rolldown_runtime.cjs} +1 -1
- package/dist/{chunk-CbqXBSoN.mjs → _virtual/rolldown_runtime.mjs} +1 -1
- package/dist/alloy/src/core/components/output.cjs +1 -0
- package/dist/alloy/src/core/components/output.mjs +1 -0
- package/dist/alloy/src/core/components/single-line-comment.cjs +1 -0
- package/dist/alloy/src/core/components/single-line-comment.mjs +1 -0
- package/dist/alloy/src/core/components/source-file.cjs +1 -0
- package/dist/alloy/src/core/components/source-file.d.cts +22 -0
- package/dist/alloy/src/core/components/source-file.d.mts +22 -0
- package/dist/alloy/src/core/components/source-file.mjs +1 -0
- package/dist/alloy/src/core/contexts/context.cjs +1 -0
- package/dist/alloy/src/core/contexts/context.mjs +1 -0
- package/dist/alloy/src/core/contexts/reflection.cjs +1 -0
- package/dist/alloy/src/core/contexts/reflection.mjs +1 -0
- package/dist/alloy/src/create-plugin.cjs +2 -0
- package/dist/alloy/src/create-plugin.mjs +2 -0
- package/dist/alloy/src/helpers/refkey.cjs +1 -0
- package/dist/alloy/src/helpers/refkey.mjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-file.cjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-file.mjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-table.cjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-table.mjs +1 -0
- package/dist/alloy/src/markdown/contexts/markdown-table.cjs +1 -0
- package/dist/alloy/src/markdown/contexts/markdown-table.mjs +1 -0
- package/dist/alloy/src/types/components.d.cts +19 -0
- package/dist/alloy/src/types/components.d.mts +23 -0
- package/dist/alloy/src/types/plugin.d.cts +15 -0
- package/dist/alloy/src/types/plugin.d.mts +15 -0
- package/dist/alloy/src/typescript/components/builtin-file.cjs +1 -0
- package/dist/alloy/src/typescript/components/builtin-file.d.cts +25 -0
- package/dist/alloy/src/typescript/components/builtin-file.d.mts +26 -0
- package/dist/alloy/src/typescript/components/builtin-file.mjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc-reflection.cjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc-reflection.mjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc.cjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc.d.cts +27 -0
- package/dist/alloy/src/typescript/components/tsdoc.d.mts +28 -0
- package/dist/alloy/src/typescript/components/tsdoc.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-file.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-file.d.cts +13 -0
- package/dist/alloy/src/typescript/components/typescript-file.d.mts +14 -0
- package/dist/alloy/src/typescript/components/typescript-file.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-interface.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-interface.d.cts +11 -0
- package/dist/alloy/src/typescript/components/typescript-interface.d.mts +12 -0
- package/dist/alloy/src/typescript/components/typescript-interface.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-object.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-object.mjs +1 -0
- package/dist/babel/index.cjs +1 -1
- package/dist/babel/index.d.cts +1 -16
- package/dist/babel/index.d.mts +1 -16
- package/dist/babel/index.mjs +1 -1
- package/dist/babel/plugin.cjs +5 -1
- package/dist/babel/plugin.d.cts +6 -16
- package/dist/babel/plugin.d.mts +8 -16
- package/dist/babel/plugin.mjs +5 -1
- package/dist/components/docs.cjs +1 -1
- package/dist/components/docs.d.cts +8 -1
- package/dist/components/docs.d.mts +8 -1
- package/dist/components/docs.mjs +1 -1
- package/dist/components/env.cjs +34 -1
- package/dist/components/env.d.cts +19 -3
- package/dist/components/env.d.mts +19 -3
- package/dist/components/env.mjs +31 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +2 -5
- package/dist/components/index.d.mts +2 -5
- package/dist/components/index.mjs +1 -1
- package/dist/deepkit/schemas/reflection.cjs +1 -0
- package/dist/{plugin-CO-g42T8.d.mts → deepkit/schemas/reflection.d.cts} +1 -156
- package/dist/{plugin-COCJiK-0.d.cts → deepkit/schemas/reflection.d.mts} +1 -156
- package/dist/deepkit/schemas/reflection.mjs +1 -0
- package/dist/deepkit/schemas/reflection2.cjs +1 -0
- package/dist/deepkit/schemas/reflection2.mjs +1 -0
- package/dist/deepkit/src/capnp.cjs +1 -0
- package/dist/deepkit/src/capnp.mjs +1 -0
- package/dist/deepkit/src/reflect-type.cjs +1 -0
- package/dist/deepkit/src/reflect-type.mjs +1 -0
- package/dist/deepkit/src/resolve-reflections.cjs +1 -0
- package/dist/deepkit/src/resolve-reflections.mjs +1 -0
- package/dist/deepkit/src/types.d.cts +10 -0
- package/dist/deepkit/src/types.d.mts +10 -0
- package/dist/deepkit/src/utilities.cjs +1 -0
- package/dist/deepkit/src/utilities.mjs +1 -0
- package/dist/deepkit/src/vendor/type.cjs +1 -0
- package/dist/deepkit/src/vendor/type.d.cts +7 -0
- package/dist/deepkit/src/vendor/type.d.mts +7 -0
- package/dist/deepkit/src/vendor/type.mjs +1 -0
- package/dist/helpers/create-reflection-resource.cjs +1 -1
- package/dist/helpers/create-reflection-resource.d.cts +14 -5
- package/dist/helpers/create-reflection-resource.d.mts +14 -5
- package/dist/helpers/create-reflection-resource.mjs +1 -1
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +6 -11
- package/dist/helpers/index.d.mts +6 -11
- package/dist/helpers/index.mjs +1 -1
- package/dist/helpers/load.cjs +1 -1
- package/dist/helpers/load.d.cts +34 -5
- package/dist/helpers/load.d.mts +35 -5
- package/dist/helpers/load.mjs +1 -1
- package/dist/helpers/persistence.cjs +1 -1
- package/dist/helpers/persistence.d.cts +83 -5
- package/dist/helpers/persistence.d.mts +83 -5
- package/dist/helpers/persistence.mjs +1 -1
- package/dist/helpers/reflect.cjs +1 -1
- package/dist/helpers/reflect.d.cts +45 -5
- package/dist/helpers/reflect.d.mts +45 -5
- package/dist/helpers/reflect.mjs +1 -1
- package/dist/helpers/source-file-env.cjs +1 -1
- package/dist/helpers/source-file-env.d.cts +7 -1
- package/dist/helpers/source-file-env.d.mts +7 -1
- package/dist/helpers/source-file-env.mjs +1 -1
- package/dist/helpers/template-helpers.cjs +1 -1
- package/dist/helpers/template-helpers.d.cts +14 -5
- package/dist/helpers/template-helpers.d.mts +14 -5
- package/dist/helpers/template-helpers.mjs +1 -1
- package/dist/index.cjs +3 -4
- package/dist/index.d.cts +20 -16
- package/dist/index.d.mts +25 -16
- package/dist/index.mjs +2 -3
- package/dist/plugin-babel/src/helpers/ast-utils.cjs +1 -0
- package/dist/plugin-babel/src/helpers/ast-utils.mjs +1 -0
- package/dist/plugin-babel/src/helpers/create-plugin.cjs +1 -0
- package/dist/plugin-babel/src/helpers/create-plugin.mjs +1 -0
- package/dist/plugin-babel/src/helpers/filters.cjs +1 -0
- package/dist/plugin-babel/src/helpers/filters.mjs +1 -0
- package/dist/plugin-babel/src/helpers/index.cjs +1 -0
- package/dist/plugin-babel/src/helpers/index.mjs +1 -0
- package/dist/plugin-babel/src/helpers/module-helpers.cjs +1 -0
- package/dist/plugin-babel/src/helpers/module-helpers.mjs +1 -0
- package/dist/plugin-babel/src/helpers/options.cjs +1 -0
- package/dist/plugin-babel/src/helpers/options.mjs +1 -0
- package/dist/plugin-babel/src/index.cjs +1 -0
- package/dist/plugin-babel/src/index.mjs +1 -0
- package/dist/plugin-babel/src/types/index.d.mts +1 -0
- package/dist/plugin-babel/src/types/plugin.d.cts +15 -0
- package/dist/plugin-babel/src/types/plugin.d.mts +15 -0
- package/dist/plugin-plugin/src/types/plugin.d.cts +21 -0
- package/dist/plugin-plugin/src/types/plugin.d.mts +24 -0
- package/dist/powerlines/src/internal/helpers/hooks.d.mts +5 -0
- package/dist/powerlines/src/lib/build/esbuild.cjs +14 -0
- package/dist/powerlines/src/lib/build/esbuild.mjs +14 -0
- package/dist/powerlines/src/lib/entry.cjs +1 -0
- package/dist/powerlines/src/lib/entry.mjs +1 -0
- package/dist/powerlines/src/lib/logger.cjs +1 -0
- package/dist/powerlines/src/lib/logger.mjs +1 -0
- package/dist/powerlines/src/lib/utilities/bundle.cjs +1 -0
- package/dist/powerlines/src/lib/utilities/bundle.mjs +1 -0
- package/dist/powerlines/src/lib/utilities/resolve.cjs +1 -0
- package/dist/powerlines/src/lib/utilities/resolve.mjs +1 -0
- package/dist/powerlines/src/plugin-utils/helpers.cjs +1 -0
- package/dist/powerlines/src/plugin-utils/helpers.mjs +1 -0
- package/dist/powerlines/src/plugin-utils/paths.cjs +1 -0
- package/dist/powerlines/src/plugin-utils/paths.mjs +1 -0
- package/dist/powerlines/src/types/api.d.mts +5 -0
- package/dist/powerlines/src/types/babel.d.cts +23 -0
- package/dist/powerlines/src/types/babel.d.mts +23 -0
- package/dist/powerlines/src/types/build.d.cts +139 -0
- package/dist/powerlines/src/types/build.d.mts +141 -0
- package/dist/powerlines/src/types/commands.d.cts +8 -0
- package/dist/powerlines/src/types/commands.d.mts +9 -0
- package/dist/powerlines/src/types/config.d.cts +356 -0
- package/dist/powerlines/src/types/config.d.mts +357 -0
- package/dist/powerlines/src/types/context.d.cts +358 -0
- package/dist/powerlines/src/types/context.d.mts +360 -0
- package/dist/powerlines/src/types/fs.d.cts +458 -0
- package/dist/powerlines/src/types/fs.d.mts +458 -0
- package/dist/powerlines/src/types/hooks.d.mts +2 -0
- package/dist/powerlines/src/types/index.d.mts +12 -0
- package/dist/powerlines/src/types/plugin.d.cts +232 -0
- package/dist/powerlines/src/types/plugin.d.mts +232 -0
- package/dist/powerlines/src/types/resolved.d.cts +82 -0
- package/dist/powerlines/src/types/resolved.d.mts +83 -0
- package/dist/powerlines/src/types/tsconfig.d.cts +69 -0
- package/dist/powerlines/src/types/tsconfig.d.mts +69 -0
- package/dist/powerlines/src/types/unplugin.d.mts +7 -0
- package/dist/types/index.cjs +0 -1
- package/dist/types/index.d.cts +2 -5
- package/dist/types/index.d.mts +2 -5
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +0 -1
- package/dist/types/plugin.d.cts +140 -4
- package/dist/types/plugin.d.mts +141 -4
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/runtime.cjs +0 -1
- package/dist/types/runtime.d.cts +793 -2
- package/dist/types/runtime.d.mts +793 -2
- package/dist/types/runtime.mjs +1 -1
- package/package.json +16 -16
- package/dist/babel-Bmzkjy1p.cjs +0 -0
- package/dist/babel-CE47sTzg.mjs +0 -1
- package/dist/components-BWruXLSx.cjs +0 -0
- package/dist/components-LyHNrcZE.mjs +0 -1
- package/dist/config-B6yMOlZT.d.mts +0 -1681
- package/dist/config-CROY1-l7.d.cts +0 -1679
- package/dist/create-reflection-resource-CDu8E8gy.d.mts +0 -15
- package/dist/create-reflection-resource-CQHJrkQi.cjs +0 -1
- package/dist/create-reflection-resource-JeWoqMUl.d.cts +0 -15
- package/dist/create-reflection-resource-UtOwX4Ml.mjs +0 -1
- package/dist/docs-BDiEhcDa.mjs +0 -1
- package/dist/docs-Bhi9smBO.cjs +0 -1
- package/dist/docs-BoZkRBO4.d.cts +0 -9
- package/dist/docs-BwK6pC_c.d.mts +0 -9
- package/dist/env-0C9Vc_CF.cjs +0 -34
- package/dist/env-D4MK9BWK.mjs +0 -31
- package/dist/env-DmwP_i6i.d.cts +0 -112
- package/dist/env-aTFI4okB.d.mts +0 -112
- package/dist/helpers-DfMThUgD.mjs +0 -1
- package/dist/helpers-YGhXHw5G.cjs +0 -0
- package/dist/index-BJKE_VGb.d.cts +0 -41
- package/dist/index-BRBK9zG-.d.cts +0 -1
- package/dist/index-Bt4QNofW.d.mts +0 -1
- package/dist/index-CRo77wc3.d.mts +0 -1
- package/dist/index-CspKFJM1.d.cts +0 -1
- package/dist/index-DmOJrPah.d.mts +0 -41
- package/dist/index-Dpmi5zcN.d.cts +0 -1
- package/dist/index-Wc1llEvP.d.mts +0 -1
- package/dist/load-BBU7vb0J.d.mts +0 -38
- package/dist/load-BZTlThWg.mjs +0 -1
- package/dist/load-BsKAoTvl.d.cts +0 -35
- package/dist/load-nUlit5lR.cjs +0 -1
- package/dist/persistence-2A9ruTmd.d.cts +0 -84
- package/dist/persistence-Br-YMVb1.mjs +0 -14
- package/dist/persistence-DzVrJHWz.d.mts +0 -84
- package/dist/persistence-KaP3-ka1.cjs +0 -14
- package/dist/plugin-CRYQ682C.cjs +0 -0
- package/dist/plugin-Cx61c9gw.mjs +0 -5
- package/dist/plugin-DrnPbdzR.mjs +0 -1
- package/dist/plugin-v-FJGggy.cjs +0 -5
- package/dist/reflect-C_H160xV.d.mts +0 -46
- package/dist/reflect-DBJcecMD.d.cts +0 -46
- package/dist/runtime-B5r9vNRi.d.cts +0 -794
- package/dist/runtime-BaZivi6m.cjs +0 -0
- package/dist/runtime-DqCYc37d.mjs +0 -1
- package/dist/runtime-mCXb10Zi.d.mts +0 -794
- package/dist/source-file-CLCTB4C7.cjs +0 -1
- package/dist/source-file-CjFSCK1w.mjs +0 -1
- package/dist/source-file-env-BDFTs5WJ.mjs +0 -1
- package/dist/source-file-env-C6uYyxww.cjs +0 -1
- package/dist/source-file-env-DonDJDV1.d.cts +0 -8
- package/dist/source-file-env-DzpWKluw.d.mts +0 -8
- package/dist/template-helpers-BSbamu0U.cjs +0 -1
- package/dist/template-helpers-BW7Ws5s0.d.cts +0 -15
- package/dist/template-helpers-CLrM_TtO.mjs +0 -1
- package/dist/template-helpers-jUbL9h-F.d.mts +0 -15
- package/dist/type-CnPIyotQ.d.mts +0 -3
- package/dist/type-D6dRgWJT.d.cts +0 -3
- package/dist/types-BCto_Rzj.mjs +0 -1
- package/dist/types-DS7T32tb.cjs +0 -0
- package/dist/utilities-4S--uN0L.mjs +0 -1
- package/dist/utilities-CxyT2chk.cjs +0 -1
|
@@ -1,794 +0,0 @@
|
|
|
1
|
-
import { a as LogLevel } from "./config-B6yMOlZT.mjs";
|
|
2
|
-
|
|
3
|
-
//#region src/types/runtime.d.ts
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* The base environment configuration used by Powerlines applications
|
|
7
|
-
*
|
|
8
|
-
* @remarks
|
|
9
|
-
* 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.
|
|
10
|
-
*
|
|
11
|
-
* @categoryDescription Platform
|
|
12
|
-
* The name of the platform the configuration parameter is intended for use in.
|
|
13
|
-
*
|
|
14
|
-
* @showCategories
|
|
15
|
-
*/
|
|
16
|
-
interface EnvInterface {
|
|
17
|
-
/**
|
|
18
|
-
* The name of the application.
|
|
19
|
-
*
|
|
20
|
-
* @readonly
|
|
21
|
-
* @category neutral
|
|
22
|
-
*/
|
|
23
|
-
readonly APP_NAME: string;
|
|
24
|
-
/**
|
|
25
|
-
* The version of the application.
|
|
26
|
-
*
|
|
27
|
-
* @defaultValue "1.0.0"
|
|
28
|
-
*
|
|
29
|
-
* @readonly
|
|
30
|
-
* @category neutral
|
|
31
|
-
*/
|
|
32
|
-
readonly APP_VERSION: string;
|
|
33
|
-
/**
|
|
34
|
-
* The unique identifier for the build.
|
|
35
|
-
*
|
|
36
|
-
* @readonly
|
|
37
|
-
* @category neutral
|
|
38
|
-
*/
|
|
39
|
-
readonly BUILD_ID: string;
|
|
40
|
-
/**
|
|
41
|
-
* The timestamp the build was ran at.
|
|
42
|
-
*
|
|
43
|
-
* @readonly
|
|
44
|
-
* @category neutral
|
|
45
|
-
*/
|
|
46
|
-
readonly BUILD_TIMESTAMP: string;
|
|
47
|
-
/**
|
|
48
|
-
* A checksum hash created during the build.
|
|
49
|
-
*
|
|
50
|
-
* @readonly
|
|
51
|
-
* @category neutral
|
|
52
|
-
*/
|
|
53
|
-
readonly BUILD_CHECKSUM: string;
|
|
54
|
-
/**
|
|
55
|
-
* The unique identifier for the release.
|
|
56
|
-
*
|
|
57
|
-
* @readonly
|
|
58
|
-
* @category neutral
|
|
59
|
-
*/
|
|
60
|
-
readonly RELEASE_ID: string;
|
|
61
|
-
/**
|
|
62
|
-
* The tag for the release. This is generally in the format of "\<APP_NAME\>\@\<APP_VERSION\>".
|
|
63
|
-
*
|
|
64
|
-
* @readonly
|
|
65
|
-
* @category neutral
|
|
66
|
-
*/
|
|
67
|
-
readonly RELEASE_TAG: string;
|
|
68
|
-
/**
|
|
69
|
-
* The name of the organization that maintains the application.
|
|
70
|
-
*
|
|
71
|
-
* @remarks
|
|
72
|
-
* 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}.
|
|
73
|
-
*
|
|
74
|
-
* @alias ORG
|
|
75
|
-
* @alias ORG_ID
|
|
76
|
-
* @category neutral
|
|
77
|
-
*/
|
|
78
|
-
ORGANIZATION: string;
|
|
79
|
-
/**
|
|
80
|
-
* The platform for which the application was built.
|
|
81
|
-
*
|
|
82
|
-
* @defaultValue "neutral"
|
|
83
|
-
*
|
|
84
|
-
* @category neutral
|
|
85
|
-
*/
|
|
86
|
-
PLATFORM: "node" | "neutral" | "browser";
|
|
87
|
-
/**
|
|
88
|
-
* The mode in which the application is running.
|
|
89
|
-
*
|
|
90
|
-
* @defaultValue "production"
|
|
91
|
-
*
|
|
92
|
-
* @alias NODE_ENV
|
|
93
|
-
*
|
|
94
|
-
* @category neutral
|
|
95
|
-
*/
|
|
96
|
-
MODE: "development" | "test" | "production";
|
|
97
|
-
/**
|
|
98
|
-
* The environment the application is running in. This value will be populated with the value of `MODE` if not provided.
|
|
99
|
-
*
|
|
100
|
-
* @defaultValue "production"
|
|
101
|
-
*
|
|
102
|
-
* @alias ENV
|
|
103
|
-
* @alias VERCEL_ENV
|
|
104
|
-
* @category neutral
|
|
105
|
-
*/
|
|
106
|
-
ENVIRONMENT: string;
|
|
107
|
-
/**
|
|
108
|
-
* Indicates if the application is running in debug mode.
|
|
109
|
-
*
|
|
110
|
-
* @category neutral
|
|
111
|
-
*/
|
|
112
|
-
DEBUG: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* An indicator that specifies the current runtime is a test environment.
|
|
115
|
-
*
|
|
116
|
-
* @category neutral
|
|
117
|
-
*/
|
|
118
|
-
TEST: boolean;
|
|
119
|
-
/**
|
|
120
|
-
* An indicator that specifies the current runtime is a minimal environment.
|
|
121
|
-
*
|
|
122
|
-
* @category node
|
|
123
|
-
*/
|
|
124
|
-
MINIMAL: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* An indicator that specifies the current runtime is a no color environment.
|
|
127
|
-
*
|
|
128
|
-
* @category node
|
|
129
|
-
*/
|
|
130
|
-
NO_COLOR: boolean;
|
|
131
|
-
/**
|
|
132
|
-
* An indicator that specifies the current runtime is a force color environment.
|
|
133
|
-
*
|
|
134
|
-
* @category node
|
|
135
|
-
*/
|
|
136
|
-
FORCE_COLOR: boolean | number;
|
|
137
|
-
/**
|
|
138
|
-
* An indicator that specifies the current runtime should force hyperlinks in terminal output.
|
|
139
|
-
*
|
|
140
|
-
* @remarks
|
|
141
|
-
* 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.
|
|
142
|
-
* @category node
|
|
143
|
-
*/
|
|
144
|
-
FORCE_HYPERLINK: boolean | number;
|
|
145
|
-
/**
|
|
146
|
-
* The name of the agent running the application. This variable is set by certain CI/CD systems.
|
|
147
|
-
*
|
|
148
|
-
* @readonly
|
|
149
|
-
* @category neutral
|
|
150
|
-
*/
|
|
151
|
-
readonly AGENT_NAME?: string;
|
|
152
|
-
/**
|
|
153
|
-
* The color terminal type. This variable is set by certain terminal emulators.
|
|
154
|
-
*
|
|
155
|
-
* @readonly
|
|
156
|
-
* @category node
|
|
157
|
-
*/
|
|
158
|
-
readonly COLORTERM?: string;
|
|
159
|
-
/**
|
|
160
|
-
* The terminal type. This variable is set by certain CI/CD systems.
|
|
161
|
-
*
|
|
162
|
-
* @remarks
|
|
163
|
-
* 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.
|
|
164
|
-
*
|
|
165
|
-
* @readonly
|
|
166
|
-
* @category node
|
|
167
|
-
*/
|
|
168
|
-
readonly TERM?: string;
|
|
169
|
-
/**
|
|
170
|
-
* The terminal program name. This variable is set by certain terminal emulators.
|
|
171
|
-
*
|
|
172
|
-
* @readonly
|
|
173
|
-
* @category node
|
|
174
|
-
*/
|
|
175
|
-
readonly TERM_PROGRAM?: string;
|
|
176
|
-
/**
|
|
177
|
-
* The terminal program version. This variable is set by certain terminal emulators.
|
|
178
|
-
*
|
|
179
|
-
* @readonly
|
|
180
|
-
* @category node
|
|
181
|
-
*/
|
|
182
|
-
readonly TERM_PROGRAM_VERSION?: string;
|
|
183
|
-
/**
|
|
184
|
-
* The terminal emulator name. This variable is set by certain terminal emulators.
|
|
185
|
-
*
|
|
186
|
-
* @readonly
|
|
187
|
-
* @category node
|
|
188
|
-
*/
|
|
189
|
-
readonly TERMINAL_EMULATOR?: string;
|
|
190
|
-
/**
|
|
191
|
-
* The terminal emulator session ID. This variable is set by certain terminal emulators.
|
|
192
|
-
*
|
|
193
|
-
* @readonly
|
|
194
|
-
* @category node
|
|
195
|
-
*/
|
|
196
|
-
readonly WT_SESSION?: string;
|
|
197
|
-
/**
|
|
198
|
-
* An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.
|
|
199
|
-
*
|
|
200
|
-
* @readonly
|
|
201
|
-
* @category node
|
|
202
|
-
*/
|
|
203
|
-
readonly TERMINUS_SUBLIME?: boolean;
|
|
204
|
-
/**
|
|
205
|
-
* The ConEmu task name. This variable is set by certain terminal emulators.
|
|
206
|
-
*
|
|
207
|
-
* @readonly
|
|
208
|
-
* @category node
|
|
209
|
-
*/
|
|
210
|
-
readonly ConEmuTask?: string;
|
|
211
|
-
/**
|
|
212
|
-
* The cursor trace ID. This variable is set by certain terminal emulators.
|
|
213
|
-
*
|
|
214
|
-
* @readonly
|
|
215
|
-
* @category node
|
|
216
|
-
*/
|
|
217
|
-
readonly CURSOR_TRACE_ID?: string;
|
|
218
|
-
/**
|
|
219
|
-
* The VTE version. This variable is set by certain terminal emulators.
|
|
220
|
-
*
|
|
221
|
-
* @readonly
|
|
222
|
-
* @category node
|
|
223
|
-
*/
|
|
224
|
-
readonly VTE_VERSION?: string;
|
|
225
|
-
/**
|
|
226
|
-
* Indicates if error stack traces should be captured.
|
|
227
|
-
*
|
|
228
|
-
* @category neutral
|
|
229
|
-
*/
|
|
230
|
-
STACKTRACE: boolean;
|
|
231
|
-
/**
|
|
232
|
-
* Indicates if error data should be included.
|
|
233
|
-
*
|
|
234
|
-
* @category neutral
|
|
235
|
-
*/
|
|
236
|
-
INCLUDE_ERROR_DATA: boolean;
|
|
237
|
-
/**
|
|
238
|
-
* A web page to lookup error messages and display additional information given an error code.
|
|
239
|
-
*
|
|
240
|
-
* @remarks
|
|
241
|
-
* 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.
|
|
242
|
-
*
|
|
243
|
-
* @title Error Details URL
|
|
244
|
-
* @category neutral
|
|
245
|
-
*/
|
|
246
|
-
ERROR_URL: string;
|
|
247
|
-
/**
|
|
248
|
-
* The default timezone for the application.
|
|
249
|
-
*
|
|
250
|
-
* @defaultValue "America/New_York"
|
|
251
|
-
* @category neutral
|
|
252
|
-
*/
|
|
253
|
-
DEFAULT_TIMEZONE: string;
|
|
254
|
-
/**
|
|
255
|
-
* The default locale to be used in the application.
|
|
256
|
-
*
|
|
257
|
-
* @defaultValue "en_US"
|
|
258
|
-
* @category neutral
|
|
259
|
-
*/
|
|
260
|
-
DEFAULT_LOCALE: string;
|
|
261
|
-
/**
|
|
262
|
-
* The default lowest log level to accept. If `null`, the logger will reject all records. This value only applies if `lowestLogLevel` is not provided to the `logs` configuration.
|
|
263
|
-
*
|
|
264
|
-
* @defaultValue "info"
|
|
265
|
-
*
|
|
266
|
-
* @category neutral
|
|
267
|
-
*/
|
|
268
|
-
LOG_LEVEL?: LogLevel | null;
|
|
269
|
-
/**
|
|
270
|
-
* An indicator that specifies the current runtime is a continuous integration environment.
|
|
271
|
-
*
|
|
272
|
-
* @title Continuous Integration
|
|
273
|
-
* @alias CONTINUOUS_INTEGRATION
|
|
274
|
-
* @category neutral
|
|
275
|
-
*/
|
|
276
|
-
CI: boolean;
|
|
277
|
-
/**
|
|
278
|
-
* The unique identifier for the current run. This value is set by certain CI/CD systems.
|
|
279
|
-
*
|
|
280
|
-
* @readonly
|
|
281
|
-
* @category node
|
|
282
|
-
*/
|
|
283
|
-
readonly RUN_ID?: string;
|
|
284
|
-
/**
|
|
285
|
-
* The agola git reference. This value is set by certain CI/CD systems.
|
|
286
|
-
*
|
|
287
|
-
* @readonly
|
|
288
|
-
* @category node
|
|
289
|
-
*/
|
|
290
|
-
readonly AGOLA_GIT_REF?: string;
|
|
291
|
-
/**
|
|
292
|
-
* The appcircle build ID. This value is set by certain CI/CD systems.
|
|
293
|
-
*
|
|
294
|
-
* @readonly
|
|
295
|
-
* @category node
|
|
296
|
-
*/
|
|
297
|
-
readonly AC_APPCIRCLE?: string;
|
|
298
|
-
/**
|
|
299
|
-
* The appveyor build ID. This value is set by certain CI/CD systems.
|
|
300
|
-
*
|
|
301
|
-
* @readonly
|
|
302
|
-
* @category node
|
|
303
|
-
*/
|
|
304
|
-
readonly APPVEYOR?: string;
|
|
305
|
-
/**
|
|
306
|
-
* The codebuild build ID. This value is set by certain CI/CD systems.
|
|
307
|
-
*
|
|
308
|
-
* @readonly
|
|
309
|
-
* @category node
|
|
310
|
-
*/
|
|
311
|
-
readonly CODEBUILD?: string;
|
|
312
|
-
/**
|
|
313
|
-
* The task force build ID. This value is set by certain CI/CD systems.
|
|
314
|
-
*
|
|
315
|
-
* @readonly
|
|
316
|
-
* @category node
|
|
317
|
-
*/
|
|
318
|
-
readonly TF_BUILD?: string;
|
|
319
|
-
/**
|
|
320
|
-
* The bamboo plan key. This value is set by certain CI/CD systems.
|
|
321
|
-
*
|
|
322
|
-
* @readonly
|
|
323
|
-
* @category node
|
|
324
|
-
*/
|
|
325
|
-
readonly bamboo_planKey?: string;
|
|
326
|
-
/**
|
|
327
|
-
* The bitbucket commit. This value is set by certain CI/CD systems.
|
|
328
|
-
*
|
|
329
|
-
* @readonly
|
|
330
|
-
* @category node
|
|
331
|
-
*/
|
|
332
|
-
readonly BITBUCKET_COMMIT?: string;
|
|
333
|
-
/**
|
|
334
|
-
* The bitrise build ID. This value is set by certain CI/CD systems.
|
|
335
|
-
*
|
|
336
|
-
* @readonly
|
|
337
|
-
* @category node
|
|
338
|
-
*/
|
|
339
|
-
readonly BITRISE_IO?: string;
|
|
340
|
-
/**
|
|
341
|
-
* The buddy workspace ID. This value is set by certain CI/CD systems.
|
|
342
|
-
*
|
|
343
|
-
* @readonly
|
|
344
|
-
* @category node
|
|
345
|
-
*/
|
|
346
|
-
readonly BUDDY_WORKSPACE_ID?: string;
|
|
347
|
-
/**
|
|
348
|
-
* The buildkite build ID. This value is set by certain CI/CD systems.
|
|
349
|
-
*
|
|
350
|
-
* @readonly
|
|
351
|
-
* @category node
|
|
352
|
-
*/
|
|
353
|
-
readonly BUILDKITE?: string;
|
|
354
|
-
/**
|
|
355
|
-
* The circleci build ID. This value is set by certain CI/CD systems.
|
|
356
|
-
*
|
|
357
|
-
* @readonly
|
|
358
|
-
* @category node
|
|
359
|
-
*/
|
|
360
|
-
readonly CIRCLECI?: string;
|
|
361
|
-
/**
|
|
362
|
-
* The cirrus-ci build ID. This value is set by certain CI/CD systems.
|
|
363
|
-
*
|
|
364
|
-
* @readonly
|
|
365
|
-
* @category node
|
|
366
|
-
*/
|
|
367
|
-
readonly CIRRUS_CI?: string;
|
|
368
|
-
/**
|
|
369
|
-
* The cf build ID. This value is set by certain CI/CD systems.
|
|
370
|
-
*
|
|
371
|
-
* @readonly
|
|
372
|
-
* @category node
|
|
373
|
-
*/
|
|
374
|
-
readonly CF_BUILD_ID?: string;
|
|
375
|
-
/**
|
|
376
|
-
* The cm build ID. This value is set by certain CI/CD systems.
|
|
377
|
-
*
|
|
378
|
-
* @readonly
|
|
379
|
-
* @category node
|
|
380
|
-
*/
|
|
381
|
-
readonly CM_BUILD_ID?: string;
|
|
382
|
-
/**
|
|
383
|
-
* The ci name. This value is set by certain CI/CD systems.
|
|
384
|
-
*
|
|
385
|
-
* @readonly
|
|
386
|
-
* @category node
|
|
387
|
-
*/
|
|
388
|
-
readonly CI_NAME?: string;
|
|
389
|
-
/**
|
|
390
|
-
* The drone build ID. This value is set by certain CI/CD systems.
|
|
391
|
-
*
|
|
392
|
-
* @readonly
|
|
393
|
-
* @category node
|
|
394
|
-
*/
|
|
395
|
-
readonly DRONE?: string;
|
|
396
|
-
/**
|
|
397
|
-
* The dsari build ID. This value is set by certain CI/CD systems.
|
|
398
|
-
*
|
|
399
|
-
* @readonly
|
|
400
|
-
* @category node
|
|
401
|
-
*/
|
|
402
|
-
readonly DSARI?: string;
|
|
403
|
-
/**
|
|
404
|
-
* The earthly build ID. This value is set by certain CI/CD systems.
|
|
405
|
-
*
|
|
406
|
-
* @readonly
|
|
407
|
-
* @category node
|
|
408
|
-
*/
|
|
409
|
-
readonly EARTHLY_CI?: string;
|
|
410
|
-
/**
|
|
411
|
-
* The eas build ID. This value is set by certain CI/CD systems.
|
|
412
|
-
*
|
|
413
|
-
* @readonly
|
|
414
|
-
* @category node
|
|
415
|
-
*/
|
|
416
|
-
readonly EAS_BUILD?: string;
|
|
417
|
-
/**
|
|
418
|
-
* The gerrit project. This value is set by certain CI/CD systems.
|
|
419
|
-
*
|
|
420
|
-
* @readonly
|
|
421
|
-
* @category node
|
|
422
|
-
*/
|
|
423
|
-
readonly GERRIT_PROJECT?: string;
|
|
424
|
-
/**
|
|
425
|
-
* The gitea actions build ID. This value is set by certain CI/CD systems.
|
|
426
|
-
*
|
|
427
|
-
* @readonly
|
|
428
|
-
* @category node
|
|
429
|
-
*/
|
|
430
|
-
readonly GITEA_ACTIONS?: string;
|
|
431
|
-
/**
|
|
432
|
-
* The github actions build ID. This value is set by certain CI/CD systems.
|
|
433
|
-
*
|
|
434
|
-
* @readonly
|
|
435
|
-
* @category node
|
|
436
|
-
*/
|
|
437
|
-
readonly GITHUB_ACTIONS?: string;
|
|
438
|
-
/**
|
|
439
|
-
* The gitlab ci build ID. This value is set by certain CI/CD systems.
|
|
440
|
-
*
|
|
441
|
-
* @readonly
|
|
442
|
-
* @category node
|
|
443
|
-
*/
|
|
444
|
-
readonly GITLAB_CI?: string;
|
|
445
|
-
/**
|
|
446
|
-
* The go cd build ID. This value is set by certain CI/CD systems.
|
|
447
|
-
*
|
|
448
|
-
* @readonly
|
|
449
|
-
* @category node
|
|
450
|
-
*/
|
|
451
|
-
readonly GOCD?: string;
|
|
452
|
-
/**
|
|
453
|
-
* The builder output build ID. This value is set by certain CI/CD systems.
|
|
454
|
-
*
|
|
455
|
-
* @readonly
|
|
456
|
-
* @category node
|
|
457
|
-
*/
|
|
458
|
-
readonly BUILDER_OUTPUT?: string;
|
|
459
|
-
/**
|
|
460
|
-
* The harness build ID. This value is set by certain CI/CD systems.
|
|
461
|
-
*
|
|
462
|
-
* @readonly
|
|
463
|
-
* @category node
|
|
464
|
-
*/
|
|
465
|
-
readonly HARNESS_BUILD_ID?: string;
|
|
466
|
-
/**
|
|
467
|
-
* The jenkins url. This value is set by certain CI/CD systems.
|
|
468
|
-
*
|
|
469
|
-
* @readonly
|
|
470
|
-
* @category node
|
|
471
|
-
*/
|
|
472
|
-
readonly JENKINS_URL?: string;
|
|
473
|
-
/**
|
|
474
|
-
* The layerci build ID. This value is set by certain CI/CD systems.
|
|
475
|
-
*
|
|
476
|
-
* @readonly
|
|
477
|
-
* @category node
|
|
478
|
-
*/
|
|
479
|
-
readonly LAYERCI?: string;
|
|
480
|
-
/**
|
|
481
|
-
* The magnum build ID. This value is set by certain CI/CD systems.
|
|
482
|
-
*
|
|
483
|
-
* @readonly
|
|
484
|
-
* @category node
|
|
485
|
-
*/
|
|
486
|
-
readonly MAGNUM?: string;
|
|
487
|
-
/**
|
|
488
|
-
* The netlify build ID. This value is set by certain CI/CD systems.
|
|
489
|
-
*
|
|
490
|
-
* @readonly
|
|
491
|
-
* @category node
|
|
492
|
-
*/
|
|
493
|
-
readonly NETLIFY?: string;
|
|
494
|
-
/**
|
|
495
|
-
* The nevercode build ID. This value is set by certain CI/CD systems.
|
|
496
|
-
*
|
|
497
|
-
* @readonly
|
|
498
|
-
* @category node
|
|
499
|
-
*/
|
|
500
|
-
readonly NEVERCODE?: string;
|
|
501
|
-
/**
|
|
502
|
-
* The prow job ID. This value is set by certain CI/CD systems.
|
|
503
|
-
*
|
|
504
|
-
* @readonly
|
|
505
|
-
* @category node
|
|
506
|
-
*/
|
|
507
|
-
readonly PROW_JOB_ID?: string;
|
|
508
|
-
/**
|
|
509
|
-
* The release build ID. This value is set by certain CI/CD systems.
|
|
510
|
-
*
|
|
511
|
-
* @readonly
|
|
512
|
-
* @category node
|
|
513
|
-
*/
|
|
514
|
-
readonly RELEASE_BUILD_ID?: string;
|
|
515
|
-
/**
|
|
516
|
-
* The render build ID. This value is set by certain CI/CD systems.
|
|
517
|
-
*
|
|
518
|
-
* @readonly
|
|
519
|
-
* @category node
|
|
520
|
-
*/
|
|
521
|
-
readonly RENDER?: string;
|
|
522
|
-
/**
|
|
523
|
-
* The sailci build ID. This value is set by certain CI/CD systems.
|
|
524
|
-
*
|
|
525
|
-
* @readonly
|
|
526
|
-
* @category node
|
|
527
|
-
*/
|
|
528
|
-
readonly SAILCI?: string;
|
|
529
|
-
/**
|
|
530
|
-
* The hudson build ID. This value is set by certain CI/CD systems.
|
|
531
|
-
*
|
|
532
|
-
* @readonly
|
|
533
|
-
* @category node
|
|
534
|
-
*/
|
|
535
|
-
readonly HUDSON?: string;
|
|
536
|
-
/**
|
|
537
|
-
* The screwdriver build ID. This value is set by certain CI/CD systems.
|
|
538
|
-
*
|
|
539
|
-
* @readonly
|
|
540
|
-
* @category node
|
|
541
|
-
*/
|
|
542
|
-
readonly SCREWDRIVER?: string;
|
|
543
|
-
/**
|
|
544
|
-
* The semaphore build ID. This value is set by certain CI/CD systems.
|
|
545
|
-
*
|
|
546
|
-
* @readonly
|
|
547
|
-
* @category node
|
|
548
|
-
*/
|
|
549
|
-
readonly SEMAPHORE?: string;
|
|
550
|
-
/**
|
|
551
|
-
* The sourcehut build ID. This value is set by certain CI/CD systems.
|
|
552
|
-
*
|
|
553
|
-
* @readonly
|
|
554
|
-
* @category node
|
|
555
|
-
*/
|
|
556
|
-
readonly SOURCEHUT?: string;
|
|
557
|
-
/**
|
|
558
|
-
* The spaceship build ID. This value is set by certain CI/CD systems.
|
|
559
|
-
*
|
|
560
|
-
* @readonly
|
|
561
|
-
* @category node
|
|
562
|
-
*/
|
|
563
|
-
readonly SPACESHIP_CI?: string;
|
|
564
|
-
/**
|
|
565
|
-
* The strider build ID. This value is set by certain CI/CD systems.
|
|
566
|
-
*
|
|
567
|
-
* @readonly
|
|
568
|
-
* @category node
|
|
569
|
-
*/
|
|
570
|
-
readonly STRIDER?: string;
|
|
571
|
-
/**
|
|
572
|
-
* The task ID. This value is set by certain CI/CD systems.
|
|
573
|
-
*
|
|
574
|
-
* @readonly
|
|
575
|
-
* @category node
|
|
576
|
-
*/
|
|
577
|
-
readonly TASK_ID?: string;
|
|
578
|
-
/**
|
|
579
|
-
* The teamcity version. This value is set by certain CI/CD systems.
|
|
580
|
-
*
|
|
581
|
-
* @readonly
|
|
582
|
-
* @category node
|
|
583
|
-
*/
|
|
584
|
-
readonly TEAMCITY_VERSION?: string;
|
|
585
|
-
/**
|
|
586
|
-
* The travis build ID. This value is set by certain CI/CD systems.
|
|
587
|
-
*
|
|
588
|
-
* @readonly
|
|
589
|
-
* @category node
|
|
590
|
-
*/
|
|
591
|
-
readonly TRAVIS?: string;
|
|
592
|
-
/**
|
|
593
|
-
* The vela build ID. This value is set by certain CI/CD systems.
|
|
594
|
-
*
|
|
595
|
-
* @readonly
|
|
596
|
-
* @category node
|
|
597
|
-
*/
|
|
598
|
-
readonly VELA?: string;
|
|
599
|
-
/**
|
|
600
|
-
* The now builder build ID. This value is set by certain CI/CD systems.
|
|
601
|
-
*
|
|
602
|
-
* @readonly
|
|
603
|
-
* @category node
|
|
604
|
-
*/
|
|
605
|
-
readonly NOW_BUILDER?: string;
|
|
606
|
-
/**
|
|
607
|
-
* The appcenter build ID. This value is set by certain CI/CD systems.
|
|
608
|
-
*
|
|
609
|
-
* @readonly
|
|
610
|
-
* @category node
|
|
611
|
-
*/
|
|
612
|
-
readonly APPCENTER_BUILD_ID?: string;
|
|
613
|
-
/**
|
|
614
|
-
* The xcode project build ID. This value is set by certain CI/CD systems.
|
|
615
|
-
*
|
|
616
|
-
* @readonly
|
|
617
|
-
* @category node
|
|
618
|
-
*/
|
|
619
|
-
readonly CI_XCODE_PROJECT?: string;
|
|
620
|
-
/**
|
|
621
|
-
* The xcode server build ID. This value is set by certain CI/CD systems.
|
|
622
|
-
*
|
|
623
|
-
* @readonly
|
|
624
|
-
* @category node
|
|
625
|
-
*/
|
|
626
|
-
readonly XCS?: string;
|
|
627
|
-
/**
|
|
628
|
-
* The application's runtime data directory.
|
|
629
|
-
*
|
|
630
|
-
* @remarks
|
|
631
|
-
* 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.
|
|
632
|
-
*
|
|
633
|
-
* @title Data Directory
|
|
634
|
-
* @category node
|
|
635
|
-
*/
|
|
636
|
-
DATA_DIR?: string;
|
|
637
|
-
/**
|
|
638
|
-
* The application's configuration data directory.
|
|
639
|
-
*
|
|
640
|
-
* @remarks
|
|
641
|
-
* 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.
|
|
642
|
-
*
|
|
643
|
-
* @title Configuration Directory
|
|
644
|
-
* @category node
|
|
645
|
-
*/
|
|
646
|
-
CONFIG_DIR?: string;
|
|
647
|
-
/**
|
|
648
|
-
* The application's cached data directory.
|
|
649
|
-
*
|
|
650
|
-
* @remarks
|
|
651
|
-
* 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.
|
|
652
|
-
*
|
|
653
|
-
* @title Cache Directory
|
|
654
|
-
* @category node
|
|
655
|
-
*/
|
|
656
|
-
CACHE_DIR?: string;
|
|
657
|
-
/**
|
|
658
|
-
* The application's logging directory.
|
|
659
|
-
*
|
|
660
|
-
* @remarks
|
|
661
|
-
* 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.
|
|
662
|
-
*
|
|
663
|
-
* @title Log Directory
|
|
664
|
-
* @category node
|
|
665
|
-
*/
|
|
666
|
-
LOG_DIR?: string;
|
|
667
|
-
/**
|
|
668
|
-
* The application's temporary data directory.
|
|
669
|
-
*
|
|
670
|
-
* @remarks
|
|
671
|
-
* 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.
|
|
672
|
-
*
|
|
673
|
-
* @title Temporary Directory
|
|
674
|
-
* @category node
|
|
675
|
-
*/
|
|
676
|
-
TEMP_DIR?: string;
|
|
677
|
-
/**
|
|
678
|
-
* A variable that specifies the current user's local application data directory on Windows.
|
|
679
|
-
*
|
|
680
|
-
* @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
|
|
681
|
-
*
|
|
682
|
-
* @remarks
|
|
683
|
-
* 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.
|
|
684
|
-
*
|
|
685
|
-
* @readonly
|
|
686
|
-
* @category node
|
|
687
|
-
*/
|
|
688
|
-
readonly LOCALAPPDATA?: string;
|
|
689
|
-
/**
|
|
690
|
-
* A variable that specifies the application data directory on Windows.
|
|
691
|
-
*
|
|
692
|
-
* @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
|
|
693
|
-
*
|
|
694
|
-
* @remarks
|
|
695
|
-
* 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.
|
|
696
|
-
*
|
|
697
|
-
* @readonly
|
|
698
|
-
* @category node
|
|
699
|
-
*/
|
|
700
|
-
readonly APPDATA?: string;
|
|
701
|
-
/**
|
|
702
|
-
* A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.
|
|
703
|
-
*
|
|
704
|
-
* @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
|
|
705
|
-
*
|
|
706
|
-
* @remarks
|
|
707
|
-
* 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.
|
|
708
|
-
*
|
|
709
|
-
* @readonly
|
|
710
|
-
* @category node
|
|
711
|
-
*/
|
|
712
|
-
readonly XDG_DATA_HOME?: string;
|
|
713
|
-
/**
|
|
714
|
-
* A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.
|
|
715
|
-
*
|
|
716
|
-
* @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
|
|
717
|
-
*
|
|
718
|
-
* @remarks
|
|
719
|
-
* 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.
|
|
720
|
-
*
|
|
721
|
-
* @readonly
|
|
722
|
-
* @category node
|
|
723
|
-
*/
|
|
724
|
-
readonly XDG_CONFIG_HOME?: string;
|
|
725
|
-
/**
|
|
726
|
-
* A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.
|
|
727
|
-
*
|
|
728
|
-
* @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
|
|
729
|
-
*
|
|
730
|
-
* @remarks
|
|
731
|
-
* 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.
|
|
732
|
-
*
|
|
733
|
-
* @readonly
|
|
734
|
-
* @category node
|
|
735
|
-
*/
|
|
736
|
-
readonly XDG_CACHE_HOME?: string;
|
|
737
|
-
/**
|
|
738
|
-
* A variable that specifies the state directory on Linux systems using the XDG base directory specification.
|
|
739
|
-
*
|
|
740
|
-
* @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
|
|
741
|
-
*
|
|
742
|
-
* @remarks
|
|
743
|
-
* 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.
|
|
744
|
-
*
|
|
745
|
-
* @readonly
|
|
746
|
-
* @category node
|
|
747
|
-
*/
|
|
748
|
-
readonly XDG_STATE_HOME?: string;
|
|
749
|
-
/**
|
|
750
|
-
* A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.
|
|
751
|
-
*
|
|
752
|
-
* @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
|
|
753
|
-
*
|
|
754
|
-
* @remarks
|
|
755
|
-
* 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.
|
|
756
|
-
*
|
|
757
|
-
* @readonly
|
|
758
|
-
* @category node
|
|
759
|
-
*/
|
|
760
|
-
readonly XDG_RUNTIME_DIR?: string;
|
|
761
|
-
/**
|
|
762
|
-
* A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.
|
|
763
|
-
*
|
|
764
|
-
* @see https://devenv.sh/files-and-variables/#devenv_dotfile
|
|
765
|
-
* @see https://nixos.org/
|
|
766
|
-
*
|
|
767
|
-
* @remarks
|
|
768
|
-
* 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.
|
|
769
|
-
*
|
|
770
|
-
* @category node
|
|
771
|
-
*/
|
|
772
|
-
DEVENV_RUNTIME?: string;
|
|
773
|
-
}
|
|
774
|
-
/**
|
|
775
|
-
* The base secrets configuration used by Powerlines applications
|
|
776
|
-
*
|
|
777
|
-
* @remarks
|
|
778
|
-
* 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).
|
|
779
|
-
*/
|
|
780
|
-
interface SecretsInterface {
|
|
781
|
-
/**
|
|
782
|
-
* The secret key used for encryption and decryption.
|
|
783
|
-
*
|
|
784
|
-
* @remarks
|
|
785
|
-
* 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.
|
|
786
|
-
*
|
|
787
|
-
* @title Encryption Key
|
|
788
|
-
*/
|
|
789
|
-
ENCRYPTION_KEY: string;
|
|
790
|
-
}
|
|
791
|
-
declare type __ΩEnvInterface = any[];
|
|
792
|
-
declare type __ΩSecretsInterface = any[];
|
|
793
|
-
//#endregion
|
|
794
|
-
export { __ΩSecretsInterface as i, SecretsInterface as n, __ΩEnvInterface as r, EnvInterface as t };
|