Versions in this module Expand all Collapse all v1 v1.0.1 May 7, 2026 v1.0.0 Mar 12, 2026 Changes in this version + var ErrConfirmation = errors.New("confirmation required; re-run with --yes") + var ErrInvalidToken = errors.New("token is invalid or expired") + var ErrNoAccount = errors.New("no account specified; use --account or run `fz auth login`") + var ErrNotAuthenticated = errors.New("not authenticated; run `fz auth login` first") + func Execute(version string)