Expand description
omni-dev snowflake — a thin client that runs SQL through the daemon’s
multiplexed, authenticate-once Snowflake sessions.
Lifecycle stays on omni-dev daemon (start/stop/status/restart);
these subcommands only send query/sessions/disconnect ops to the
snowflake service over the daemon’s Unix control socket.
Structs§
- Disconnect
Command - Evicts a single multiplexed session.
- Query
Command - Runs arbitrary SQL through the
(account, user)session, authenticating it on first use (a browser may open for sign-in). - Sessions
Command - Lists the daemon’s active multiplexed sessions.
- Snowflake
Command - Snowflake: authenticate once via external-browser SSO and run arbitrary SQL across any account, multiplexed by the daemon.
Enums§
- Output
Format - Output format for query results.
- Snowflake
Subcommands - Snowflake subcommands.