chipflow.auth_command

ChipFlow authentication command for CLI.

Provides chipflow login and chipflow logout commands.

Classes

AuthCommand

Authentication management for ChipFlow.

Module Contents

class chipflow.auth_command.AuthCommand(config)

Authentication management for ChipFlow.

build_cli_parser(parser)

Build CLI argument parser for auth command.

run_cli(args)

Execute the auth command based on parsed arguments.