flawless_cli library
Flawless CLI: Command-line tooling for Flawless.
This tool handles project bootstrapping, theme synchronization, and component generation. This library exposes the public API used by the CLI package and by any integrations that want to reuse its configuration and versioning helpers.
Classes
- FlawlessCliConfig
- Project-level CLI configuration.
Constants
- flawlessDefaultDashboardUrl → const String
- Default Flawless dashboard base URL used by the CLI.
- flawlessSuiteVersion → const String
Functions
-
loadCliConfig(
) → Future< FlawlessCliConfig> -
resolveDashboardBaseUrl(
{FlawlessCliConfig? config}) → String - Resolves the dashboard base URL for the current CLI invocation.
-
saveCliConfig(
FlawlessCliConfig config) → Future< void>