Skip to content

Commit

Permalink
fix: Update outdated doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Warr authored and laurawarr committed Aug 1, 2023
1 parent e302266 commit dafe493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The [`login again` command](docs/login.md#dvc-login-again) can be used to retrie

This process will open browser windows to interact with the DevCycle universal login page. It will first obtain a personal access token, then prompt you to choose an organization. A second browser window is used to authenticate the CLI with your chosen organization.

To switch organizations once logged in, the [`org` command](docs/org.md) can be used.
To switch organizations once logged in, the [`organizations select` command](docs/organizations.md) can be used.

### Repo Init Command
The [`repo init` command](docs/repo.md#dvc-repo-init) behaves in the same way as `login sso`, but creates a [repo configuration file](#repo-configuration) and stores the project and organization choices there instead.
Expand Down Expand Up @@ -115,7 +115,6 @@ USAGE
* [`dvc keys`](docs/keys.md) - Retrieve SDK keys from the Management API.
* [`dvc login`](docs/login.md) - Log in to DevCycle.
* [`dvc logout`](docs/logout.md) - Discards any auth configuration that has been stored in the auth configuration file.
* [`dvc org`](docs/org.md) - Switch organizations.
* [`dvc organizations`](docs/organizations.md) - List the keys of all organizations available to the current user
* [`dvc projects`](docs/projects.md) - Create, or view Projects with the Management API.
* [`dvc repo`](docs/repo.md) - Manage repository configuration.
Expand Down

0 comments on commit dafe493

Please sign in to comment.