Перейти к содержимому

Все команды

chimera secrets

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

Подкоманды

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.

Параметры

У этой команды нет параметров.

chimera secrets rm

Remove one credential from the OS vault.

Аргументы

  • NAMEstrобязательный

    The credential to forget.

Параметры

У этой команды нет параметров.

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.

Аргументы

  • NAMEstrобязательный

    e.g. OPENROUTER_API_KEY

Параметры

  • --valuestr

    Omit to be prompted without echo.