How is placeholder history stored — per-placeholder or not? #22
Answered
by
f4rkh4d
wholovesalife
asked this question in
Q&A
-
|
When |
Beta Was this translation helpful? Give feedback.
Answered by
f4rkh4d
Apr 19, 2026
Replies: 1 comment
-
|
Per-placeholder name, globally. So if you've used |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
f4rkh4d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per-placeholder name, globally. So if you've used
{{host}}in ansshcommand and later in anscpone, cmdvault offers the same list of past values in both. Useful when the same placeholder means the same thing across commands. If you want separate histories, name them differently ({{ssh_host}}vs{{scp_host}}).