goliothctl credentials
Use the goliothctl credentials
subcommands to list and delete devices credentials.
goliothctl credentials [flags]
Examples
# List a device credentials
> goliothctl credentials list --name my-device
# Delete a device credentials
> goliothctl credentials delete <credential-id>
Options
-h, --help help for credentials
Options inherited from parent commands
--apiUrl string golioth api server url (default "https://api.golioth.io")
-c, --config string config file (default is $HOME/.golioth/.goliothctl.yaml)
--projectId string golioth project id
SEE ALSO
- goliothctl - Manage Golioth platform resources and developer workflow.
- goliothctl credentials delete - Delete a device credential.
- goliothctl credentials list - List credentials associated with a device.