File tree Expand file tree Collapse file tree 3 files changed +0
-145
lines changed Expand file tree Collapse file tree 3 files changed +0
-145
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ func init() {
120120 getInit ()
121121 logsInit ()
122122 patchInit ()
123- predictInit ()
124123 refreshInit ()
125124 versionInit ()
126125}
@@ -162,7 +161,6 @@ func Execute() {
162161 _rootCmd .AddCommand (_patchCmd )
163162 _rootCmd .AddCommand (_logsCmd )
164163 _rootCmd .AddCommand (_refreshCmd )
165- _rootCmd .AddCommand (_predictCmd )
166164 _rootCmd .AddCommand (_deleteCmd )
167165
168166 _rootCmd .AddCommand (_clusterCmd )
Original file line number Diff line number Diff line change @@ -75,19 +75,6 @@ Flags:
7575 -h, --help help for refresh
7676```
7777
78- ## predict
79-
80- ``` text
81- make a prediction request using a json file
82-
83- Usage:
84- cortex predict API_NAME JSON_FILE [flags]
85-
86- Flags:
87- -e, --env string environment to use
88- -h, --help help for predict
89- ```
90-
9178## delete
9279
9380``` text
You can’t perform that action at this time.
0 commit comments