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

Wrong tasks help #2

Closed
rumatoest opened this issue Jul 31, 2015 · 3 comments
Closed

Wrong tasks help #2

rumatoest opened this issue Jul 31, 2015 · 3 comments

Comments

@rumatoest
Copy link

In your tasks help there are many mentions of <liquibase.commandValue> but this value is invalid because valid value is

Example

lqRollbackCount - Rolls back the last <liquibase.commandValue> change sets.
lqRollbackToDate - Rolls back the database to the state it was in at the <liquibase.commandValue> date/time.
lqTag - Tags the current database state with <liquibase.commandValue> for future rollback
lqUpdateCount - Applies the next <liquibase.commandValue> change sets.
@stevesaliman
Copy link
Collaborator

I'm not quite sure what you are trying to point out here. Can you give more information?

@rumatoest
Copy link
Author

gradle tasks

Output this manual

rollbackCount - Rolls back the last <liquibase.commandValue> change sets.

According to manual I should use plugin like this:

gradle rollbackCount -Pliquibase.commandValue=1

But it will not work this way! Working example is

gradle rollbackCount -PliquibaseCommandValue=1

It happens because "liquibase.commandValue" from gradle tasks != "liquibaseCommandValue" IRL

@stevesaliman
Copy link
Collaborator

Thank you for the clarification, I see it now.

I updated the documentation to match what the plugin is actually doing. Version 1.1.1 of the plugin should show up in the normal repositories and mirrors shortly.

Thank you for pointing this out.

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

No branches or pull requests

2 participants