-
Notifications
You must be signed in to change notification settings - Fork 127
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
Feature: Command line tool for renaming slugs #1609
Comments
@anvit if you develop this tool, i would recommend that you also consider something like a |
@fiver-watson Oh, that's a good idea! That would make things much easier for a lot of folks who want to bulk update slugs! |
Add a CLI task which lets users update slugs. Slugs can be provided in a CSV file with the --csv option, or be provided as command line arguments.
Add a CLI task which lets users update slugs. Slugs can be provided in a CSV file with the --csv option, or be provided as command line arguments. Change base class to arBaseTask
Add a CLI task which lets users update slugs. Slugs can be provided in a CSV file with the --csv option, or be provided as command line arguments. Change base class to arBaseTask
Having a command line tool to rename slugs (say something like
php symfony tools:rename-slug old_slug_name new_slug_name
)can speed up things for users who want to batch rename them using a shell script, and don't want to manually update them one at a time using the UI or run SQL queries.
The text was updated successfully, but these errors were encountered: