Skip to content

Commit c0b5e54

Browse files
authored
Remove predict command (#1762)
1 parent 456b465 commit c0b5e54

File tree

3 files changed

+0
-145
lines changed

3 files changed

+0
-145
lines changed

cli/cmd/predict.go

Lines changed: 0 additions & 130 deletions
This file was deleted.

cli/cmd/root.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

docs/clients/cli.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)