bbkane / envelope

Store project environmental files in a central database
MIT License
6 stars 1 forks source link

Duplicate refs? #12

Closed bbkane closed 6 months ago

bbkane commented 7 months ago
$ envelope env var show --env-name keyring --name github_personal_access_token
╭────────────┬───────────────────────────────────────────╮
│ EnvName    │ keyring                                   │
│ Name       │ github_personal_access_token              │
│ Value      │ ghp_****  │
│ Comment    │ envwarden migration: 2024-02-29T16:04:22Z │
│ CreateTime │ Thu 2024-02-29                            │
│ UpdateTime │ Thu 2024-02-29                            │
╰────────────┴───────────────────────────────────────────╯
EnvRefs
╭─────────┬───────────────────────────────────────────────────────────────────╮
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks                              │
│ Name    │ GITHUB_OAUTH_TOKEN                                                │
│ Comment │ envwarden migration: 2024-02-29T16:04:22Z                         │
├─────────┼───────────────────────────────────────────────────────────────────┤
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks/2024-03-01-update-goreleasor │
│ Name    │ GITHUB_OAUTH_TOKEN                                                │
│ Comment │                                                                   │
├─────────┼───────────────────────────────────────────────────────────────────┤
│ EnvName │ /Users/bbkane/Git-GH/git-xargs-tasks/2024-03-01-update-goreleaser │
│ Name    │ GITHUB_OAUTH_TOKEN                                                │
│ Comment │                                                                   │
╰─────────┴───────────────────────────────────────────────────────────────────╯
bbkane commented 6 months ago

The issue was the suffixes - -er vs -or, not a code problem