mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
Update cli.py
This commit is contained in:
parent
b551922341
commit
b5d492f2e0
@ -203,7 +203,7 @@ def migrate_3to4(path):
|
|||||||
@click.command('migrate-to-v5')
|
@click.command('migrate-to-v5')
|
||||||
def _migrate_to_v5(bench='.'):
|
def _migrate_to_v5(bench='.'):
|
||||||
"Migrate to Version 5"
|
"Migrate to Version 5"
|
||||||
click.echo("This will migrate all sites in the bench to version 5.")
|
click.echo("This will migrate all sites in the bench to version 5. Version 5 is still work in progress and NOT STABLE.")
|
||||||
if click.confirm("This is irreversible. Do you want to continue?", abort=True):
|
if click.confirm("This is irreversible. Do you want to continue?", abort=True):
|
||||||
migrate_to_v5(bench=bench)
|
migrate_to_v5(bench=bench)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user