Skip to main content

Syntax and Commands

Syntax and Commands

Stable

Choose guided setup or one focused provider operation.

Commandcusty configure credentials

Category

Configuration

Quick Command

custy configure credentials [set|status|test|remove]

Guided setup

Terminal
bash
custy configure credentials

The wizard asks for provider, source, non-secret username, and source metadata. File mode requests the PAT with hidden input and confirmation.

Focused Commands

Properties

PropertyTypeDescriptionDefaultRequired
setMutatingEnable GitHub or GitLab. File mode prompts for the token; environment mode stores only a variable name.No
statusRead-onlyShow policy and source availability without displaying token values.No
testRead-only networkRun git ls-remote with the active policy. Dry-run does not read credentials or contact the remote.--remote originNo
removeMutatingDisable a provider. Add --delete-file only when the external token file should also be removed.Preserve fileNo

Global Dry-Run

Terminal
bash
custy --dry-run configure credentials status
custy --dry-run configure credentials test --remote origin

Dry-run never opens token files, reads token environment values, contacts a remote, writes TOML, or creates/deletes an external credential file.