Skip to main content

Crate sandogasa_cli

Crate sandogasa_cli 

Source
Expand description

Shared CLI utilities for sandogasa tools.

Modules§

date
Shared calendar date range parsing for CLI tools.

Constants§

ALLOW_INSECURE_URL_ENV
Environment variable that, when set to a non-empty value, disables ensure_secure_url’s plaintext-credential guard. Intended for local testing against http:// mock servers or a trusted internal proxy — never for production credentials.

Functions§

ensure_secure_url
Refuse to hand credentials to a base URL that would transmit them in cleartext.
require_tool
Check that an external tool is available in $PATH.
require_tool_with_arg
Check that an external tool is available in $PATH.