[doc] cli/domain.py
This commit is contained in:
parent
9753f4be95
commit
8fc1ba6c91
|
@ -50,7 +50,7 @@ def list_routes(domain_name):
|
||||||
@cli.command()
|
@cli.command()
|
||||||
def domain(domains, delete, update, create, read): #, domains, read, create, update, delete):
|
def domain(domains, delete, update, create, read): #, domains, read, create, update, delete):
|
||||||
"""
|
"""
|
||||||
Lists routes for the specified domains, or update them in the database
|
The "halfapi domain" command
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
domain (List[str]|None): The list of the domains to list/update
|
domain (List[str]|None): The list of the domains to list/update
|
||||||
|
|
Loading…
Reference in New Issue