You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Activating a code version triggers Custom API endpoint registration. If you've added or modified Custom APIs, use `--reload` with deploy or activate to register them. Check registration status with the `b2c-cli:b2c-scapi-custom` skill.
77
+
76
78
### Delete Code Version
77
79
78
80
```bash
@@ -83,3 +85,9 @@ b2c code delete <version-name>
83
85
### More Commands
84
86
85
87
See `b2c code --help` for a full list of available commands and options in the `code` topic.
88
+
89
+
## Related Skills
90
+
91
+
-`b2c-cli:b2c-scapi-custom` - Check Custom API registration status after deployment
92
+
-`b2c-cli:b2c-webdav` - Low-level file operations (delete cartridges, list files)
93
+
-`b2c:b2c-custom-api-development` - Creating Custom API endpoints
**Important:** The path is `{code-version}/{cartridge-name}`, not `/cartridges/{code-version}/...`. The `--root=cartridges` (or `-r cartridges`) flag sets the WebDAV root.
0 commit comments