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

feat(cli): allow --hot=* in dev/deploy commands #725

Merged
merged 1 commit into from
Apr 18, 2019
Merged

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Apr 18, 2019

Passing an asterisk (*) to the --hot/--hot-reload option deploys all compatible services with hot reloading enabled (i.e. all services belonging to a module specifying the hotReload field).

Also throw an error before initializing the environment or proceeding with deployment if one or more service names passed to the --hot/--hotReload option aren't configured for hot reloading.

docs/reference/commands.md Outdated Show resolved Hide resolved
docs/using-garden/hot-reload.md Show resolved Hide resolved
garden-service/src/commands/helpers.ts Outdated Show resolved Hide resolved
garden-service/src/commands/helpers.ts Outdated Show resolved Hide resolved
Passing an asterisk (*) to the --hot/--hot-reload option deploys all
compatible services with hot reloading enabled (i.e. all services
belonging to a module specifying the hotReload field).

Also throw an error before initializing the environment or proceeding
with deployment if one or more service names passed to the
--hot/--hotReload option aren't configured for hot reloading.
@edvald edvald merged commit b80fa32 into master Apr 18, 2019
@edvald edvald deleted the hot-reload-all branch April 18, 2019 16:30
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