File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# vercel-open
2
2
3
- The ` vercel-open ` command is an extension for Vercel CLI
3
+ The ` vercel-open ` custom command extension for the Vercel CLI
4
4
5
5
## Installation
6
6
@@ -10,21 +10,21 @@ npm install -g vercel-open
10
10
11
11
## Usage
12
12
13
- Assuming your terminal is pointing in a local vercel project:
13
+ ** Automatic ** - Requires that your working directory is a linked Vercel project:
14
14
15
15
```
16
16
vc open # open the vercel dahboard for the current project
17
17
vc open logs # open logs of the project
18
18
vc open logs --timeline=maximum # any query parameter is supported
19
19
```
20
20
21
- Additionally, you can specify the project open :
21
+ ** Custom ** - Providing a ` $team/$ project` slug that will be opened :
22
22
23
23
```
24
24
vc open vercel/v0 logs # will open `https://vercel.com/vercel/v0/logs` in the browser
25
25
```
26
26
27
- Also ` vc open info ` will print revelant information about your project:
27
+ Also ` vc open info ` will print relevant information about your project:
28
28
29
29
```
30
30
> vc open info
You can’t perform that action at this time.
0 commit comments