secret ls command #54

Closed
opened 2021-08-22 22:41:51 +00:00 by 3wordchant · 0 comments
Owner

Currently, to see what secrets are defined in docker:

DOCKER_CONTEXT=one.example.com docker secret ls | grep "<app name>"

It'd be nice to have this available as a subcommand.

Eventually, maybe it could show which secrets are defined (i.e. uncommented) in the config files, too, so you can see if there are any missing from the server.

Currently, to see what secrets are defined in docker: ``` DOCKER_CONTEXT=one.example.com docker secret ls | grep "<app name>" ``` It'd be nice to have this available as a subcommand. Eventually, maybe it could show which secrets are defined (i.e. uncommented) in the config files, too, so you can see if there are any missing from the server.
3wordchant added the
enhancement
label 2021-08-22 22:41:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#54
No description provided.