We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
admin
1 parent e208c0e commit 7135973Copy full SHA for 7135973
src/warnet/admin.py
@@ -9,7 +9,6 @@
9
from .namespaces import copy_namespaces_defaults, namespaces
10
from .network import copy_network_defaults
11
from .process import run_command
12
-from .service_accounts import service_accounts
13
14
15
@click.group(name="admin", hidden=True)
@@ -19,7 +18,6 @@ def admin():
19
18
20
21
admin.add_command(namespaces)
22
-admin.add_command(service_accounts)
23
24
25
@admin.command()
src/warnet/service_accounts.py
0 commit comments