Skip to content

Commit

Permalink
Updated documentation to sync with cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
milo157 committed Jan 23, 2024
1 parent 656a4e4 commit 615b2b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cerebrium/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ This should open up your web browser to the Cerebrium dashboard. If you have not
and you should be able to return to your terminal. You should get the following success message.

```
Logged in successfully
✅ Logged in successfully
Current project context set to p-12345
```

You will see it prints out your current project - think of this as your working environment. In the top left of your Cerebrium dashboard you can create multiple projects, such as a dev and prod
environment for your application. You can then switch your project for all future commands to relate to that project. You can see your projects using:
environment for your application with different apps, secrets etc. You can then switch your project for all future commands to relate to that project. You can see your projects using:

```
cerebrium project list
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 615b2b7

Please sign in to comment.