@ucloud-sdks/ucloud-sandbox-cli 0.1.0-beta.6 → 0.1.0-beta.8

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
- UCLOUD_SANDBOX_API_KEY=your_api_key_here
16
+ AGENTBOX_API_KEY=your_api_key_here
17
17
  ```
18
18
 
19
19
  ## Installing Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucloud-sdks/ucloud-sandbox-cli",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.8",
4
4
  "description": "CLI for managing UCloud sandbox templates",
5
5
  "homepage": "https://ucloud.cn",
6
6
  "license": "MIT",