Skip to content

Commit

Permalink
Init-cortex -> init
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsie011 committed Oct 25, 2023
1 parent d1a6756 commit 44d91e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cerebrium/cortex/advanced-functionality/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<your_initialisation_directory>>
cerebrium init <<your_initialisation_directory>>
```
This will create a Cortex project in the specified directory with the following structure:
Expand Down
2 changes: 1 addition & 1 deletion cerebrium/cortex/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44d91e4

Please sign in to comment.