This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Package is called "SecretManager" but command is "user-secrets"? #6
Closed
Description
It seems odd to me that installing SecretManager
enables the user-secrets
command. I think the command should be named a little differently. Also, user-secrets
is exteremly generic... I'd prefer something like aspnet-secrets
or dnx-secrets
.
I really like aspnet-secrets
as a prelude to possibly introducing a more generic aspnet
command that behaves like git
(where git foo
is just rewritten as a call to git-foo
). Then the command would (eventually) be something more like aspnet secrets set
, etc.