-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v4.13.0 #1116
Merged
Merged
v4.13.0 #1116
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
FabianKramm
changed the title
feat(build): add --dependency flag (implement #1113)
Dependency Flag, Shell completion scripts & Command Descriptions
Jun 4, 2020
FabianKramm
force-pushed
the
hotreload
branch
2 times, most recently
from
June 17, 2020 13:57
f474cef
to
bb37340
Compare
FabianKramm
changed the title
Dependency Flag, Shell completion scripts & Command Descriptions
v4.13.0
Jun 18, 2020
FabianKramm
force-pushed
the
hotreload
branch
3 times, most recently
from
June 18, 2020 11:49
7e4fe7d
to
0da4f01
Compare
…ted during build time
LukasGentele
approved these changes
Jun 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - everything is also documented via #1119
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Changes:
dev.ports.reverseForward
(reverse port forward #1030)--dependency
flag fordevspace build
that will build only a specific dependency's images (implements devspace build missing "--dependency" flag #1113)--dependency
flag fordevspace run
that will execute a specific dependency's commandimages.*.appendDockerfileInstructions
config option that specifies additional instructions that will be appended to the dockerfile during builddevspace run
can now accept flags in the following form:devspace --any-flag run command --any-command-flag
commands.description
field to describe devspace commands (Adding a description or comment property to devspace commands in yaml configuration #1115)