Hey Armon,
I just ran into the same issue and googling "Error checking seal status" brought me to this topic. May I suggest this be fixed to ease the startup pain of other newbies? The fix would comprise of changing the text output when the dev server is cranked up (which is one of the first things a newbie would do). Instead of
change it to
on Windows. After all this is a windows exe being run so hopefully the environment variable setting command can tailored to the environment. If it is not possible to make it Windows specific, it's best to show both the Unix version and the Windows version. One could argue that issuing the "export" would fail on Windows and the newbie would then fix it. When my "export" failed, I ONLY changed "export" to "set" and promptly got "Error checking seal status" and then googled to find this issue.
I REMOVED the single quotes to have "vault status" produce the expected result. Since this is quite literally the third command issued fixing this would make the newbie startup experience smoother.
Thanks,
Russell