Describe the bug
The documentation (docs.preswald.com/quickstart) and Readme.md state that running preswald export should generate a dist/ directory with all assets needed to deploy a static site. However, running this command results in an error that the command is not recognized.
To Reproduce
Steps to reproduce the behavior:
- Install preswald via pip
pip install preswald
- Run the following in terminal:
$ preswald init my_project
$ cd my_project
$ preswald export
Expected behavior
Expected the export command to execute and generate the dist/ directory as described in the docs.
Screenshots

Environment:
- OS: Windows 11
- Browser: Chrome
- Version: 0.1.53
Additional context
Is this command deprecated or renamed in a newer version? Or is this feature still under development?
If it's removed, consider updating the docs to prevent confusion.
Thanks for the great tool, excited to use it!
Describe the bug
The documentation (docs.preswald.com/quickstart) and Readme.md state that running
preswald exportshould generate adist/directory with all assets needed to deploy a static site. However, running this command results in an error that the command is not recognized.To Reproduce
Steps to reproduce the behavior:
pip install preswaldExpected behavior
Expected the export command to execute and generate the dist/ directory as described in the docs.
Screenshots
Environment:
Additional context
Is this command deprecated or renamed in a newer version? Or is this feature still under development?
If it's removed, consider updating the docs to prevent confusion.
Thanks for the great tool, excited to use it!