Curiosity CLI

A command-line interface tool for managing file synchronization, front-end deployment, and other operations with Curiosity workspaces.

Examples

Test connection to a workspace:

curiosity-cli test --server https://my-workspace.example.com/api/ --token my-auth-token

Store a token for future use:

curiosity-cli store-token --server https://my-workspace.example.com/api/ --token my-auth-token

Upload a front-end application:

curiosity-cli upload-front-end --server https://my-workspace.example.com/api/ --token auto --front-end-path C:\Projects\MyApp\bin\Debug\netstandard2.0\h5\

Serve a local front-end application:

curiosity-cli serve --front-end-path C:\Projects\MyApp\bin\Debug\netstandard2.0\h5\ --name "My Application"

Last updated