DEMO A showcase of hev ask⌘K agentic search — running on Flox's real docs. Unaffiliated with Flox; not the official documentation. Official Flox docs ↗ Add ask to your docs ↗
Manual › flox auth

flox auth

NAME

flox-auth - FloxHub authentication commands

SYNOPSIS

flox [<general-options>] auth
     (login | logout | status | token)

DESCRIPTION

Authenticate with FloxHub so that you can push and pull environments.

SUBCOMMANDS

login

Logs in to FloxHub.

Required to interact with environments on FloxHub via flox push, flox pull, and flox activate -r. Authenticating also automatically trusts your personal environments.

Prompts you to enter a one-time code at a specified URL. If called interactively it can open the browser for you if you press <enter>.

See also: flox-push(1), flox-pull(1), flox-activate(1)

logout

Logs out from FloxHub.

status

Print your current login status.

token

Print the current authentication token to stdout.

esc