Skip to content

Commit

Permalink
Merge pull request #7 from vercel-labs/readme-suggestions
Browse files Browse the repository at this point in the history
Readme suggestions
  • Loading branch information
Kikobeats authored Dec 12, 2024
2 parents 7575f6a + 85284a6 commit 833592f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vercel-open

The `vercel-open` command is an extension for Vercel CLI
The `vercel-open` custom command extension for the Vercel CLI

## Installation

Expand All @@ -10,21 +10,21 @@ npm install -g vercel-open

## Usage

Assuming your terminal is pointing in a local vercel project:
**Automatic** - Requires that your working directory is a linked Vercel project:

```
vc open # open the vercel dahboard for the current project
vc open logs # open logs of the project
vc open logs --timeline=maximum # any query parameter is supported
```

Additionally, you can specify the project open:
**Custom** - Providing a `$team/$project` slug that will be opened:

```
vc open vercel/v0 logs # will open `https://vercel.com/vercel/v0/logs` in the browser
```

Also `vc open info` will print revelant information about your project:
Also `vc open info` will print relevant information about your project:

```
> vc open info
Expand Down

0 comments on commit 833592f

Please sign in to comment.