@ucloud-sdks/ucloud-sandbox-cli 0.1.0-beta.9 → 1.0.1
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/dist/index.js +230 -228
- package/dist/index.js.map +1 -1
- package/dist/templates/readme.hbs +1 -1
- package/package.json +1 -1
|
@@ -96,4 +96,4 @@ asyncio.run(main())
|
|
|
96
96
|
1. Customize the template in `{{templateFile}}` to fit your needs
|
|
97
97
|
2. Build the template using one of the methods above
|
|
98
98
|
3. Use the template in your UCloud sandbox code
|
|
99
|
-
4. Check out the UCloud Sandbox documentation at https://
|
|
99
|
+
4. Check out the UCloud Sandbox documentation at https://docs.ucloud.cn/agent-sandbox/README for more advanced usage
|