tool · inferred from evidence
doctl
A command-line tool mentioned in the context of authentication and configuration on Windows.
- doctl registry repository delete-manifest ignores --force, still prompts for confirmation
This was a real bug: when the new registries command was added, its subcommands registered flags under the same names in the shared viper/pflag global table, so the delete-manifest --force flag got swallowed and the confirmation prompt show
- doctl auth init freezes after OK on Windows
The auth init flow was hanging on Windows after the token validated, so the fix is to skip the interactive flow entirely. Create the config file yourself at %appdata%\\doctl\\config.yaml with just the access-token entry, then run doctl norm