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

vega down & destroy #134

Merged
merged 2 commits into from
Aug 12, 2020
Merged

vega down & destroy #134

merged 2 commits into from
Aug 12, 2020

Conversation

WSMathias
Copy link
Contributor

@WSMathias WSMathias commented Aug 10, 2020

New command:

vega destroy

  • docker-compose down --volumes

Updated command:

vega down

  • tilt down + docker image rm -f $(docker image ls -q --filter "label=builtby=tilt")

vega up

  • tilt up + docker-compose run --rm cli (only drupal projects)

Copy link
Contributor

@vs4vijay vs4vijay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 suggestion, rest looks okay to me.

Also @WSMathias Please update the README as well as per new changes and commands

cmd/up.go Outdated
tilt "github.com/srijanone/vega/pkg/tilt"
)

var watch, noBrowser bool
var port string

func isDrupal() bool {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe put this method in some Detector package

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, I will add Detector package.

@WSMathias WSMathias changed the title [WIP] vega down & destroy vega down & destroy Aug 10, 2020
cmd/destroy.go Outdated Show resolved Hide resolved
Copy link
Contributor

@AshishThakur AshishThakur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WSMathias please make relevant changes in destroy.go

cmd/destroy.go Outdated Show resolved Hide resolved
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

3 participants