@sprucelabs/spruce-cli 19.1.1 → 19.1.3
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/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.d.ts +0 -1
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +24 -59
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.d.ts +0 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +33 -83
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -1
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +1 -9
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +1 -1
- package/build/__tests__/implementation/EventStore.test.js +1 -1
- package/build/__tests__/implementation/EventStore.test.js.map +1 -1
- package/build/__tests__/implementation/ListenerStore.test.js +3 -4
- package/build/__tests__/implementation/ListenerStore.test.js.map +1 -1
- package/build/components/FormComponent.js +3 -3
- package/build/components/FormComponent.js.map +1 -1
- package/build/components/QuizComponent.js +3 -3
- package/build/components/QuizComponent.js.map +1 -1
- package/build/features/event/writers/EventWriter.js +0 -20
- package/build/features/event/writers/EventWriter.js.map +1 -1
- package/build/index.js +0 -0
- package/node_modules/@sprucelabs/globby/README.md +20 -0
- package/node_modules/@sprucelabs/globby/build/.spruce/settings.json +11 -0
- package/node_modules/@sprucelabs/globby/build/esm/globbyUtil.d.ts +7 -0
- package/node_modules/@sprucelabs/globby/build/esm/globbyUtil.js +28 -0
- package/node_modules/@sprucelabs/globby/build/esm/index.d.ts +2 -0
- package/node_modules/@sprucelabs/globby/build/esm/index.js +2 -0
- package/node_modules/@sprucelabs/globby/build/globbyUtil.d.ts +7 -0
- package/node_modules/@sprucelabs/globby/build/globbyUtil.js +22 -0
- package/node_modules/@sprucelabs/globby/build/index.d.ts +2 -0
- package/node_modules/@sprucelabs/globby/build/index.js +7 -0
- package/node_modules/@sprucelabs/globby/package.json +93 -0
- package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +4 -0
- package/node_modules/@typescript-eslint/parser/dist/index.d.ts +4 -0
- package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/parser/dist/index.js +5 -1
- package/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/parser/package.json +5 -5
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +21 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +15 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +4 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +23 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +2 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +15 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +24 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +3 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +14 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +11 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +1 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +3 -105
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +2 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +6 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +12 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +4 -0
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +1 -0
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +1 -1
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +1 -0
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts +1 -1
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/package.json +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +18 -5
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +2 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/package.json +4 -4
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +592 -592
- package/src/__tests__/behavioral/events/CreatingAnEvent.test.ts +0 -28
- package/src/__tests__/behavioral/events/KeepingEventsInSync2.test.ts +2 -61
- package/src/__tests__/behavioral/events/RegisteringEventsOnBoot.test.ts +0 -9
- package/src/__tests__/implementation/EventStore.test.ts +1 -1
- package/src/__tests__/implementation/ListenerStore.test.ts +0 -2
- package/src/features/event/writers/EventWriter.ts +0 -23
- package/.DS_Store +0 -0
- package/.env +0 -25
- package/.eslintcache +0 -1
- package/junit.xml +0 -7
- package/src/.DS_Store +0 -0
- package/yarn-error.log +0 -12174
|
@@ -95,7 +95,6 @@ export default class CreatingAnEventTest extends AbstractEventTest {
|
|
|
95
95
|
await this.assertExpectedTargetAndPayload(mixedResults, skill)
|
|
96
96
|
await this.assertExpectedPayloadSchemas(mixedResults)
|
|
97
97
|
await this.assertReturnsEventFromHealthCheck(cli, skill)
|
|
98
|
-
await this.createsExpectedPermissionContract(mixedResults)
|
|
99
98
|
await this.assertCreatesOptionsFile(mixedResults)
|
|
100
99
|
}
|
|
101
100
|
|
|
@@ -225,33 +224,6 @@ export default createFormEmitPayloadBuilder
|
|
|
225
224
|
assert.isTruthy(schema.fields?.target)
|
|
226
225
|
}
|
|
227
226
|
|
|
228
|
-
protected static async createsExpectedPermissionContract(results: any) {
|
|
229
|
-
const builders = [
|
|
230
|
-
{ filename: 'emitPermissions.builder.ts' },
|
|
231
|
-
{ filename: 'listenPermissions.builder.ts' },
|
|
232
|
-
]
|
|
233
|
-
|
|
234
|
-
for (const builder of builders) {
|
|
235
|
-
const { filename } = builder
|
|
236
|
-
|
|
237
|
-
const match = testUtil.assertFileByNameInGeneratedFiles(
|
|
238
|
-
filename,
|
|
239
|
-
results.files
|
|
240
|
-
)
|
|
241
|
-
|
|
242
|
-
const path = versionUtil.resolvePath(
|
|
243
|
-
this.cwd,
|
|
244
|
-
'src/events/',
|
|
245
|
-
EVENT_NAME,
|
|
246
|
-
'{{@latest}}',
|
|
247
|
-
filename
|
|
248
|
-
)
|
|
249
|
-
|
|
250
|
-
assert.isEqual(match, path)
|
|
251
|
-
assert.isTrue(diskUtil.doesFileExist(path))
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
227
|
private static async assertReturnsEventFromHealthCheck(
|
|
256
228
|
cli: CliInterface,
|
|
257
229
|
skill: RegisteredSkill
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import pathUtil from 'path'
|
|
2
2
|
import {
|
|
3
3
|
buildPermissionContract,
|
|
4
|
-
EventContract,
|
|
5
4
|
EventSignature,
|
|
6
5
|
} from '@sprucelabs/mercury-types'
|
|
7
6
|
import {
|
|
@@ -22,10 +21,6 @@ import AbstractEventTest from '../../../tests/AbstractEventTest'
|
|
|
22
21
|
import testUtil from '../../../tests/utilities/test.utility'
|
|
23
22
|
import { RegisteredSkill } from '../../../types/cli.types'
|
|
24
23
|
|
|
25
|
-
const EVENT_NAME_READABLE = 'my permission amazing event'
|
|
26
|
-
const EVENT_NAME = 'my-permission-amazing-event'
|
|
27
|
-
const EVENT_CAMEL = 'myPermissionAmazingEvent'
|
|
28
|
-
|
|
29
24
|
export default class KeepingEventsInSyncTest extends AbstractEventTest {
|
|
30
25
|
private static randomVersion = 'v2020_01_01'
|
|
31
26
|
|
|
@@ -183,13 +178,13 @@ export default class KeepingEventsInSyncTest extends AbstractEventTest {
|
|
|
183
178
|
assert.isTruthy(sig.emitPermissionContract)
|
|
184
179
|
assert.isEqual(
|
|
185
180
|
sig.emitPermissionContract.id,
|
|
186
|
-
|
|
181
|
+
`${skill2.slug}.myNewEventEmitPermissionContract`
|
|
187
182
|
)
|
|
188
183
|
assert.isEqual(sig.emitPermissionContract.permissions[0].id, 'can-emit')
|
|
189
184
|
assert.isTruthy(sig.listenPermissionContract)
|
|
190
185
|
assert.isEqual(
|
|
191
186
|
sig.listenPermissionContract.id,
|
|
192
|
-
|
|
187
|
+
`${skill2.slug}.myNewEventListenPermissionContract`
|
|
193
188
|
)
|
|
194
189
|
assert.isEqual(sig.listenPermissionContract.permissions[0].id, 'can-listen')
|
|
195
190
|
}
|
|
@@ -314,60 +309,6 @@ export default class KeepingEventsInSyncTest extends AbstractEventTest {
|
|
|
314
309
|
assert.isFalse(diskUtil.doesDirExist(dirname))
|
|
315
310
|
}
|
|
316
311
|
|
|
317
|
-
@test()
|
|
318
|
-
protected static async emptyPermissionsAreNotAddedToContract() {
|
|
319
|
-
await this.registerCurrentSkillAndInstallToOrg()
|
|
320
|
-
|
|
321
|
-
const results = await this.Action('event', 'create').execute({
|
|
322
|
-
nameReadable: EVENT_NAME_READABLE,
|
|
323
|
-
nameKebab: EVENT_NAME,
|
|
324
|
-
nameCamel: EVENT_CAMEL,
|
|
325
|
-
})
|
|
326
|
-
|
|
327
|
-
for (const file of [
|
|
328
|
-
'emitPermissions.builder.ts',
|
|
329
|
-
'listenPermissions.builder.ts',
|
|
330
|
-
]) {
|
|
331
|
-
const perms = testUtil.assertFileByNameInGeneratedFiles(
|
|
332
|
-
file,
|
|
333
|
-
results.files
|
|
334
|
-
)
|
|
335
|
-
|
|
336
|
-
diskUtil.writeFile(
|
|
337
|
-
perms,
|
|
338
|
-
`import {
|
|
339
|
-
buildPermissionContract
|
|
340
|
-
} from '@sprucelabs/mercury-types'
|
|
341
|
-
|
|
342
|
-
const myFantasticallyAmazingEventEmitPermissions = buildPermissionContract({
|
|
343
|
-
id: 'myFantasticallyAmazingEventEmitPermissions',
|
|
344
|
-
name: 'my fantastically amazing event',
|
|
345
|
-
description: undefined,
|
|
346
|
-
requireAllPermissions: false,
|
|
347
|
-
permissions: []
|
|
348
|
-
})
|
|
349
|
-
|
|
350
|
-
export default myFantasticallyAmazingEventEmitPermissions
|
|
351
|
-
`
|
|
352
|
-
)
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
const syncResults = await this.Action('event', 'sync').execute({})
|
|
356
|
-
|
|
357
|
-
const contractFile = testUtil.assertFileByNameInGeneratedFiles(
|
|
358
|
-
/myPermissionAmazingEvent\..*?\.contract\.ts/,
|
|
359
|
-
syncResults.files
|
|
360
|
-
)
|
|
361
|
-
|
|
362
|
-
const contract = (await this.Service('import').importDefault(
|
|
363
|
-
contractFile
|
|
364
|
-
)) as EventContract
|
|
365
|
-
|
|
366
|
-
const fqen = Object.keys(contract.eventSignatures)[0]
|
|
367
|
-
assert.isFalsy(contract.eventSignatures[fqen].emitPermissionContract)
|
|
368
|
-
assert.isFalsy(contract.eventSignatures[fqen].listenPermissionContract)
|
|
369
|
-
}
|
|
370
|
-
|
|
371
312
|
private static async syncCoreEventsPretendingToBeMercuryTypes() {
|
|
372
313
|
const results = await this.Action('event', 'sync').execute({
|
|
373
314
|
shouldSyncOnlyCoreEvents: true,
|
|
@@ -68,14 +68,5 @@ export default class RegisteringEventsOnBootTest extends AbstractEventTest {
|
|
|
68
68
|
version,
|
|
69
69
|
namespace,
|
|
70
70
|
})
|
|
71
|
-
assert.doesInclude(sig.emitPermissionContract, {
|
|
72
|
-
id: 'myFantasticallyAmazingEventEmitPermissions',
|
|
73
|
-
name: 'my fantastically amazing event',
|
|
74
|
-
})
|
|
75
|
-
|
|
76
|
-
assert.doesInclude(sig.listenPermissionContract, {
|
|
77
|
-
id: 'myFantasticallyAmazingEventListenPermissions',
|
|
78
|
-
name: 'my fantastically amazing event',
|
|
79
|
-
})
|
|
80
71
|
}
|
|
81
72
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { fake } from '@sprucelabs/spruce-test-fixtures'
|
|
2
1
|
import { test, assert } from '@sprucelabs/test-utils'
|
|
3
2
|
import AbstractCliTest from '../../tests/AbstractCliTest'
|
|
4
3
|
|
|
5
|
-
@fake.login()
|
|
6
4
|
export default class ListenerStoreTest extends AbstractCliTest {
|
|
7
5
|
@test()
|
|
8
6
|
protected static canCreateListenerStore() {
|
|
@@ -226,29 +226,6 @@ export default class EventWriter extends AbstractWriter {
|
|
|
226
226
|
description:
|
|
227
227
|
'The payload that every listener will need to respond with. Delete this file for events that are fire and forget.',
|
|
228
228
|
},
|
|
229
|
-
{
|
|
230
|
-
templateMethod: 'permissionContractBuilder',
|
|
231
|
-
name: 'emitPermissions.builder.ts',
|
|
232
|
-
action: 'generated',
|
|
233
|
-
description: 'Permissions someone else will need to emit your event.',
|
|
234
|
-
context: {
|
|
235
|
-
nameCamel: nameCamel + 'Emit',
|
|
236
|
-
nameKebab,
|
|
237
|
-
description: '',
|
|
238
|
-
},
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
templateMethod: 'permissionContractBuilder',
|
|
242
|
-
name: 'listenPermissions.builder.ts',
|
|
243
|
-
action: 'generated',
|
|
244
|
-
description:
|
|
245
|
-
'Permissions someone else will need to listen to your event.',
|
|
246
|
-
context: {
|
|
247
|
-
nameCamel: nameCamel + 'Listen',
|
|
248
|
-
nameKebab,
|
|
249
|
-
description: '',
|
|
250
|
-
},
|
|
251
|
-
},
|
|
252
229
|
{
|
|
253
230
|
templateMethod: 'eventOptions',
|
|
254
231
|
name: 'event.options.ts',
|
package/.DS_Store
DELETED
|
Binary file
|
package/.env
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
GOOGLE_SERVICE_PRIVATE_KEY=""-----BEGIN PRIVATE KEY-----"
|
|
2
|
-
GOOGLE_SERVICE_EMAIL="sprucebot@sprucebot.iam.gserviceaccount.com"
|
|
3
|
-
GOOGLE_SERVICE_PRIVATE_KEY_TEST=""-----BEGIN PRIVATE KEY-----"
|
|
4
|
-
GOOGLE_SERVICE_EMAIL_TEST="sprucebot@sprucebot.iam.gserviceaccount.com"
|
|
5
|
-
SHEETS_REPORTER_ADAPTER="MockAdapter"
|
|
6
|
-
SHEETS_REPORTER_ADAPTER_TEST="MockAdapter"
|
|
7
|
-
CLI_RENDER_STACK_TRACES="true"
|
|
8
|
-
WILL_BUILD_CACHE_SCRIPT="diskutil erasevolume HFS+ "RAMDisk" `hdiutil attach -nomount ram://51457280`"
|
|
9
|
-
CLEAN_CACHE_SCRIPT="/sbin/umount -f /Volumes/RAMDisk"
|
|
10
|
-
CLEANUP_TEST_SKILL_DIRS="false"
|
|
11
|
-
TEST_CACHE_ROOT_DIR="/Volumes/RAMDisk"
|
|
12
|
-
MY_KEY="New"
|
|
13
|
-
OTHER_KEY="-2"
|
|
14
|
-
HEROKU_TEAM_NAME="sprucelabs"
|
|
15
|
-
HOST="https://sandbox.mercury.spruce.ai"
|
|
16
|
-
TEST_HOST="https://sandbox.mercury.spruce.ai"
|
|
17
|
-
DEMO_NUMBER="555-004-0001"
|
|
18
|
-
DEMO_NUMBER_LOGIN_AS_SKILL="555-004-0101"
|
|
19
|
-
DEMO_NUMBER_INSTALL_SKILL="555-004-0201"
|
|
20
|
-
DEMO_NUMBER_GLOBAL_EVENTS="555-004-0301"
|
|
21
|
-
DEMO_NUMBER_EVENTS_ON_BOOT="555-004-0401"
|
|
22
|
-
DEMO_NUMBER_VIEWS_ON_BOOT="555-004-0501"
|
|
23
|
-
DEMO_NUMBER_CREATING_AN_EVENT="555-004-0601"
|
|
24
|
-
SANDBOX_DEMO_NUMBER="555-004-0002"
|
|
25
|
-
TEST_SKILLS_TO_CACHE="conversation"
|