-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support a config file to use instead of commandline arguments #692
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hairyhenderson
force-pushed
the
config-file-support
branch
from
November 17, 2019 18:06
52d81ff
to
e616aed
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
2 times, most recently
from
December 22, 2019 22:25
60a00cc
to
1a258ab
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
5 times, most recently
from
February 1, 2020 13:51
d49f87c
to
fa3eaee
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
2 times, most recently
from
February 10, 2020 01:11
59da894
to
c2168cc
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
4 times, most recently
from
February 28, 2020 03:07
d18c904
to
71de05e
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
7 times, most recently
from
March 6, 2020 03:52
6e3305c
to
927a164
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
from
March 7, 2020 17:24
927a164
to
d262f87
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
2 times, most recently
from
March 8, 2020 01:48
3b8b572
to
07d17b5
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
3 times, most recently
from
April 10, 2020 23:53
253563b
to
97a2150
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
from
April 25, 2020 17:05
ceb1392
to
2301c23
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
5 times, most recently
from
April 25, 2020 23:28
78d6bb0
to
69fc11d
Compare
This pull request introduces 1 alert when merging 69fc11d into 5dcd25c - view on LGTM.com new alerts:
|
hairyhenderson
force-pushed
the
config-file-support
branch
from
April 26, 2020 01:47
69fc11d
to
3430392
Compare
hairyhenderson
force-pushed
the
config-file-support
branch
from
May 3, 2020 16:56
3430392
to
bfff1d8
Compare
This pull request introduces 1 alert when merging bfff1d8 into 31de929 - view on LGTM.com new alerts:
|
hairyhenderson
force-pushed
the
config-file-support
branch
from
May 4, 2020 01:48
bfff1d8
to
056cbd4
Compare
Signed-off-by: Dave Henderson <[email protected]>
hairyhenderson
force-pushed
the
config-file-support
branch
from
May 4, 2020 02:12
056cbd4
to
7ff174a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is partly in support of #589. The idea is that you can put a
.gomplate.yaml
file in a directory where gomplate is executed and it'll read that to set flags. Flags set on the command line still override them.Signed-off-by: Dave Henderson [email protected]