Skip to content

This page covers CLI behavior that affects more than one command. Provider operations resolve the active profile before dispatching through the selected backend.

Local profile commands still mutate local state

Symptom: profile init, profile remove, or profile set-default changes the profile registry.

Cause: profile registry management is local CLI behavior.

Fix: treat profile management commands as real local operations. Use gln profile show before removing or changing a profile if the resolved paths or backend binding matter.

See also: gln profile remove, gln profile show.

See also