Skip to content

How to specify tags when doing klog start? #292

Answered by jotaen
ITiot23 asked this question in Help / Question
Discussion options

You must be logged in to vote

Tags are part of the summary, so you’d have to specify the --summary flag:

klog start --summary '#tag'

Or, for short:

klog start -s '#tag'

Note that you have to wrap the entire summary text into single quotes, otherwise your shell might treat the tag as shell comment and ignore it (due to the # character, which denotes a comment on shell).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ITiot23
Comment options

@jotaen
Comment options

@ITiot23
Comment options

Answer selected by ITiot23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants