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.
1 parent e52f28f commit 7af2274Copy full SHA for 7af2274
src/emd/cli.py
@@ -6,8 +6,7 @@
6
destroy,
7
version,
8
status,
9
- config,
10
- example
+ config
11
)
12
from emd.commands.invoke import invoke
13
from emd.revision import VERSION, COMMIT_HASH
@@ -49,12 +48,6 @@
49
48
help="Test deployed models with sample requests",
50
51
52
-app.add_typer(
53
- example.app,
54
- name="example",
55
- help="Generate sample code for API integration",
56
-)
57
-
58
app.add_typer(
59
destroy.app,
60
name="destroy",
src/emd/commands/example.py
0 commit comments