Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Dec 17, 2024
1 parent 566b573 commit bfa79f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/cloud/how-to/collaborate-using-orgs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Any private packages published to this organization will be available to all its

### Create an organization

The `fluvio-cloud admin org create` command will walk you though creating an org and creating its first cluster.
The `fluvio cloud admin org create` command will walk you though creating an org and creating its first cluster.

```bash
$ fluvio-cloud admin org create --name my-org --display-name MyOrganization
$ fluvio cloud admin org create --name my-org --display-name MyOrganization
Created organization: MyOrganization (my-org)

? Would you like to select the newly created organization? Yes
Expand Down Expand Up @@ -55,9 +55,9 @@ You may continue adding additional teammates using this command.
### Accepting an invite and joining the organization
As the person being invited to join, you will receive an email with an invitation code.
If you do not already have an InfinyOn Cloud user account you will be prompted to create one.
If you do not already have an [InfinyOn Cloud] user account you will be prompted to create one.
Log in with the CLI
Log in with the [Cloud CLI]
```bash
$ fluvio cloud login
Expand Down Expand Up @@ -94,4 +94,3 @@ The Fluvio profile is now loaded on to the teammate's machine and can be used by
[InfinyOn Cloud]: https://infinyon.cloud
[Cloud CLI]: cloud/cli/overview.mdx
[Cloud CLI docs]: cloud/cli/overview.mdx

0 comments on commit bfa79f1

Please sign in to comment.