From 44d91e4934fe246e009d59b6254ded93edaecede Mon Sep 17 00:00:00 2001 From: Michael Katsoulis Date: Wed, 25 Oct 2023 11:23:17 +0200 Subject: [PATCH] Init-cortex -> init --- cerebrium/cortex/advanced-functionality/config-files.mdx | 2 +- cerebrium/cortex/advanced-functionality/init-cortex-project.mdx | 2 +- cerebrium/cortex/introduction.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cerebrium/cortex/advanced-functionality/config-files.mdx b/cerebrium/cortex/advanced-functionality/config-files.mdx index ca53453b..5785ebe9 100644 --- a/cerebrium/cortex/advanced-functionality/config-files.mdx +++ b/cerebrium/cortex/advanced-functionality/config-files.mdx @@ -19,7 +19,7 @@ cerebrium deploy --config-file your_config_file.yaml Your config file can be named anything you want and can be placed anywhere on your local machine. However, remember to use the `cerebrium deploy` command in the same directory as your main.py as you would normally. -You can alternatively use the `cerebrium init-cortex-project` command to generate your config file and setup a Cortex project in your desired directory. See [here](/cerebrium/cortex/advanced-functionality/init-cortex-project) for more info. +You can alternatively use the `cerebrium init` command to generate your config file and setup a Cortex project in your desired directory. See [here](/cerebrium/cortex/advanced-functionality/init-cortex-project) for more info. ### Config File Format and Parameters diff --git a/cerebrium/cortex/advanced-functionality/init-cortex-project.mdx b/cerebrium/cortex/advanced-functionality/init-cortex-project.mdx index c9930907..9112f9ff 100644 --- a/cerebrium/cortex/advanced-functionality/init-cortex-project.mdx +++ b/cerebrium/cortex/advanced-functionality/init-cortex-project.mdx @@ -6,7 +6,7 @@ description: Using the CLI to quickly initialise a Cortex project. You can quickly set up a Cortex project by running the following command: ```bash -cerebrium init-cortex-project <> +cerebrium init <> ``` This will create a Cortex project in the specified directory with the following structure: diff --git a/cerebrium/cortex/introduction.mdx b/cerebrium/cortex/introduction.mdx index a5bc8e62..352940b6 100644 --- a/cerebrium/cortex/introduction.mdx +++ b/cerebrium/cortex/introduction.mdx @@ -30,7 +30,7 @@ Below is a brief outline of its setup You can get started with your first project by running the command below. It will create a starter template for you. ```bash -cerebrium init-cortex first-project +cerebrium init first-project ``` Currently, our implementation has four components: