Skip to content

Multiple run user(s) for sqitch (principle of least privilege) #619

Answered by theory
rossocampbell asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rossocampbell, and welcome! I think the way you're approaching the problem is exactly right. It's how I'd try to do it, at any rate. As to the log output, the log command supports multiple formats, the default being "medium":

<event type> <change id>
Name:      <change name>
Committer: <committer>
Date:      <commit date>

<full change note>

You can specify a different format to see the project name and other details. The "full" format is probably the one you want:

<event type> <change id> <tags>
Name:      <change name>
Project:   <change name>
Planner:   <planner>
Committer: <committer>

<full change note>

To use it, run sqitch log --format full. If you want it to be the default, …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rossocampbell
Comment options

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