https://github.com/lucaperret/vscode-now
▲ZEIT now extension for VS Code
https://github.com/lucaperret/vscode-now
now vscode vscode-extension zeit
Last synced: about 1 month ago
JSON representation
▲ZEIT now extension for VS Code
- Host: GitHub
- URL: https://github.com/lucaperret/vscode-now
- Owner: lucaperret
- Created: 2018-03-08T18:53:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T18:26:31.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T06:33:00.262Z (about 1 month ago)
- Topics: now, vscode, vscode-extension, zeit
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=lucaperret.vscode-now
- Size: 1.37 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ▲ZEIT now for Visual Studio Code
The Now extension makes it easy to create and manage [▲ZEIT now](https://zeit.co/now) deployments from Visual Studio Code.
## Features
* Authentication: request a login, verify login, set token
* Explorer: deployments and aliases lists
* Deployments: list, deploy a folder, set new or existing alias, delete, open in browser, open logs in browser
* Aliases: list, open in browser, delete### Authentication

### Explorer

### Deployment

### Commands

## Requirements
A ▲ZEIT now account and a [token](https://zeit.co/account/tokens) are optional. You can create an account within VS Code with the `Login` command.
## Installation
* Install this extension
* Launch `Now : Login` within the Command Palette## Extension Settings
If you want to turn the Explorer off for all workspaces, set the `showExplorer` configuration setting to `false`. Press `CMD+,` (or `CTRL+,` on Windows/Linux) to bring up the user level settings and add this to the right side:
```json
"now.showExplorer": false
```## Release Notes
### 0.0.1
Initial release of vscode-now