@walde.ai/cli
v0.0.5
Published
Command Line Interface for Walde
Downloads
549
Readme
Walde CLI
The official command-line interface for Walde, a powerful platform to create and manage beautiful and performant online content.
Installation
npm i -g @walde.ai/cliQuick Start
Initialize a new Walde project in your current directory:
walde initThis creates a walde.json configuration file that links your local project to a Walde site.
Usage
Site Management
# Create a new site
walde site create
# List your sites
walde site list
# Delete a site
walde site delete --name my-siteContent Management
# Push a single content file
walde content push path/to/content.md
# Push all content files
walde content push --all
# List content in a site
walde content listFrontend Deployment
# Push frontend files
walde ui push path/to/dist
# Invalidate CDN cache
walde cache invalidate --site-id <id>Authentication
# Get temporary AWS credentials for asset uploads
walde credentials get
# Refresh authentication token
walde credentials refreshDocumentation
For full documentation, visit docs.walde.ai.
License
MIT — see LICENSE.
