Skip to content

Commit

Permalink
display options in a table
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jun 3, 2024
1 parent 9bb4086 commit c49fb01
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ verceler --vt <vercel_token> --gt <github_token> [options]

### Options

- `vercel-token, -vt <token>`: Your Vercel API token.
- `github-token, -gt <token>`: Your GitHub API token.
- `create-github-workflow, -cgw`: Create a GitHub Actions workflow file for Vercel deployment.
- `debug, -d`: Enable debug mode to log extra information.
- `load-env, -le <envs>`: Comma-separated list of environments to set variables in Vercel projects (e.g., preview,development,production).
- `domain, -dom <domain>`: Domain name to set up with your Vercel project.
| Option | Description |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `--vercel-token, -vt <token>` | Your Vercel API token. |
| `--github-token, -gt <token>` | Your GitHub API token. |
| `--create-github-workflow, -cgw` | Create a GitHub Actions workflow file for Vercel deployment. |
| `--debug, -d` | Enable debug mode to log extra information. |
| `--load-env, -le <envs>` | Comma-separated list of environments to set variables in Vercel projects (e.g., preview,development,production). |
| `--domain, -dom <domain>` | Domain name to set up with your Vercel project. |

### Example

Expand Down

0 comments on commit c49fb01

Please sign in to comment.