Skip to content

Commit

Permalink
Merge pull request #1082 from run-ai/cluster_command_2.18
Browse files Browse the repository at this point in the history
Update new-cli-install.md
  • Loading branch information
yarongol authored Sep 15, 2024
2 parents 4b2081a + 2f17275 commit e1255db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/researcher-setup/new-cli-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ If only one cluster is connected to the account, it is set as the default cluste

1. Open the terminal on your local machine.
2. Run `runai cluster list` to find the required cluster name.
3. Run the following command `runai cluster set --name <CLUSTER NAME>`
3. Run the following command `runai cluster set <CLUSTER_NAME>`

### Setting a default project

Set a default working project, to easily submit workloads without mentioning the project name in every command.

1. Run the following command on the terminal:
`runai project set <project_name>`
`runai project set <PROJECT_NAME>`
2. If successful, the following message is returned:
`project <project name> configured successfully`
`project <PROJECT_NAME> configured successfully`
3. To see the current configuration run:
`runai config generate --json`

Expand Down

0 comments on commit e1255db

Please sign in to comment.