rstudio / fuzzbucket

a simplified means to CRUD ephemeral user-scoped EC2 instances
MIT License
7 stars 2 forks source link

allow users to name entries in fuzzbucket credentials file #79

Closed dskard closed 3 years ago

dskard commented 3 years ago

In my ~/.cache/fuzzbucket/credentials file, I have several server/credentials entries. just by looking at the file, I can't tell which server belongs to the different projects I work with. It would be nice to have a way to add a name or alias attached to each entry to help remind me which project the credential is associated with. The file states that it is generated automatically, so I was trying to avoid manually editing it.

something like:

[server "https://url1"]
credentials = me:somestring1
name = project1

[server "https://url2"]
credentials = me:somestring2
name = project2