Skip to content
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

Breaking change: only compiles all target files found #16

Merged
merged 1 commit into from
Jan 15, 2018

Conversation

ramaro
Copy link
Member

@ramaro ramaro commented Jan 15, 2018

The new behaviour for target compilation is to search for 'target.json' files within a target_path which defaults to "./targets".

So the new compile command will compile all targets found:

$ cd examples
$ kapitan compile
Compiled targets/minikube-es/target.json

The target path can be changed with a new flag:

$ kapitan compile --target-path ~/my/targets
Compiled /home/me/my/targets/name/target.json

@gburiola gburiola merged commit c2e3019 into kapicorp:master Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants