@sprucelabs/spruce-cli 24.1.33 → 25.0.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 ADDED
Binary file
package/.env ADDED
@@ -0,0 +1,25 @@
1
+ GOOGLE_SERVICE_EMAIL="sprucebot@sprucebot.iam.gserviceaccount.com"
2
+ GOOGLE_SERVICE_EMAIL_TEST="sprucebot@sprucebot.iam.gserviceaccount.com"
3
+ SHEETS_REPORTER_ADAPTER="DummyAdapter"
4
+ SHEETS_REPORTER_ADAPTER_TEST="DummyAdapter"
5
+ GOOGLE_SERVICE_PRIVATE_KEY="some bullshit"
6
+ CLI_RENDER_STACK_TRACES="true"
7
+ WILL_BUILD_CACHE_SCRIPT="diskutil erasevolume HFS+ "RAMDisk" `hdiutil attach -nomount ram://51457280`"
8
+ CLEAN_CACHE_SCRIPT="/sbin/umount -f /Volumes/RAMDisk"
9
+ TEST_CACHE_ROOT_DIR="/Volumes/RAMDisk"
10
+ DEMO_NUMBER="555-004-0001"
11
+ DEMO_NUMBER_LOGIN_AS_SKILL="555-004-0101"
12
+ DEMO_NUMBER_INSTALL_SKILL="555-004-0201"
13
+ DEMO_NUMBER_GLOBAL_EVENTS="555-004-0301"
14
+ DEMO_NUMBER_EVENTS_ON_BOOT="555-004-0401"
15
+ DEMO_NUMBER_VIEWS_ON_BOOT="555-004-0501"
16
+ DEMO_NUMBER_CREATING_AN_EVENT="555-004-0601"
17
+ DEMO_NUMBER_EVENT_STORE="555-004-0601"
18
+ SANDBOX_DEMO_NUMBER="555-004-0002"
19
+ TEST_HOST="http://127.0.0.1:8081"
20
+ # HOST="http://127.0.0.1:8081"
21
+ SHOULD_RENDER_TEST_LOGS="false"
22
+ MAX_SIMULTANEOUS_SKILL_CACHERS=5
23
+
24
+ CLEANUP_TEST_SKILL_DIRS="true"
25
+ TEST_SKILLS_TO_CACHE="*"
package/.env-dev ADDED
@@ -0,0 +1,24 @@
1
+ GOOGLE_SERVICE_EMAIL="sprucebot@sprucebot.iam.gserviceaccount.com"
2
+ GOOGLE_SERVICE_EMAIL_TEST="sprucebot@sprucebot.iam.gserviceaccount.com"
3
+ SHEETS_REPORTER_ADAPTER="MockAdapter"
4
+ SHEETS_REPORTER_ADAPTER_TEST="MockAdapter"
5
+ GOOGLE_SERVICE_PRIVATE_KEY="some bullshit"
6
+ CLI_RENDER_STACK_TRACES="true"
7
+ WILL_BUILD_CACHE_SCRIPT="diskutil erasevolume HFS+ "RAMDisk" `hdiutil attach -nomount ram://51457280`"
8
+ CLEAN_CACHE_SCRIPT="/sbin/umount -f /Volumes/RAMDisk"
9
+ TEST_CACHE_ROOT_DIR="/Volumes/RAMDisk"
10
+ DEMO_NUMBER="555-004-0001"
11
+ DEMO_NUMBER_LOGIN_AS_SKILL="555-004-0101"
12
+ DEMO_NUMBER_INSTALL_SKILL="555-004-0201"
13
+ DEMO_NUMBER_GLOBAL_EVENTS="555-004-0301"
14
+ DEMO_NUMBER_EVENTS_ON_BOOT="555-004-0401"
15
+ DEMO_NUMBER_VIEWS_ON_BOOT="555-004-0501"
16
+ DEMO_NUMBER_CREATING_AN_EVENT="555-004-0601"
17
+ SANDBOX_DEMO_NUMBER="555-004-0002"
18
+ TEST_HOST="https://developer.mercury.spruce.ai"
19
+ HOST="https://developer.mercury.spruce.ai"
20
+ SHOULD_RENDER_TEST_LOGS="true"
21
+ MAX_SIMULTANEOUS_SKILL_CACHERS=5
22
+
23
+ CLEANUP_TEST_SKILL_DIRS="false"
24
+ TEST_SKILLS_TO_CACHE="views"