@sprucelabs/spruce-cli 22.1.12 → 22.2.0
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/.DS_Store +0 -0
- package/.env +25 -0
- package/.env-dev +24 -0
- package/.eslintcache +1 -0
- package/CHANGELOG.md +8 -0
- package/build/.spruce/errors/errors.types.d.ts +137 -123
- package/build/.spruce/errors/options.types.d.ts +9 -3
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/appViewControllerAlreadyExists.schema.d.ts +3 -0
- package/build/.spruce/errors/spruceCli/appViewControllerAlreadyExists.schema.js +12 -0
- package/build/.spruce/errors/spruceCli/appViewControllerAlreadyExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/bootError.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/bootError.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/cannotPromptInCi.schema.d.ts +3 -0
- package/build/.spruce/errors/spruceCli/cannotPromptInCi.schema.js +12 -0
- package/build/.spruce/errors/spruceCli/cannotPromptInCi.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js +5 -5
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js +5 -5
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js +10 -10
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js +3 -13
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js +11 -11
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/fileExists.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/fileExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/generic.schema.js +4 -4
- package/build/.spruce/errors/spruceCli/generic.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js +5 -5
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js +5 -5
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js +5 -5
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js +9 -9
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/storeExists.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/storeExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/testFailed.schema.js +7 -7
- package/build/.spruce/errors/spruceCli/testFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/themeExists.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/themeExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/viewPluginAlreadyExists.schema.js +3 -3
- package/build/.spruce/errors/spruceCli/viewPluginAlreadyExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js +1 -1
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js.map +1 -1
- package/build/GlobalEmitter.js.map +1 -1
- package/build/__tests__/behavioral/views/CreatingAnAppViewController.test.d.ts +23 -0
- package/build/__tests__/behavioral/views/CreatingAnAppViewController.test.js +136 -0
- package/build/__tests__/behavioral/views/CreatingAnAppViewController.test.js.map +1 -0
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js +1 -1
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/views/plugins/CreatingAViewPlugin.test.js +1 -1
- package/build/__tests__/behavioral/views/plugins/CreatingAViewPlugin.test.js.map +1 -1
- package/build/__tests__/implementation/TerminalInterface.test.d.ts +1 -0
- package/build/__tests__/implementation/TerminalInterface.test.js +8 -0
- package/build/__tests__/implementation/TerminalInterface.test.js.map +1 -1
- package/build/cli/Cli.js +0 -1
- package/build/cli/Cli.js.map +1 -1
- package/build/errors/SpruceError.js +6 -0
- package/build/errors/SpruceError.js.map +1 -1
- package/build/errors/appViewControllerAlreadyExists.builder.d.ts +6 -0
- package/build/errors/appViewControllerAlreadyExists.builder.js +9 -0
- package/build/errors/appViewControllerAlreadyExists.builder.js.map +1 -0
- package/build/errors/cannotPromptInCi.builder.d.ts +6 -0
- package/build/errors/cannotPromptInCi.builder.js +9 -0
- package/build/errors/cannotPromptInCi.builder.js.map +1 -0
- package/build/features/view/actions/CreateAppAction.d.ts +16 -0
- package/build/features/view/actions/CreateAppAction.js +28 -0
- package/build/features/view/actions/CreateAppAction.js.map +1 -0
- package/build/features/view/actions/SyncAction.d.ts +1 -2
- package/build/features/view/actions/SyncAction.js +13 -4
- package/build/features/view/actions/SyncAction.js.map +1 -1
- package/build/features/view/writers/ViewWriter.d.ts +1 -0
- package/build/features/view/writers/ViewWriter.js +11 -0
- package/build/features/view/writers/ViewWriter.js.map +1 -1
- package/build/index.js +0 -0
- package/build/interfaces/TerminalInterface.js +3 -0
- package/build/interfaces/TerminalInterface.js.map +1 -1
- package/build/tests/fixtures/ViewFixture.js +1 -1
- package/build/tests/fixtures/ViewFixture.js.map +1 -1
- package/build/utilities/isCi.js +3 -0
- package/build/utilities/isCi.js.map +1 -1
- package/dist/spruce-darwin-arm64 +0 -0
- package/dist/spruce-linux-arm64 +0 -0
- package/junit.xml +1782 -0
- package/package.json +29 -29
- package/src/.spruce/errors/errors.types.ts +1180 -911
- package/src/.spruce/errors/options.types.ts +131 -248
- package/src/.spruce/errors/spruceCli/actionCancelled.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/appViewControllerAlreadyExists.schema.ts +16 -0
- package/src/.spruce/errors/spruceCli/bootError.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/buildFailed.schema.ts +16 -15
- package/src/.spruce/errors/spruceCli/cacheNotEnabled.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/cannotPromptInCi.schema.ts +16 -0
- package/src/.spruce/errors/spruceCli/commandAborted.schema.ts +15 -13
- package/src/.spruce/errors/spruceCli/commandBlocked.schema.ts +20 -18
- package/src/.spruce/errors/spruceCli/commandNotImplemented.schema.ts +26 -25
- package/src/.spruce/errors/spruceCli/createAutoloaderFailed.schema.ts +43 -42
- package/src/.spruce/errors/spruceCli/dependencyExists.schema.ts +14 -12
- package/src/.spruce/errors/spruceCli/deployFailed.schema.ts +14 -22
- package/src/.spruce/errors/spruceCli/directoryEmpty.schema.ts +14 -12
- package/src/.spruce/errors/spruceCli/directoryNotSkill.schema.ts +9 -7
- package/src/.spruce/errors/spruceCli/dockerNotStarted.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/executingCommandFailed.schema.ts +41 -40
- package/src/.spruce/errors/spruceCli/failedToImport.schema.ts +17 -15
- package/src/.spruce/errors/spruceCli/featureNotInstalled.schema.ts +15 -14
- package/src/.spruce/errors/spruceCli/fileExists.schema.ts +17 -15
- package/src/.spruce/errors/spruceCli/generic.schema.ts +15 -13
- package/src/.spruce/errors/spruceCli/invalidCommand.schema.ts +17 -15
- package/src/.spruce/errors/spruceCli/invalidEventContract.schema.ts +21 -20
- package/src/.spruce/errors/spruceCli/invalidFeatureCode.schema.ts +15 -14
- package/src/.spruce/errors/spruceCli/invalidTestDirectory.schema.ts +15 -14
- package/src/.spruce/errors/spruceCli/lintFailed.schema.ts +17 -15
- package/src/.spruce/errors/spruceCli/mercuryResponseError.schema.ts +16 -15
- package/src/.spruce/errors/spruceCli/missingDependencies.schema.ts +16 -16
- package/src/.spruce/errors/spruceCli/missingDependenciesDependency.schema.ts +21 -20
- package/src/.spruce/errors/spruceCli/noOrganizationsFound.schema.ts +9 -7
- package/src/.spruce/errors/spruceCli/noSkillsRegistered.schema.ts +9 -7
- package/src/.spruce/errors/spruceCli/notImplemented.schema.ts +9 -6
- package/src/.spruce/errors/spruceCli/notLoggedIn.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/schemaExists.schema.ts +21 -19
- package/src/.spruce/errors/spruceCli/schemaFailedToImport.schema.ts +18 -17
- package/src/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.ts +33 -32
- package/src/.spruce/errors/spruceCli/skillNotFound.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/skillNotRegistered.schema.ts +9 -7
- package/src/.spruce/errors/spruceCli/skillViewExists.schema.ts +14 -12
- package/src/.spruce/errors/spruceCli/storeExists.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/testFailed.schema.ts +26 -24
- package/src/.spruce/errors/spruceCli/themeExists.schema.ts +8 -5
- package/src/.spruce/errors/spruceCli/transportAlreadyExists.schema.ts +16 -15
- package/src/.spruce/errors/spruceCli/viewPluginAlreadyExists.schema.ts +15 -14
- package/src/.spruce/errors/spruceCli/vscodeNotInstalled.schema.ts +9 -7
- package/src/GlobalEmitter.ts +0 -1
- package/src/__tests__/behavioral/views/CreatingAnAppViewController.test.ts +158 -0
- package/src/__tests__/behavioral/views/KeepingViewsInSync.test.ts +1 -1
- package/src/__tests__/behavioral/views/plugins/CreatingAViewPlugin.test.ts +1 -1
- package/src/__tests__/implementation/TerminalInterface.test.ts +14 -1
- package/src/cli/Cli.ts +1 -2
- package/src/errors/SpruceError.ts +8 -0
- package/src/errors/appViewControllerAlreadyExists.builder.ts +7 -0
- package/src/errors/cannotPromptInCi.builder.ts +7 -0
- package/src/features/view/actions/CreateAppAction.ts +33 -0
- package/src/features/view/actions/SyncAction.ts +13 -7
- package/src/features/view/writers/ViewWriter.ts +19 -0
- package/src/interfaces/TerminalInterface.ts +5 -0
- package/src/tests/fixtures/ViewFixture.ts +1 -1
- package/src/utilities/isCi.ts +4 -0
- package/yarn-error.log +597 -0
- package/LICENSE +0 -21
|
@@ -1,1065 +1,1334 @@
|
|
|
1
|
-
import AbstractSpruceError from '@sprucelabs/error'
|
|
2
1
|
import { default as SchemaEntity } from '@sprucelabs/schema'
|
|
3
2
|
import * as SpruceSchema from '@sprucelabs/schema'
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import AbstractSpruceError from '@sprucelabs/error'
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
4
51
|
|
|
5
52
|
export declare namespace SpruceErrors.SpruceCli {
|
|
6
|
-
export interface VscodeNotInstalled {}
|
|
7
53
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
54
|
+
|
|
55
|
+
export interface VscodeNotInstalled {
|
|
56
|
+
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface VscodeNotInstalledSchema extends SpruceSchema.Schema {
|
|
60
|
+
id: 'vscodeNotInstalled',
|
|
61
|
+
namespace: 'SpruceCli',
|
|
62
|
+
name: 'vscode not installed',
|
|
63
|
+
fields: {
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export type VscodeNotInstalledEntity = SchemaEntity<SpruceErrors.SpruceCli.VscodeNotInstalledSchema>
|
|
14
68
|
|
|
15
|
-
export type VscodeNotInstalledEntity =
|
|
16
|
-
SchemaEntity<SpruceErrors.SpruceCli.VscodeNotInstalledSchema>
|
|
17
69
|
}
|
|
18
70
|
|
|
71
|
+
|
|
19
72
|
export declare namespace SpruceErrors.SpruceCli {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
export interface ViewPluginAlreadyExists {
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
'name': string
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface ViewPluginAlreadyExistsSchema extends SpruceSchema.Schema {
|
|
82
|
+
id: 'viewPluginAlreadyExists',
|
|
83
|
+
namespace: 'SpruceCli',
|
|
84
|
+
name: 'View plugin already exists',
|
|
85
|
+
fields: {
|
|
86
|
+
/** . */
|
|
87
|
+
'name': {
|
|
88
|
+
type: 'text',
|
|
89
|
+
isRequired: true,
|
|
90
|
+
options: undefined
|
|
91
|
+
},
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export type ViewPluginAlreadyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.ViewPluginAlreadyExistsSchema>
|
|
96
|
+
|
|
40
97
|
}
|
|
41
98
|
|
|
99
|
+
|
|
42
100
|
export declare namespace SpruceErrors.SpruceCli {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
export interface TransportAlreadyExists {
|
|
104
|
+
|
|
105
|
+
/** Transport name. */
|
|
106
|
+
'name': string
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface TransportAlreadyExistsSchema extends SpruceSchema.Schema {
|
|
110
|
+
id: 'transportAlreadyExists',
|
|
111
|
+
namespace: 'SpruceCli',
|
|
112
|
+
name: 'transport already exists',
|
|
113
|
+
fields: {
|
|
114
|
+
/** Transport name. */
|
|
115
|
+
'name': {
|
|
116
|
+
label: 'Transport name',
|
|
117
|
+
type: 'text',
|
|
118
|
+
isRequired: true,
|
|
119
|
+
options: undefined
|
|
120
|
+
},
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export type TransportAlreadyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.TransportAlreadyExistsSchema>
|
|
125
|
+
|
|
65
126
|
}
|
|
66
127
|
|
|
128
|
+
|
|
67
129
|
export declare namespace SpruceErrors.SpruceCli {
|
|
68
|
-
export interface ThemeExists {}
|
|
69
130
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
131
|
+
|
|
132
|
+
export interface ThemeExists {
|
|
133
|
+
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface ThemeExistsSchema extends SpruceSchema.Schema {
|
|
137
|
+
id: 'themeExists',
|
|
138
|
+
namespace: 'SpruceCli',
|
|
139
|
+
name: 'Theme exists',
|
|
140
|
+
fields: {
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export type ThemeExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.ThemeExistsSchema>
|
|
76
145
|
|
|
77
|
-
export type ThemeExistsEntity =
|
|
78
|
-
SchemaEntity<SpruceErrors.SpruceCli.ThemeExistsSchema>
|
|
79
146
|
}
|
|
80
147
|
|
|
148
|
+
|
|
81
149
|
export declare namespace SpruceErrors.SpruceCli {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
export interface TestFailed {
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
'fileName': string
|
|
156
|
+
|
|
157
|
+
'testName': string
|
|
158
|
+
|
|
159
|
+
'errorMessage': string
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface TestFailedSchema extends SpruceSchema.Schema {
|
|
163
|
+
id: 'testFailed',
|
|
164
|
+
namespace: 'SpruceCli',
|
|
165
|
+
name: 'Test failed',
|
|
166
|
+
fields: {
|
|
167
|
+
/** . */
|
|
168
|
+
'fileName': {
|
|
169
|
+
type: 'text',
|
|
170
|
+
isRequired: true,
|
|
171
|
+
options: undefined
|
|
172
|
+
},
|
|
173
|
+
/** . */
|
|
174
|
+
'testName': {
|
|
175
|
+
type: 'text',
|
|
176
|
+
isRequired: true,
|
|
177
|
+
options: undefined
|
|
178
|
+
},
|
|
179
|
+
/** . */
|
|
180
|
+
'errorMessage': {
|
|
181
|
+
type: 'text',
|
|
182
|
+
isRequired: true,
|
|
183
|
+
options: undefined
|
|
184
|
+
},
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export type TestFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.TestFailedSchema>
|
|
189
|
+
|
|
118
190
|
}
|
|
119
191
|
|
|
192
|
+
|
|
120
193
|
export declare namespace SpruceErrors.SpruceCli {
|
|
121
|
-
export interface StoreExists {}
|
|
122
194
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
195
|
+
|
|
196
|
+
export interface StoreExists {
|
|
197
|
+
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface StoreExistsSchema extends SpruceSchema.Schema {
|
|
201
|
+
id: 'storeExists',
|
|
202
|
+
namespace: 'SpruceCli',
|
|
203
|
+
name: 'Store exists',
|
|
204
|
+
fields: {
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export type StoreExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.StoreExistsSchema>
|
|
129
209
|
|
|
130
|
-
export type StoreExistsEntity =
|
|
131
|
-
SchemaEntity<SpruceErrors.SpruceCli.StoreExistsSchema>
|
|
132
210
|
}
|
|
133
211
|
|
|
212
|
+
|
|
134
213
|
export declare namespace SpruceErrors.SpruceCli {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
export interface SkillViewExists {
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
'name': string
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export interface SkillViewExistsSchema extends SpruceSchema.Schema {
|
|
223
|
+
id: 'skillViewExists',
|
|
224
|
+
namespace: 'SpruceCli',
|
|
225
|
+
name: 'Skill view exists',
|
|
226
|
+
fields: {
|
|
227
|
+
/** . */
|
|
228
|
+
'name': {
|
|
229
|
+
type: 'text',
|
|
230
|
+
isRequired: true,
|
|
231
|
+
options: undefined
|
|
232
|
+
},
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export type SkillViewExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillViewExistsSchema>
|
|
237
|
+
|
|
155
238
|
}
|
|
156
239
|
|
|
240
|
+
|
|
157
241
|
export declare namespace SpruceErrors.SpruceCli {
|
|
158
|
-
export interface SkillNotRegistered {}
|
|
159
242
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
243
|
+
|
|
244
|
+
export interface SkillNotRegistered {
|
|
245
|
+
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface SkillNotRegisteredSchema extends SpruceSchema.Schema {
|
|
249
|
+
id: 'skillNotRegistered',
|
|
250
|
+
namespace: 'SpruceCli',
|
|
251
|
+
name: 'Skill not registered',
|
|
252
|
+
fields: {
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export type SkillNotRegisteredEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillNotRegisteredSchema>
|
|
166
257
|
|
|
167
|
-
export type SkillNotRegisteredEntity =
|
|
168
|
-
SchemaEntity<SpruceErrors.SpruceCli.SkillNotRegisteredSchema>
|
|
169
258
|
}
|
|
170
259
|
|
|
260
|
+
|
|
171
261
|
export declare namespace SpruceErrors.SpruceCli {
|
|
172
|
-
export interface SkillNotFound {}
|
|
173
262
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
263
|
+
|
|
264
|
+
export interface SkillNotFound {
|
|
265
|
+
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export interface SkillNotFoundSchema extends SpruceSchema.Schema {
|
|
269
|
+
id: 'skillNotFound',
|
|
270
|
+
namespace: 'SpruceCli',
|
|
271
|
+
name: 'skill not found',
|
|
272
|
+
fields: {
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export type SkillNotFoundEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillNotFoundSchema>
|
|
277
|
+
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
export declare namespace SpruceErrors.SpruceCli {
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
export interface SchemaTemplateItemBuildingFailed {
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
'schemaId': string
|
|
288
|
+
|
|
289
|
+
'schemaNamespace': string
|
|
290
|
+
|
|
291
|
+
'fieldName': string
|
|
292
|
+
|
|
293
|
+
'fieldOptions': (Record<string, any>)
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface SchemaTemplateItemBuildingFailedSchema extends SpruceSchema.Schema {
|
|
297
|
+
id: 'schemaTemplateItemBuildingFailed',
|
|
298
|
+
namespace: 'SpruceCli',
|
|
299
|
+
name: 'Schema template item building failed',
|
|
300
|
+
fields: {
|
|
301
|
+
/** . */
|
|
302
|
+
'schemaId': {
|
|
303
|
+
type: 'text',
|
|
304
|
+
isRequired: true,
|
|
305
|
+
options: undefined
|
|
306
|
+
},
|
|
307
|
+
/** . */
|
|
308
|
+
'schemaNamespace': {
|
|
309
|
+
type: 'text',
|
|
310
|
+
isRequired: true,
|
|
311
|
+
options: undefined
|
|
312
|
+
},
|
|
313
|
+
/** . */
|
|
314
|
+
'fieldName': {
|
|
315
|
+
type: 'text',
|
|
316
|
+
isRequired: true,
|
|
317
|
+
options: undefined
|
|
318
|
+
},
|
|
319
|
+
/** . */
|
|
320
|
+
'fieldOptions': {
|
|
321
|
+
type: 'raw',
|
|
322
|
+
isRequired: true,
|
|
323
|
+
options: {valueType: `Record<string, any>`,}
|
|
324
|
+
},
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export type SchemaTemplateItemBuildingFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailedSchema>
|
|
329
|
+
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
export declare namespace SpruceErrors.SpruceCli {
|
|
334
|
+
|
|
335
|
+
/** The definition file failed to import */
|
|
336
|
+
export interface SchemaFailedToImport {
|
|
337
|
+
|
|
338
|
+
/** File. The file definition file I tried to import */
|
|
339
|
+
'file': string
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface SchemaFailedToImportSchema extends SpruceSchema.Schema {
|
|
343
|
+
id: 'schemaFailedToImport',
|
|
344
|
+
namespace: 'SpruceCli',
|
|
345
|
+
name: 'Definition failed to import',
|
|
346
|
+
description: 'The definition file failed to import',
|
|
347
|
+
fields: {
|
|
348
|
+
/** File. The file definition file I tried to import */
|
|
349
|
+
'file': {
|
|
350
|
+
label: 'File',
|
|
351
|
+
type: 'text',
|
|
352
|
+
isRequired: true,
|
|
353
|
+
hint: 'The file definition file I tried to import',
|
|
354
|
+
options: undefined
|
|
355
|
+
},
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export type SchemaFailedToImportEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaFailedToImportSchema>
|
|
180
360
|
|
|
181
|
-
export type SkillNotFoundEntity =
|
|
182
|
-
SchemaEntity<SpruceErrors.SpruceCli.SkillNotFoundSchema>
|
|
183
361
|
}
|
|
184
362
|
|
|
363
|
+
|
|
185
364
|
export declare namespace SpruceErrors.SpruceCli {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
/** . */
|
|
221
|
-
fieldOptions: {
|
|
222
|
-
type: 'raw'
|
|
223
|
-
isRequired: true
|
|
224
|
-
options: { valueType: `Record<string, any>` }
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
export type SchemaTemplateItemBuildingFailedEntity =
|
|
230
|
-
SchemaEntity<SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailedSchema>
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
export interface SchemaExists {
|
|
368
|
+
|
|
369
|
+
/** Schema id. */
|
|
370
|
+
'schemaId': string
|
|
371
|
+
/** Destination. */
|
|
372
|
+
'destination'?: string| undefined | null
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface SchemaExistsSchema extends SpruceSchema.Schema {
|
|
376
|
+
id: 'schemaExists',
|
|
377
|
+
namespace: 'SpruceCli',
|
|
378
|
+
name: 'Schema exists',
|
|
379
|
+
fields: {
|
|
380
|
+
/** Schema id. */
|
|
381
|
+
'schemaId': {
|
|
382
|
+
label: 'Schema id',
|
|
383
|
+
type: 'text',
|
|
384
|
+
isRequired: true,
|
|
385
|
+
options: undefined
|
|
386
|
+
},
|
|
387
|
+
/** Destination. */
|
|
388
|
+
'destination': {
|
|
389
|
+
label: 'Destination',
|
|
390
|
+
type: 'text',
|
|
391
|
+
options: undefined
|
|
392
|
+
},
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export type SchemaExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaExistsSchema>
|
|
397
|
+
|
|
231
398
|
}
|
|
232
399
|
|
|
400
|
+
|
|
233
401
|
export declare namespace SpruceErrors.SpruceCli {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
isRequired: true
|
|
251
|
-
hint: 'The file definition file I tried to import'
|
|
252
|
-
options: undefined
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
export type SchemaFailedToImportEntity =
|
|
258
|
-
SchemaEntity<SpruceErrors.SpruceCli.SchemaFailedToImportSchema>
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
export interface NotLoggedIn {
|
|
405
|
+
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface NotLoggedInSchema extends SpruceSchema.Schema {
|
|
409
|
+
id: 'notLoggedIn',
|
|
410
|
+
namespace: 'SpruceCli',
|
|
411
|
+
name: 'Not logged in',
|
|
412
|
+
fields: {
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
export type NotLoggedInEntity = SchemaEntity<SpruceErrors.SpruceCli.NotLoggedInSchema>
|
|
417
|
+
|
|
259
418
|
}
|
|
260
419
|
|
|
420
|
+
|
|
261
421
|
export declare namespace SpruceErrors.SpruceCli {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
options: undefined
|
|
280
|
-
}
|
|
281
|
-
/** Destination. */
|
|
282
|
-
destination: {
|
|
283
|
-
label: 'Destination'
|
|
284
|
-
type: 'text'
|
|
285
|
-
options: undefined
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
export type SchemaExistsEntity =
|
|
291
|
-
SchemaEntity<SpruceErrors.SpruceCli.SchemaExistsSchema>
|
|
422
|
+
|
|
423
|
+
/** This feature has not been implemented */
|
|
424
|
+
export interface NotImplemented {
|
|
425
|
+
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface NotImplementedSchema extends SpruceSchema.Schema {
|
|
429
|
+
id: 'notImplemented',
|
|
430
|
+
namespace: 'SpruceCli',
|
|
431
|
+
name: 'Not implemented',
|
|
432
|
+
description: 'This feature has not been implemented',
|
|
433
|
+
fields: {
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export type NotImplementedEntity = SchemaEntity<SpruceErrors.SpruceCli.NotImplementedSchema>
|
|
438
|
+
|
|
292
439
|
}
|
|
293
440
|
|
|
441
|
+
|
|
294
442
|
export declare namespace SpruceErrors.SpruceCli {
|
|
295
|
-
export interface NotLoggedIn {}
|
|
296
443
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
444
|
+
|
|
445
|
+
export interface NoSkillsRegistered {
|
|
446
|
+
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export interface NoSkillsRegisteredSchema extends SpruceSchema.Schema {
|
|
450
|
+
id: 'noSkillsRegistered',
|
|
451
|
+
namespace: 'SpruceCli',
|
|
452
|
+
name: 'No skills registered',
|
|
453
|
+
fields: {
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export type NoSkillsRegisteredEntity = SchemaEntity<SpruceErrors.SpruceCli.NoSkillsRegisteredSchema>
|
|
303
458
|
|
|
304
|
-
export type NotLoggedInEntity =
|
|
305
|
-
SchemaEntity<SpruceErrors.SpruceCli.NotLoggedInSchema>
|
|
306
459
|
}
|
|
307
460
|
|
|
461
|
+
|
|
308
462
|
export declare namespace SpruceErrors.SpruceCli {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
export interface NoOrganizationsFound {
|
|
466
|
+
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface NoOrganizationsFoundSchema extends SpruceSchema.Schema {
|
|
470
|
+
id: 'noOrganizationsFound',
|
|
471
|
+
namespace: 'SpruceCli',
|
|
472
|
+
name: 'no organizations found',
|
|
473
|
+
fields: {
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export type NoOrganizationsFoundEntity = SchemaEntity<SpruceErrors.SpruceCli.NoOrganizationsFoundSchema>
|
|
478
|
+
|
|
322
479
|
}
|
|
323
480
|
|
|
481
|
+
|
|
324
482
|
export declare namespace SpruceErrors.SpruceCli {
|
|
325
|
-
export interface NoSkillsRegistered {}
|
|
326
483
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
484
|
+
|
|
485
|
+
export interface MissingDependenciesDependency {
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
'name': string
|
|
489
|
+
|
|
490
|
+
'hint': string
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface MissingDependenciesDependencySchema extends SpruceSchema.Schema {
|
|
494
|
+
id: 'missingDependenciesDependency',
|
|
495
|
+
namespace: 'SpruceCli',
|
|
496
|
+
name: '',
|
|
497
|
+
fields: {
|
|
498
|
+
/** . */
|
|
499
|
+
'name': {
|
|
500
|
+
type: 'text',
|
|
501
|
+
isRequired: true,
|
|
502
|
+
options: undefined
|
|
503
|
+
},
|
|
504
|
+
/** . */
|
|
505
|
+
'hint': {
|
|
506
|
+
type: 'text',
|
|
507
|
+
isRequired: true,
|
|
508
|
+
options: undefined
|
|
509
|
+
},
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export type MissingDependenciesDependencyEntity = SchemaEntity<SpruceErrors.SpruceCli.MissingDependenciesDependencySchema>
|
|
333
514
|
|
|
334
|
-
export type NoSkillsRegisteredEntity =
|
|
335
|
-
SchemaEntity<SpruceErrors.SpruceCli.NoSkillsRegisteredSchema>
|
|
336
515
|
}
|
|
337
516
|
|
|
517
|
+
|
|
338
518
|
export declare namespace SpruceErrors.SpruceCli {
|
|
339
|
-
export interface NoOrganizationsFound {}
|
|
340
519
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
520
|
+
|
|
521
|
+
export interface MissingDependencies {
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
'dependencies': SpruceErrors.SpruceCli.MissingDependenciesDependency[]
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface MissingDependenciesSchema extends SpruceSchema.Schema {
|
|
528
|
+
id: 'missingDependencies',
|
|
529
|
+
namespace: 'SpruceCli',
|
|
530
|
+
name: 'Missing dependencies',
|
|
531
|
+
fields: {
|
|
532
|
+
/** . */
|
|
533
|
+
'dependencies': {
|
|
534
|
+
type: 'schema',
|
|
535
|
+
isRequired: true,
|
|
536
|
+
isArray: true,
|
|
537
|
+
options: {schema: SpruceErrors.SpruceCli.MissingDependenciesDependencySchema,}
|
|
538
|
+
},
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
export type MissingDependenciesEntity = SchemaEntity<SpruceErrors.SpruceCli.MissingDependenciesSchema>
|
|
347
543
|
|
|
348
|
-
export type NoOrganizationsFoundEntity =
|
|
349
|
-
SchemaEntity<SpruceErrors.SpruceCli.NoOrganizationsFoundSchema>
|
|
350
544
|
}
|
|
351
545
|
|
|
546
|
+
|
|
352
547
|
export declare namespace SpruceErrors.SpruceCli {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export type MissingDependenciesDependencyEntity =
|
|
381
|
-
SchemaEntity<SpruceErrors.SpruceCli.MissingDependenciesDependencySchema>
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
export interface MercuryResponseError {
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
'responseErrors': (AbstractSpruceError<any>)[]
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
export interface MercuryResponseErrorSchema extends SpruceSchema.Schema {
|
|
557
|
+
id: 'mercuryResponseError',
|
|
558
|
+
namespace: 'SpruceCli',
|
|
559
|
+
name: 'Mercury response error',
|
|
560
|
+
fields: {
|
|
561
|
+
/** . */
|
|
562
|
+
'responseErrors': {
|
|
563
|
+
type: 'raw',
|
|
564
|
+
isRequired: true,
|
|
565
|
+
isArray: true,
|
|
566
|
+
options: {valueType: `AbstractSpruceError<any>`,}
|
|
567
|
+
},
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export type MercuryResponseErrorEntity = SchemaEntity<SpruceErrors.SpruceCli.MercuryResponseErrorSchema>
|
|
572
|
+
|
|
382
573
|
}
|
|
383
574
|
|
|
575
|
+
|
|
384
576
|
export declare namespace SpruceErrors.SpruceCli {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
577
|
+
|
|
578
|
+
/** When linting a file fails */
|
|
579
|
+
export interface LintFailed {
|
|
580
|
+
|
|
581
|
+
/** Pattern. The pattern used to match files relative to the root of the skill */
|
|
582
|
+
'pattern': string
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface LintFailedSchema extends SpruceSchema.Schema {
|
|
586
|
+
id: 'lintFailed',
|
|
587
|
+
namespace: 'SpruceCli',
|
|
588
|
+
name: 'Lint failed!',
|
|
589
|
+
description: 'When linting a file fails',
|
|
590
|
+
fields: {
|
|
591
|
+
/** Pattern. The pattern used to match files relative to the root of the skill */
|
|
592
|
+
'pattern': {
|
|
593
|
+
label: 'Pattern',
|
|
594
|
+
type: 'text',
|
|
595
|
+
isRequired: true,
|
|
596
|
+
hint: 'The pattern used to match files relative to the root of the skill',
|
|
597
|
+
options: undefined
|
|
598
|
+
},
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export type LintFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.LintFailedSchema>
|
|
603
|
+
|
|
408
604
|
}
|
|
409
605
|
|
|
606
|
+
|
|
410
607
|
export declare namespace SpruceErrors.SpruceCli {
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
export interface InvalidTestDirectory {
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
'dir': string
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export interface InvalidTestDirectorySchema extends SpruceSchema.Schema {
|
|
617
|
+
id: 'invalidTestDirectory',
|
|
618
|
+
namespace: 'SpruceCli',
|
|
619
|
+
name: 'invalid test directory',
|
|
620
|
+
fields: {
|
|
621
|
+
/** . */
|
|
622
|
+
'dir': {
|
|
623
|
+
type: 'text',
|
|
624
|
+
isRequired: true,
|
|
625
|
+
options: undefined
|
|
626
|
+
},
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export type InvalidTestDirectoryEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidTestDirectorySchema>
|
|
631
|
+
|
|
432
632
|
}
|
|
433
633
|
|
|
634
|
+
|
|
434
635
|
export declare namespace SpruceErrors.SpruceCli {
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
SchemaEntity<SpruceErrors.SpruceCli.LintFailedSchema>
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
export interface InvalidFeatureCode {
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
'featureCode': string
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
export interface InvalidFeatureCodeSchema extends SpruceSchema.Schema {
|
|
645
|
+
id: 'invalidFeatureCode',
|
|
646
|
+
namespace: 'SpruceCli',
|
|
647
|
+
name: 'Invalid feature code',
|
|
648
|
+
fields: {
|
|
649
|
+
/** . */
|
|
650
|
+
'featureCode': {
|
|
651
|
+
type: 'text',
|
|
652
|
+
isRequired: true,
|
|
653
|
+
options: undefined
|
|
654
|
+
},
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
export type InvalidFeatureCodeEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidFeatureCodeSchema>
|
|
659
|
+
|
|
460
660
|
}
|
|
461
661
|
|
|
662
|
+
|
|
462
663
|
export declare namespace SpruceErrors.SpruceCli {
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
export interface InvalidEventContract {
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
'fullyQualifiedEventName': string
|
|
670
|
+
|
|
671
|
+
'brokenProperty': string
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export interface InvalidEventContractSchema extends SpruceSchema.Schema {
|
|
675
|
+
id: 'invalidEventContract',
|
|
676
|
+
namespace: 'SpruceCli',
|
|
677
|
+
name: 'invalid event contract',
|
|
678
|
+
fields: {
|
|
679
|
+
/** . */
|
|
680
|
+
'fullyQualifiedEventName': {
|
|
681
|
+
type: 'text',
|
|
682
|
+
isRequired: true,
|
|
683
|
+
options: undefined
|
|
684
|
+
},
|
|
685
|
+
/** . */
|
|
686
|
+
'brokenProperty': {
|
|
687
|
+
type: 'text',
|
|
688
|
+
isRequired: true,
|
|
689
|
+
options: undefined
|
|
690
|
+
},
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export type InvalidEventContractEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidEventContractSchema>
|
|
695
|
+
|
|
483
696
|
}
|
|
484
697
|
|
|
698
|
+
|
|
485
699
|
export declare namespace SpruceErrors.SpruceCli {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
700
|
+
|
|
701
|
+
/** The command is not valid, try --help */
|
|
702
|
+
export interface InvalidCommand {
|
|
703
|
+
|
|
704
|
+
/** args. */
|
|
705
|
+
'args': string[]
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface InvalidCommandSchema extends SpruceSchema.Schema {
|
|
709
|
+
id: 'invalidCommand',
|
|
710
|
+
namespace: 'SpruceCli',
|
|
711
|
+
name: 'Invalid command',
|
|
712
|
+
description: 'The command is not valid, try --help',
|
|
713
|
+
fields: {
|
|
714
|
+
/** args. */
|
|
715
|
+
'args': {
|
|
716
|
+
label: 'args',
|
|
717
|
+
type: 'text',
|
|
718
|
+
isRequired: true,
|
|
719
|
+
isArray: true,
|
|
720
|
+
options: undefined
|
|
721
|
+
},
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export type InvalidCommandEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidCommandSchema>
|
|
726
|
+
|
|
506
727
|
}
|
|
507
728
|
|
|
729
|
+
|
|
508
730
|
export declare namespace SpruceErrors.SpruceCli {
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
export type InvalidEventContractEntity =
|
|
536
|
-
SchemaEntity<SpruceErrors.SpruceCli.InvalidEventContractSchema>
|
|
731
|
+
|
|
732
|
+
/** When you're too lazy to make a new error */
|
|
733
|
+
export interface Generic {
|
|
734
|
+
|
|
735
|
+
/** Friendly message. */
|
|
736
|
+
'friendlyMessageSet'?: string| undefined | null
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
export interface GenericSchema extends SpruceSchema.Schema {
|
|
740
|
+
id: 'generic',
|
|
741
|
+
namespace: 'SpruceCli',
|
|
742
|
+
name: 'generic',
|
|
743
|
+
description: 'When you\'re too lazy to make a new error',
|
|
744
|
+
fields: {
|
|
745
|
+
/** Friendly message. */
|
|
746
|
+
'friendlyMessageSet': {
|
|
747
|
+
label: 'Friendly message',
|
|
748
|
+
type: 'text',
|
|
749
|
+
options: undefined
|
|
750
|
+
},
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
export type GenericEntity = SchemaEntity<SpruceErrors.SpruceCli.GenericSchema>
|
|
755
|
+
|
|
537
756
|
}
|
|
538
757
|
|
|
758
|
+
|
|
539
759
|
export declare namespace SpruceErrors.SpruceCli {
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
760
|
+
|
|
761
|
+
/** The file already exists */
|
|
762
|
+
export interface FileExists {
|
|
763
|
+
|
|
764
|
+
/** File. The file being created */
|
|
765
|
+
'file': string
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export interface FileExistsSchema extends SpruceSchema.Schema {
|
|
769
|
+
id: 'fileExists',
|
|
770
|
+
namespace: 'SpruceCli',
|
|
771
|
+
name: 'fileExists',
|
|
772
|
+
description: 'The file already exists',
|
|
773
|
+
fields: {
|
|
774
|
+
/** File. The file being created */
|
|
775
|
+
'file': {
|
|
776
|
+
label: 'File',
|
|
777
|
+
type: 'text',
|
|
778
|
+
isRequired: true,
|
|
779
|
+
hint: 'The file being created',
|
|
780
|
+
options: undefined
|
|
781
|
+
},
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
export type FileExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.FileExistsSchema>
|
|
786
|
+
|
|
565
787
|
}
|
|
566
788
|
|
|
789
|
+
|
|
567
790
|
export declare namespace SpruceErrors.SpruceCli {
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
export interface FeatureNotInstalled {
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
'featureCode': string
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface FeatureNotInstalledSchema extends SpruceSchema.Schema {
|
|
800
|
+
id: 'featureNotInstalled',
|
|
801
|
+
namespace: 'SpruceCli',
|
|
802
|
+
name: 'Feature not installed',
|
|
803
|
+
fields: {
|
|
804
|
+
/** . */
|
|
805
|
+
'featureCode': {
|
|
806
|
+
type: 'text',
|
|
807
|
+
isRequired: true,
|
|
808
|
+
options: undefined
|
|
809
|
+
},
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
export type FeatureNotInstalledEntity = SchemaEntity<SpruceErrors.SpruceCli.FeatureNotInstalledSchema>
|
|
814
|
+
|
|
591
815
|
}
|
|
592
816
|
|
|
817
|
+
|
|
593
818
|
export declare namespace SpruceErrors.SpruceCli {
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
819
|
+
|
|
820
|
+
/** Failed to import a file through VM */
|
|
821
|
+
export interface FailedToImport {
|
|
822
|
+
|
|
823
|
+
/** File. The file I tried to import */
|
|
824
|
+
'file': string
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export interface FailedToImportSchema extends SpruceSchema.Schema {
|
|
828
|
+
id: 'failedToImport',
|
|
829
|
+
namespace: 'SpruceCli',
|
|
830
|
+
name: 'FailedToImport',
|
|
831
|
+
description: 'Failed to import a file through VM',
|
|
832
|
+
fields: {
|
|
833
|
+
/** File. The file I tried to import */
|
|
834
|
+
'file': {
|
|
835
|
+
label: 'File',
|
|
836
|
+
type: 'text',
|
|
837
|
+
isRequired: true,
|
|
838
|
+
hint: 'The file I tried to import',
|
|
839
|
+
options: undefined
|
|
840
|
+
},
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
export type FailedToImportEntity = SchemaEntity<SpruceErrors.SpruceCli.FailedToImportSchema>
|
|
845
|
+
|
|
619
846
|
}
|
|
620
847
|
|
|
848
|
+
|
|
621
849
|
export declare namespace SpruceErrors.SpruceCli {
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
850
|
+
|
|
851
|
+
/** The command that was being executed failed */
|
|
852
|
+
export interface ExecutingCommandFailed {
|
|
853
|
+
|
|
854
|
+
/** The command being run. */
|
|
855
|
+
'cmd'?: string| undefined | null
|
|
856
|
+
/** Args. */
|
|
857
|
+
'args'?: string[]| undefined | null
|
|
858
|
+
/** Cwd. */
|
|
859
|
+
'cwd'?: string| undefined | null
|
|
860
|
+
/** Stdout. */
|
|
861
|
+
'stdout'?: string| undefined | null
|
|
862
|
+
/** stderr. */
|
|
863
|
+
'stderr'?: string| undefined | null
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
export interface ExecutingCommandFailedSchema extends SpruceSchema.Schema {
|
|
867
|
+
id: 'executingCommandFailed',
|
|
868
|
+
namespace: 'SpruceCli',
|
|
869
|
+
name: 'Executing command failed',
|
|
870
|
+
description: 'The command that was being executed failed',
|
|
871
|
+
fields: {
|
|
872
|
+
/** The command being run. */
|
|
873
|
+
'cmd': {
|
|
874
|
+
label: 'The command being run',
|
|
875
|
+
type: 'text',
|
|
876
|
+
options: undefined
|
|
877
|
+
},
|
|
878
|
+
/** Args. */
|
|
879
|
+
'args': {
|
|
880
|
+
label: 'Args',
|
|
881
|
+
type: 'text',
|
|
882
|
+
isArray: true,
|
|
883
|
+
options: undefined
|
|
884
|
+
},
|
|
885
|
+
/** Cwd. */
|
|
886
|
+
'cwd': {
|
|
887
|
+
label: 'Cwd',
|
|
888
|
+
type: 'text',
|
|
889
|
+
options: undefined
|
|
890
|
+
},
|
|
891
|
+
/** Stdout. */
|
|
892
|
+
'stdout': {
|
|
893
|
+
label: 'Stdout',
|
|
894
|
+
type: 'text',
|
|
895
|
+
options: undefined
|
|
896
|
+
},
|
|
897
|
+
/** stderr. */
|
|
898
|
+
'stderr': {
|
|
899
|
+
label: 'stderr',
|
|
900
|
+
type: 'text',
|
|
901
|
+
options: undefined
|
|
902
|
+
},
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export type ExecutingCommandFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.ExecutingCommandFailedSchema>
|
|
907
|
+
|
|
642
908
|
}
|
|
643
909
|
|
|
910
|
+
|
|
644
911
|
export declare namespace SpruceErrors.SpruceCli {
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
isRequired: true
|
|
662
|
-
hint: 'The file I tried to import'
|
|
663
|
-
options: undefined
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
export type FailedToImportEntity =
|
|
669
|
-
SchemaEntity<SpruceErrors.SpruceCli.FailedToImportSchema>
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
export interface DockerNotStarted {
|
|
915
|
+
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
export interface DockerNotStartedSchema extends SpruceSchema.Schema {
|
|
919
|
+
id: 'dockerNotStarted',
|
|
920
|
+
namespace: 'SpruceCli',
|
|
921
|
+
name: 'Docker not started',
|
|
922
|
+
fields: {
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export type DockerNotStartedEntity = SchemaEntity<SpruceErrors.SpruceCli.DockerNotStartedSchema>
|
|
927
|
+
|
|
670
928
|
}
|
|
671
929
|
|
|
930
|
+
|
|
672
931
|
export declare namespace SpruceErrors.SpruceCli {
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
namespace: 'SpruceCli'
|
|
690
|
-
name: 'Executing command failed'
|
|
691
|
-
description: 'The command that was being executed failed'
|
|
692
|
-
fields: {
|
|
693
|
-
/** The command being run. */
|
|
694
|
-
cmd: {
|
|
695
|
-
label: 'The command being run'
|
|
696
|
-
type: 'text'
|
|
697
|
-
options: undefined
|
|
698
|
-
}
|
|
699
|
-
/** Args. */
|
|
700
|
-
args: {
|
|
701
|
-
label: 'Args'
|
|
702
|
-
type: 'text'
|
|
703
|
-
isArray: true
|
|
704
|
-
options: undefined
|
|
705
|
-
}
|
|
706
|
-
/** Cwd. */
|
|
707
|
-
cwd: {
|
|
708
|
-
label: 'Cwd'
|
|
709
|
-
type: 'text'
|
|
710
|
-
options: undefined
|
|
711
|
-
}
|
|
712
|
-
/** Stdout. */
|
|
713
|
-
stdout: {
|
|
714
|
-
label: 'Stdout'
|
|
715
|
-
type: 'text'
|
|
716
|
-
options: undefined
|
|
717
|
-
}
|
|
718
|
-
/** stderr. */
|
|
719
|
-
stderr: {
|
|
720
|
-
label: 'stderr'
|
|
721
|
-
type: 'text'
|
|
722
|
-
options: undefined
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
export type ExecutingCommandFailedEntity =
|
|
728
|
-
SchemaEntity<SpruceErrors.SpruceCli.ExecutingCommandFailedSchema>
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
export interface DirectoryNotSkill {
|
|
935
|
+
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
export interface DirectoryNotSkillSchema extends SpruceSchema.Schema {
|
|
939
|
+
id: 'directoryNotSkill',
|
|
940
|
+
namespace: 'SpruceCli',
|
|
941
|
+
name: 'Dir not skill',
|
|
942
|
+
fields: {
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
export type DirectoryNotSkillEntity = SchemaEntity<SpruceErrors.SpruceCli.DirectoryNotSkillSchema>
|
|
947
|
+
|
|
729
948
|
}
|
|
730
949
|
|
|
950
|
+
|
|
731
951
|
export declare namespace SpruceErrors.SpruceCli {
|
|
732
|
-
export interface DockerNotStarted {}
|
|
733
952
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
953
|
+
|
|
954
|
+
export interface DirectoryEmpty {
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
'directory': string
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
export interface DirectoryEmptySchema extends SpruceSchema.Schema {
|
|
961
|
+
id: 'directoryEmpty',
|
|
962
|
+
namespace: 'SpruceCli',
|
|
963
|
+
name: 'directory empty',
|
|
964
|
+
fields: {
|
|
965
|
+
/** . */
|
|
966
|
+
'directory': {
|
|
967
|
+
type: 'text',
|
|
968
|
+
isRequired: true,
|
|
969
|
+
options: undefined
|
|
970
|
+
},
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export type DirectoryEmptyEntity = SchemaEntity<SpruceErrors.SpruceCli.DirectoryEmptySchema>
|
|
740
975
|
|
|
741
|
-
export type DockerNotStartedEntity =
|
|
742
|
-
SchemaEntity<SpruceErrors.SpruceCli.DockerNotStartedSchema>
|
|
743
976
|
}
|
|
744
977
|
|
|
978
|
+
|
|
745
979
|
export declare namespace SpruceErrors.SpruceCli {
|
|
746
|
-
export interface DirectoryNotSkill {}
|
|
747
980
|
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
981
|
+
|
|
982
|
+
export interface DeployFailed {
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
'stage': ("skill" | "building" | "testing" | "git" | "procfile" | "remote" | "heroku")
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
export interface DeployFailedSchema extends SpruceSchema.Schema {
|
|
989
|
+
id: 'deployFailed',
|
|
990
|
+
namespace: 'SpruceCli',
|
|
991
|
+
name: 'Deploy Failed',
|
|
992
|
+
fields: {
|
|
993
|
+
/** . */
|
|
994
|
+
'stage': {
|
|
995
|
+
type: 'select',
|
|
996
|
+
isRequired: true,
|
|
997
|
+
options: {choices: [{"label":"Skill","value":"skill"},{"label":"Building","value":"building"},{"label":"Testing","value":"testing"},{"label":"Git","value":"git"},{"label":"Procfile","value":"procfile"},{"label":"Remote","value":"remote"},{"label":"Heroku","value":"heroku"}],}
|
|
998
|
+
},
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export type DeployFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.DeployFailedSchema>
|
|
754
1003
|
|
|
755
|
-
export type DirectoryNotSkillEntity =
|
|
756
|
-
SchemaEntity<SpruceErrors.SpruceCli.DirectoryNotSkillSchema>
|
|
757
1004
|
}
|
|
758
1005
|
|
|
1006
|
+
|
|
759
1007
|
export declare namespace SpruceErrors.SpruceCli {
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
export interface DependencyExists {
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
'namespace': string
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
export interface DependencyExistsSchema extends SpruceSchema.Schema {
|
|
1017
|
+
id: 'dependencyExists',
|
|
1018
|
+
namespace: 'SpruceCli',
|
|
1019
|
+
name: 'Dependency exists',
|
|
1020
|
+
fields: {
|
|
1021
|
+
/** . */
|
|
1022
|
+
'namespace': {
|
|
1023
|
+
type: 'text',
|
|
1024
|
+
isRequired: true,
|
|
1025
|
+
options: undefined
|
|
1026
|
+
},
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export type DependencyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.DependencyExistsSchema>
|
|
1031
|
+
|
|
780
1032
|
}
|
|
781
1033
|
|
|
1034
|
+
|
|
782
1035
|
export declare namespace SpruceErrors.SpruceCli {
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
1036
|
+
|
|
1037
|
+
/** Autoloader creation failed */
|
|
1038
|
+
export interface CreateAutoloaderFailed {
|
|
1039
|
+
|
|
1040
|
+
/** The globby pattern used to find files. Globby pattern */
|
|
1041
|
+
'globbyPattern': string
|
|
1042
|
+
/** The files that were loaded. The files that were loaded */
|
|
1043
|
+
'filePaths': string[]
|
|
1044
|
+
/** The suffix for classes to autoload. Class suffix */
|
|
1045
|
+
'suffix': string
|
|
1046
|
+
/** The directory we're trying to create the autoloader for. Directory to autoload */
|
|
1047
|
+
'directory': string
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
export interface CreateAutoloaderFailedSchema extends SpruceSchema.Schema {
|
|
1051
|
+
id: 'createAutoloaderFailed',
|
|
1052
|
+
namespace: 'SpruceCli',
|
|
1053
|
+
name: 'Could not create an autoloader',
|
|
1054
|
+
description: 'Autoloader creation failed',
|
|
1055
|
+
fields: {
|
|
1056
|
+
/** The globby pattern used to find files. Globby pattern */
|
|
1057
|
+
'globbyPattern': {
|
|
1058
|
+
label: 'The globby pattern used to find files',
|
|
1059
|
+
type: 'text',
|
|
1060
|
+
isRequired: true,
|
|
1061
|
+
hint: 'Globby pattern',
|
|
1062
|
+
options: undefined
|
|
1063
|
+
},
|
|
1064
|
+
/** The files that were loaded. The files that were loaded */
|
|
1065
|
+
'filePaths': {
|
|
1066
|
+
label: 'The files that were loaded',
|
|
1067
|
+
type: 'text',
|
|
1068
|
+
isRequired: true,
|
|
1069
|
+
hint: 'The files that were loaded',
|
|
1070
|
+
isArray: true,
|
|
1071
|
+
options: undefined
|
|
1072
|
+
},
|
|
1073
|
+
/** The suffix for classes to autoload. Class suffix */
|
|
1074
|
+
'suffix': {
|
|
1075
|
+
label: 'The suffix for classes to autoload',
|
|
1076
|
+
type: 'text',
|
|
1077
|
+
isRequired: true,
|
|
1078
|
+
hint: 'Class suffix',
|
|
1079
|
+
options: undefined
|
|
1080
|
+
},
|
|
1081
|
+
/** The directory we're trying to create the autoloader for. Directory to autoload */
|
|
1082
|
+
'directory': {
|
|
1083
|
+
label: 'The directory we\'re trying to create the autoloader for',
|
|
1084
|
+
type: 'text',
|
|
1085
|
+
isRequired: true,
|
|
1086
|
+
hint: 'Directory to autoload',
|
|
1087
|
+
options: undefined
|
|
1088
|
+
},
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
export type CreateAutoloaderFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.CreateAutoloaderFailedSchema>
|
|
1093
|
+
|
|
820
1094
|
}
|
|
821
1095
|
|
|
1096
|
+
|
|
822
1097
|
export declare namespace SpruceErrors.SpruceCli {
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
1098
|
+
|
|
1099
|
+
/** This command has not yet been implemented */
|
|
1100
|
+
export interface CommandNotImplemented {
|
|
1101
|
+
|
|
1102
|
+
/** Command. the command being run! */
|
|
1103
|
+
'command': string
|
|
1104
|
+
/** Args. Arguments passed to the command */
|
|
1105
|
+
'args'?: string[]| undefined | null
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
export interface CommandNotImplementedSchema extends SpruceSchema.Schema {
|
|
1109
|
+
id: 'commandNotImplemented',
|
|
1110
|
+
namespace: 'SpruceCli',
|
|
1111
|
+
name: 'Command not implemented',
|
|
1112
|
+
description: 'This command has not yet been implemented ',
|
|
1113
|
+
fields: {
|
|
1114
|
+
/** Command. the command being run! */
|
|
1115
|
+
'command': {
|
|
1116
|
+
label: 'Command',
|
|
1117
|
+
type: 'text',
|
|
1118
|
+
isRequired: true,
|
|
1119
|
+
hint: 'the command being run!',
|
|
1120
|
+
options: undefined
|
|
1121
|
+
},
|
|
1122
|
+
/** Args. Arguments passed to the command */
|
|
1123
|
+
'args': {
|
|
1124
|
+
label: 'Args',
|
|
1125
|
+
type: 'text',
|
|
1126
|
+
hint: 'Arguments passed to the command',
|
|
1127
|
+
isArray: true,
|
|
1128
|
+
options: undefined
|
|
1129
|
+
},
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export type CommandNotImplementedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandNotImplementedSchema>
|
|
1134
|
+
|
|
843
1135
|
}
|
|
844
1136
|
|
|
1137
|
+
|
|
845
1138
|
export declare namespace SpruceErrors.SpruceCli {
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
isArray: true
|
|
879
|
-
options: undefined
|
|
880
|
-
}
|
|
881
|
-
/** The suffix for classes to autoload. Class suffix */
|
|
882
|
-
suffix: {
|
|
883
|
-
label: 'The suffix for classes to autoload'
|
|
884
|
-
type: 'text'
|
|
885
|
-
isRequired: true
|
|
886
|
-
hint: 'Class suffix'
|
|
887
|
-
options: undefined
|
|
888
|
-
}
|
|
889
|
-
/** The directory we're trying to create the autoloader for. Directory to autoload */
|
|
890
|
-
directory: {
|
|
891
|
-
label: "The directory we're trying to create the autoloader for"
|
|
892
|
-
type: 'text'
|
|
893
|
-
isRequired: true
|
|
894
|
-
hint: 'Directory to autoload'
|
|
895
|
-
options: undefined
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
export type CreateAutoloaderFailedEntity =
|
|
901
|
-
SchemaEntity<SpruceErrors.SpruceCli.CreateAutoloaderFailedSchema>
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
export interface CommandBlocked {
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
'command': string
|
|
1145
|
+
|
|
1146
|
+
'hint': string
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
export interface CommandBlockedSchema extends SpruceSchema.Schema {
|
|
1150
|
+
id: 'commandBlocked',
|
|
1151
|
+
namespace: 'SpruceCli',
|
|
1152
|
+
name: 'Command blocked',
|
|
1153
|
+
fields: {
|
|
1154
|
+
/** . */
|
|
1155
|
+
'command': {
|
|
1156
|
+
type: 'text',
|
|
1157
|
+
isRequired: true,
|
|
1158
|
+
options: undefined
|
|
1159
|
+
},
|
|
1160
|
+
/** . */
|
|
1161
|
+
'hint': {
|
|
1162
|
+
type: 'text',
|
|
1163
|
+
isRequired: true,
|
|
1164
|
+
options: undefined
|
|
1165
|
+
},
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export type CommandBlockedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandBlockedSchema>
|
|
1170
|
+
|
|
902
1171
|
}
|
|
903
1172
|
|
|
1173
|
+
|
|
904
1174
|
export declare namespace SpruceErrors.SpruceCli {
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
type: 'text'
|
|
931
|
-
hint: 'Arguments passed to the command'
|
|
932
|
-
isArray: true
|
|
933
|
-
options: undefined
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
export type CommandNotImplementedEntity =
|
|
939
|
-
SchemaEntity<SpruceErrors.SpruceCli.CommandNotImplementedSchema>
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
export interface CommandAborted {
|
|
1178
|
+
|
|
1179
|
+
/** Command. */
|
|
1180
|
+
'command': string
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
export interface CommandAbortedSchema extends SpruceSchema.Schema {
|
|
1184
|
+
id: 'commandAborted',
|
|
1185
|
+
namespace: 'SpruceCli',
|
|
1186
|
+
name: 'Command aborted',
|
|
1187
|
+
fields: {
|
|
1188
|
+
/** Command. */
|
|
1189
|
+
'command': {
|
|
1190
|
+
label: 'Command',
|
|
1191
|
+
type: 'text',
|
|
1192
|
+
isRequired: true,
|
|
1193
|
+
options: undefined
|
|
1194
|
+
},
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
export type CommandAbortedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandAbortedSchema>
|
|
1199
|
+
|
|
940
1200
|
}
|
|
941
1201
|
|
|
1202
|
+
|
|
942
1203
|
export declare namespace SpruceErrors.SpruceCli {
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
}
|
|
960
|
-
/** . */
|
|
961
|
-
hint: {
|
|
962
|
-
type: 'text'
|
|
963
|
-
isRequired: true
|
|
964
|
-
options: undefined
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
export type CommandBlockedEntity =
|
|
970
|
-
SchemaEntity<SpruceErrors.SpruceCli.CommandBlockedSchema>
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
export interface CannotPromptInCi {
|
|
1207
|
+
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
export interface CannotPromptInCiSchema extends SpruceSchema.Schema {
|
|
1211
|
+
id: 'cannotPromptInCi',
|
|
1212
|
+
namespace: 'SpruceCli',
|
|
1213
|
+
name: 'cannot prompt in ci',
|
|
1214
|
+
fields: {
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export type CannotPromptInCiEntity = SchemaEntity<SpruceErrors.SpruceCli.CannotPromptInCiSchema>
|
|
1219
|
+
|
|
971
1220
|
}
|
|
972
1221
|
|
|
1222
|
+
|
|
973
1223
|
export declare namespace SpruceErrors.SpruceCli {
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
export type CommandAbortedEntity =
|
|
995
|
-
SchemaEntity<SpruceErrors.SpruceCli.CommandAbortedSchema>
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
export interface CacheNotEnabled {
|
|
1227
|
+
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
export interface CacheNotEnabledSchema extends SpruceSchema.Schema {
|
|
1231
|
+
id: 'cacheNotEnabled',
|
|
1232
|
+
namespace: 'SpruceCli',
|
|
1233
|
+
name: 'Cache not enabled',
|
|
1234
|
+
fields: {
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export type CacheNotEnabledEntity = SchemaEntity<SpruceErrors.SpruceCli.CacheNotEnabledSchema>
|
|
1239
|
+
|
|
996
1240
|
}
|
|
997
1241
|
|
|
1242
|
+
|
|
998
1243
|
export declare namespace SpruceErrors.SpruceCli {
|
|
999
|
-
export interface CacheNotEnabled {}
|
|
1000
1244
|
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1245
|
+
/** Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility. */
|
|
1246
|
+
export interface BuildFailed {
|
|
1247
|
+
|
|
1248
|
+
/** File. File we wanted to build, if not set we wanted to build everything.. */
|
|
1249
|
+
'file'?: string| undefined | null
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
export interface BuildFailedSchema extends SpruceSchema.Schema {
|
|
1253
|
+
id: 'buildFailed',
|
|
1254
|
+
namespace: 'SpruceCli',
|
|
1255
|
+
name: 'BuildFailed',
|
|
1256
|
+
description: 'Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility.',
|
|
1257
|
+
fields: {
|
|
1258
|
+
/** File. File we wanted to build, if not set we wanted to build everything.. */
|
|
1259
|
+
'file': {
|
|
1260
|
+
label: 'File',
|
|
1261
|
+
type: 'text',
|
|
1262
|
+
hint: 'File we wanted to build, if not set we wanted to build everything..',
|
|
1263
|
+
options: undefined
|
|
1264
|
+
},
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
export type BuildFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.BuildFailedSchema>
|
|
1007
1269
|
|
|
1008
|
-
export type CacheNotEnabledEntity =
|
|
1009
|
-
SchemaEntity<SpruceErrors.SpruceCli.CacheNotEnabledSchema>
|
|
1010
1270
|
}
|
|
1011
1271
|
|
|
1272
|
+
|
|
1012
1273
|
export declare namespace SpruceErrors.SpruceCli {
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
hint: 'File we wanted to build, if not set we wanted to build everything..'
|
|
1030
|
-
options: undefined
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
export type BuildFailedEntity =
|
|
1036
|
-
SchemaEntity<SpruceErrors.SpruceCli.BuildFailedSchema>
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
export interface BootError {
|
|
1277
|
+
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
export interface BootErrorSchema extends SpruceSchema.Schema {
|
|
1281
|
+
id: 'bootError',
|
|
1282
|
+
namespace: 'SpruceCli',
|
|
1283
|
+
name: 'boot error',
|
|
1284
|
+
fields: {
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
export type BootErrorEntity = SchemaEntity<SpruceErrors.SpruceCli.BootErrorSchema>
|
|
1289
|
+
|
|
1037
1290
|
}
|
|
1038
1291
|
|
|
1292
|
+
|
|
1039
1293
|
export declare namespace SpruceErrors.SpruceCli {
|
|
1040
|
-
export interface BootError {}
|
|
1041
1294
|
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1295
|
+
|
|
1296
|
+
export interface AppViewControllerAlreadyExists {
|
|
1297
|
+
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
export interface AppViewControllerAlreadyExistsSchema extends SpruceSchema.Schema {
|
|
1301
|
+
id: 'appViewControllerAlreadyExists',
|
|
1302
|
+
namespace: 'SpruceCli',
|
|
1303
|
+
name: 'App view controller already exists',
|
|
1304
|
+
fields: {
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
export type AppViewControllerAlreadyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.AppViewControllerAlreadyExistsSchema>
|
|
1048
1309
|
|
|
1049
|
-
export type BootErrorEntity =
|
|
1050
|
-
SchemaEntity<SpruceErrors.SpruceCli.BootErrorSchema>
|
|
1051
1310
|
}
|
|
1052
1311
|
|
|
1312
|
+
|
|
1053
1313
|
export declare namespace SpruceErrors.SpruceCli {
|
|
1054
|
-
export interface ActionCancelled {}
|
|
1055
1314
|
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1315
|
+
|
|
1316
|
+
export interface ActionCancelled {
|
|
1317
|
+
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
export interface ActionCancelledSchema extends SpruceSchema.Schema {
|
|
1321
|
+
id: 'actionCancelled',
|
|
1322
|
+
namespace: 'SpruceCli',
|
|
1323
|
+
name: 'Action cancelled',
|
|
1324
|
+
fields: {
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export type ActionCancelledEntity = SchemaEntity<SpruceErrors.SpruceCli.ActionCancelledSchema>
|
|
1062
1329
|
|
|
1063
|
-
export type ActionCancelledEntity =
|
|
1064
|
-
SchemaEntity<SpruceErrors.SpruceCli.ActionCancelledSchema>
|
|
1065
1330
|
}
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|