Every scripto command — export, title, auth, whoami, use, logout, config, articles, outline, section, note, brief, and completion — with flags and examples.
Every authenticated command accepts the common flags --json, --api-key <key>, --api-url <url>, and --profile <name> (see Configuration). They’re omitted from each entry below for brevity.
Offline (no network)
Command
What it does
scripto export <file>
Render a Markdown file to Medium-ready HTML (-o <file> to write, --fragment for the body only).
scripto title <file>
Print the derived title of a Markdown file.
scripto completion --install
Auto-detect your shell (bash/zsh/fish) and wire up completion. --uninstall to remove; scripto completion bash to print a script.
Anchors (for sections and notes) are any unique prefix of the id, as printed by outline / note list. Every mutation echoes the fresh outline/list so the next anchor is in view.