You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
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.
It seems odd to me that installing
SecretManagerenables theuser-secretscommand. I think the command should be named a little differently. Also,user-secretsis exteremly generic... I'd prefer something likeaspnet-secretsordnx-secrets.I really like
aspnet-secretsas a prelude to possibly introducing a more genericaspnetcommand that behaves likegit(wheregit foois just rewritten as a call togit-foo). Then the command would (eventually) be something more likeaspnet secrets set, etc.