mirror of https://github.com/databricks/cli.git
Rename MLOps Stack to MLOps Stacks (#881)
## Changes <!-- Summary of your changes that are easy to understand --> Rename `mlops-stack` `bundle init` redirect to `mlops-stacks`. ## Tests <!-- How is this tested? --> N/A
This commit is contained in:
parent
4bf32cb666
commit
1b992c0c1c
|
@ -19,7 +19,8 @@ var gitUrlPrefixes = []string{
|
|||
}
|
||||
|
||||
var aliasedTemplates = map[string]string{
|
||||
"mlops-stack": "https://github.com/databricks/mlops-stack",
|
||||
"mlops-stack": "https://github.com/databricks/mlops-stacks",
|
||||
"mlops-stacks": "https://github.com/databricks/mlops-stacks",
|
||||
}
|
||||
|
||||
func isRepoUrl(url string) bool {
|
||||
|
|
Loading…
Reference in New Issue