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

project-config/apply --verbose #7235

Closed
gbowne-quickbase opened this issue Dec 7, 2020 · 2 comments
Closed

project-config/apply --verbose #7235

gbowne-quickbase opened this issue Dec 7, 2020 · 2 comments
Assignees
Labels
enhancement improvements to existing features project config 🐫 features related to Project config
Milestone

Comments

@gbowne-quickbase
Copy link

Description

It would be awesome to see what the project-config/apply is doing when we're running from the command line, especially during tense "did it work?" moments of a deploy. Even if the text displayed were simple and limited to things like:
Added Section Recipes
Added Layout Recipes
Updated Fields Ingredients
Deleted Section Cookware

That would seriously help us see what has happened in CI/CD environments, without having to go interactive.
Thanks!

@brandonkelly brandonkelly added enhancement improvements to existing features project config 🐫 features related to Project config and removed enhancement labels Dec 10, 2020
andris-sevcenko added a commit that referenced this issue Dec 18, 2020
@brandonkelly
Copy link
Member

We’ve added verbose output to the command for Craft 3.6 (happens by default; no --verbose option needed):

> php craft project-config/apply
Applying changes from your project config files ... 
    modified: fields.422c7da9-d3e4-4d0a-8225-bbbc8264f029
    modified: fields.a171d498-9024-4855-9a6c-b3b96765ab7c
Finished applying changes

Not quite as elegant as human-readable descriptions, but at least it will show you that there’s progress. We can look into improving it in Craft 4.

@brandonkelly
Copy link
Member

Craft 3.6 has now been officially released ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features project config 🐫 features related to Project config
Projects
None yet
Development

No branches or pull requests

3 participants