@wirechunk/cli 0.1.1 → 0.3.0

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/build/main.js +666 -37
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,7 @@ The CLI simplifies the extension development workflow by allowing you to run a l
51
51
  - **`wirechunk bootstrap`**: Initialize a new platform.
52
52
  - **`wirechunk create-user`**: Create a new user account. Useful for setting up test users or initial admins.
53
53
  - **`wirechunk edit-admin`**: Grant or revoke admin privileges for a user on a platform.
54
+ - **`wirechunk create-page`**: Create a page on a site.
54
55
 
55
56
  ### Development Utilities (`ext-dev`)
56
57