CumulusCI icon indicating copy to clipboard operation
CumulusCI copied to clipboard

Make `cci gist` title include date/time when log was made

Open TheBitShepherd opened this issue 5 years ago • 2 comments

The title of gists currently includes datetime.utcnow(); however, this occurs upon the creation of the GitHub gist, not when the command associated with the contents of the gist was run.

It would be good to have datetime values of when commands were run to help with troubleshooting issues.

TheBitShepherd avatar Jan 15 '20 03:01 TheBitShepherd

@Br4nd0R can we just use the creation date of the logfile?

davisagli avatar Jan 15 '20 13:01 davisagli

That's what I was thinking would be easiest to use for a close approximation.

TheBitShepherd avatar Jan 15 '20 14:01 TheBitShepherd