@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.
@@ -1,6 +1,6 @@
1
1
  import asyncio
2
2
  from ucloud_sandbox import AsyncTemplate, default_build_logger
3
- from .template import template
3
+ from template import template
4
4
 
5
5
 
6
6
  async def main():
@@ -1,5 +1,5 @@
1
1
  from ucloud_sandbox import Template, default_build_logger
2
- from .template import template
2
+ from template import template
3
3
 
4
4
 
5
5
  if __name__ == "__main__":
@@ -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
@@ -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:build:dev
40
+ make sandbox-build-dev
41
41
 
42
42
  # For production
43
- make sandbox:build:prod
43
+ make sandbox-build-prod
44
44
  {{/if}}
45
45
  ```
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucloud-sdks/ucloud-sandbox-cli",
3
- "version": "0.1.0-beta.5",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "CLI for managing UCloud sandbox templates",
5
5
  "homepage": "https://ucloud.cn",
6
6
  "license": "MIT",