Skip to content

Instantly share code, notes, and snippets.

@webframp
Last active July 15, 2016 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webframp/06a6eb6ff039146f3d551abfd9f0956e to your computer and use it in GitHub Desktop.
Save webframp/06a6eb6ff039146f3d551abfd9f0956e to your computer and use it in GitHub Desktop.
sfn debug vs batali debug true
C:\src\chef\infra-repo [master ≡ +1 ~4 -1 !]> $env:DEBUG="true"
C:\src\chef\infra-repo [master ≡ +1 ~4 -1 !]> be sfn list
I, [2016-07-15T09:37:50.311312 #54452] INFO -- : Lock aquired for stack update. Requesting stacks from upstream. (#<Thread:0x2464248>)
I, [2016-07-15T09:37:53.843429 #54452] INFO -- : Stack list has been updated from upstream and cached locally
Name Created Updated Status Template Description
...
C:\src\chef\infra-repo [master ≡ +1 ~4 -1 !]> be batali resolve
[Batali]: Loading sources...
[Batali]: Performing infrastructure path resolution.
[Batali]: Resolving dependency constraints...
[Batali]: Writing infrastructure manifest file... complete!
[Batali]: Infrastructure manifest solution:
...
C:\src\chef\infra-repo [master ≡ +1 ~5 -0 !]> Measure-Command { bundle exec batali resolve | out-default }
[Batali]: Loading sources... complete!
[Batali]: Performing infrastructure path resolution.
[Batali]: Resolving dependency constraints... complete!
[Batali]: Writing infrastructure manifest file... complete!
[Batali]: Infrastructure manifest solution:
...
Days : 0
Hours : 0
Minutes : 0
Seconds : 55
Milliseconds : 72
Ticks : 550721933
TotalDays : 0.000637409644675926
TotalHours : 0.0152978314722222
TotalMinutes : 0.917869888333333
TotalSeconds : 55.0721933
TotalMilliseconds : 55072.1933
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment