mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
chore: Remove set-default-site command
This commit is contained in:
parent
c183c90090
commit
324b58622c
@ -98,12 +98,6 @@ def set_redis_socketio_host(host):
|
||||
set_redis_socketio_host(host)
|
||||
|
||||
|
||||
@click.command('set-default-site', help="Set default site for bench")
|
||||
@click.argument('site')
|
||||
def set_default_site(site):
|
||||
from bench.utils import set_default_site
|
||||
set_default_site(site)
|
||||
|
||||
|
||||
@click.command('download-translations', help="Download latest translations")
|
||||
def download_translations():
|
||||
|
@ -101,7 +101,7 @@ These commands belong directly to the bench group so they can be invoked directl
|
||||
- **set-redis-cache-host**: Set Redis cache host for bench
|
||||
- **set-redis-queue-host**: Set Redis queue host for bench
|
||||
- **set-redis-socketio-host**: Set Redis socketio host for bench
|
||||
- **set-default-site**: Set default site for bench
|
||||
- **use**: Set default site for bench
|
||||
- **download-translations**: Download latest translations
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user