@ucloud-sdks/ucloud-sandbox-cli 0.1.0-beta.5 → 0.1.0-beta.7
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.
|
@@ -13,7 +13,7 @@ Before you begin, make sure you have:
|
|
|
13
13
|
|
|
14
14
|
1. Create a `.env` file in your project root or set the environment variable:
|
|
15
15
|
```
|
|
16
|
-
|
|
16
|
+
AGENTBOX_API_KEY=your_api_key_here
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Installing Dependencies
|
|
@@ -37,10 +37,10 @@ npm run sandbox:build:dev
|
|
|
37
37
|
npm run sandbox:build:prod
|
|
38
38
|
{{else if isPython}}
|
|
39
39
|
# For development
|
|
40
|
-
make sandbox
|
|
40
|
+
make sandbox-build-dev
|
|
41
41
|
|
|
42
42
|
# For production
|
|
43
|
-
make sandbox
|
|
43
|
+
make sandbox-build-prod
|
|
44
44
|
{{/if}}
|
|
45
45
|
```
|
|
46
46
|
|