Vai al contenuto

All commands

chimera secrets

Keep provider keys in the OS vault instead of a file.

Subcommands

chimera secrets list

What the OS vault holds — names only, never values. Printing a secret would put it in this terminal's scrollback, in any screenshot of it, and in whatever recorded the session, which undoes the reason for having a vault.

Options

This command takes no options.

chimera secrets rm

Remove one credential from the OS vault.

Arguments

  • NAMEstrrequired

    The credential to forget.

Options

This command takes no options.

chimera secrets set

Put one credential in the OS vault. Prompted without echo by default, and that is not politeness: a key typed as an argument lands in the shell history of every machine it is typed on, which is the kind of file this command exists to stop using.

Arguments

  • NAMEstrrequired

    e.g. OPENROUTER_API_KEY

Options

  • --valuestr

    Omit to be prompted without echo.