Skip to content

Commit a044d81

Browse files
committed
Remove init CLI command
1 parent f908db5 commit a044d81

File tree

4 files changed

+1
-373
lines changed

4 files changed

+1
-373
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Checklist:
55
- [ ] Run `make test` and `make lint`
66
- [ ] Test end to end manually (e.g. build/push all images, restart local operator, and run `cx refresh` in an example folder)
77
- [ ] Update documentation
8-
- [ ] Update examples and `cx init`
8+
- [ ] Update examples
99
- [ ] Alert team if dev environment changed
1010
- [ ] Cherry-pick into release branches if it's a bugfix
1111
- [ ] Delete the branch once it's merged

cli/cmd/init.go

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

cli/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func Execute() {
6868
rootCmd.SetHelpCommand(&cobra.Command{Hidden: true})
6969
cobra.EnableCommandSorting = false
7070

71-
rootCmd.AddCommand(initCmd)
7271
rootCmd.AddCommand(deployCmd)
7372
rootCmd.AddCommand(refreshCmd)
7473
rootCmd.AddCommand(predictCmd)

docs/operator/cli.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# CLI Commands
22

3-
## init
4-
5-
```
6-
Initialize an application.
7-
8-
Usage:
9-
cortex init APP_NAME [flags]
10-
11-
Flags:
12-
-h, --help help for init
13-
```
14-
15-
The `init` command creates a scaffold for a new Cortex application.
16-
173
## deploy
184

195
```

0 commit comments

Comments
 (0)