@webstorio/cli
v0.1.18
Published
Webstorio CLI — author sites as multi-file local projects, preview with `webstorio dev`, and `webstorio push` to a Webstorio project.
Maintainers
Readme
@webstorio/cli
The Webstorio CLI lets you create sites as multi-file local projects, preview them with
webstorio dev, and sync or publish with webstorio push to your Webstorio project.
Alpha — this CLI is in active development. Commands and configuration may change between releases.
Install
npx @webstorio/cli init my-site # Scaffold config + foldersThe package provides the webstorio binary.
Quickstart
cd my-site && npm install # Installs the CLI as a devDependency
npx webstorio dev # Live local preview
npx webstorio login # Authenticate via your browser
npx webstorio push --publish # Sync & publish to WebstorioDocumentation
Full guides, configuration, and command references are available at
docs.webstorio.com/developer.
Issues & Feedback
If you run into problems, have questions, or want to report a bug or suggest a feature:
- Feedback: Please submit feedback at feedback.webstor.io
- Contact us directly: Email us at [email protected]
- We appreciate all feedback and contributions!
License
Proprietary. See LICENSE.
