Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Secret wide comments #47

@winpat

Description

@winpat

Currently comments are limited to k/v pairs:

# URL: https://someloginurl.tld
user1: value
user0: value

that show up like this, because the output is alphabetically sorted by the key:

user@host:~$ vc show test
user0: value
# URL: https://someloginurl.tld
user1: value



Sometimes it would be useful to have secret wide comments like this:

# URL: https://someloginurl.tld

user1: value
user0: value

respectively:

user@host:~$ vc show test
# URL: https://someloginurl.tld
user0: value
user1: value

Maybe we could occupy the comment key in a secret for this?

@czosel @keachi what do you think?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions