v0.1.4983
Changelog
df380e9 Merge pull request #248 from CircleCI-Public/setup-no-prompt
8937c9b Refactor how we handle temporary settings into common helper funcs
6cf8a5c Reduce unnecessary conditionals
369dad7 Raise error if both flags missing up and reduce branching
00c9091 Reduce complexity of shouldKeepExistingConfig and add clear comments
8f4263e Add test cases for setup --no-prompt with no config
a8a0575 Add test for setup --no-prompt with only --token
a38a931 Move configPath up to BeforeEach and remove defer file.Close()
7f45025 Use consistent phrasing when a flag is not provided with --no-prompt
0700846 Not providing one of --host or --token flags shouldn't err
f8372a7 Add --no-prompt flag for skipping interactive UI on setup
7d067c7 Show environment variables for host and token in help text