@crossdelta/platform-sdk 0.7.3 → 0.7.5
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/README.md +2 -1
- package/bin/cli.js +112 -111
- package/bin/templates/workspace/packages/contracts/package.json.hbs +1 -1
- package/install.sh +5 -2
- package/package.json +1 -1
package/install.sh
CHANGED
|
@@ -103,8 +103,11 @@ if [ $# -eq 0 ]; then
|
|
|
103
103
|
printf "${GREEN}✨ Installation successful!${NC}\n"
|
|
104
104
|
printf "\n"
|
|
105
105
|
printf "${CYAN}Next steps:${NC}\n"
|
|
106
|
-
printf "
|
|
107
|
-
printf " ${BLUE}pf
|
|
106
|
+
printf " # Create a new workspace\n"
|
|
107
|
+
printf " ${BLUE}pf new workspace my-platform${NC}\n"
|
|
108
|
+
printf "\n"
|
|
109
|
+
printf " # Show all available commands\n"
|
|
110
|
+
printf " ${BLUE}pf --help${NC}\n"
|
|
108
111
|
printf "\n"
|
|
109
112
|
else
|
|
110
113
|
printf "\n"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "Your AI-powered platform engineer. Scaffold complete Turborepo workspaces, generate microservice boilerplate with natural language, and deploy to the cloud — all from one CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|