wesktop v0.11.1 /wesktop CLI Reference
On this page

Complete CLI reference for wesktop: the diagnose command for environment and dependency checks and the config group for persistent configuration.

#wesktop CLI Reference

A Python framework for building web-based desktop applications

Version: 0.11.1

#Commands

  • diagnose -- Check runtime environment, installed dependencies, and configuration paths

#Command Groups

  • config -- Manage persistent configuration values stored in the config file

#Framework flags

These flags are owned by the strictcli framework, not by the app. No command may declare a flag with one of these names, and each is recognized anywhere on the command line.

Framework flags
FlagEffect
--dry-runPreview mode: no mutation runs. The framework prints a log of every effect the command would have performed.
--approve-consequentialSkips the confirmation prompt a consequential command shows before it runs.
--quietHides informational output. Warnings, errors, structured data and the dry-run log are never suppressed.
--verboseShows debug output. --quiet wins when both are passed.
Search