fstack_cli library

The main library entry point for the FStack CLI package.

This library exposes:

  • Public commands API
  • Global constants
  • Logger utility

It also provides the runCLI function, which allows the CLI to be invoked programmatically (e.g., from bin/fstack_cli.dart or tests).

Classes

AppConstants
A collection of application-wide constants used throughout the FStack CLI.
Commands
A utility class responsible for initializing and running all CLI commands supported by fstack_cli.
LoggerUtil
A centralized logging utility for the FStack CLI.

Functions

runCLI(List<String> arguments) Future<void>
Runs the FStack CLI with the given list of command-line arguments.