widgetbook_cli library

Classes

BuildPushArgs
Typed representation of the arguments passed to the push command.
BuildPushCommand
CacheReader
Reads the files that are generated by widgetbook_generator package in the .dart_tool/build/generated directory.
CacheStore
Parsed representation of the cache files that were generated by the widgetbook_generator package.
CiManager
CliCommand<TArgs>
A Context-aware Command for CliRunner.
CliCommandsGroup
CliRunner
CliVoidCommand
CliCommand that does not parseResults.
CloudCommand
Context
The Context has all the information about the current environment. It is used to determine the current user, project and repository.
ContextManager
CreateBuildRequest
CreateBuildResponse
A build draft response can either be one of two types:
CreateDraftBuildResponse
CreateTurboBuildResponse
Reference
Class representation of the refs from git show-ref output.
Repository
Class representation of a git repository.
StorageInfo
SubmitBuildRequest
SubmitBuildResponse
UpgradeCommand
UseCaseMetadata
VersionsMetadata
WidgetbookHttpClient
HTTP client to connect to the Widgetbook Cloud backend

Extensions

LockFileX on YamlMap

Constants

BASE_API_URL → const String
cliDescription → const String
The description shown in the help menu
cliName → const String
The name of the CLI executable to be show in help menu
packageName → const String
The name as in pubspec.yaml
packageVersion → const String
The version as in pubspec.yaml

Functions

parseAddonsConfigsJson(Map<String, dynamic> json) AddonsConfigs
prettifyJson(Map<String, dynamic> json) String