Forge Quick Access is a Visual Studio Code extension that allows you to authenticate with Forge, list sites, and deploy files directly from the editor.
- Authenticate with Forge
- List Forge sites
- Deploy files to Forge
- Visual Studio Code version 1.96.0 or higher
- A Forge account
This extension contributes the following settings:
forgeQuickAccess.forgeToken
: Store Forge API token
This extension provides the following commands:
Forge: Authenticate
: Authenticate with ForgeForge: List Sites
: List all sites in your Forge accountForge: Deploy
: Deploy a file to Forge
- None at the moment
- Initial release of Forge Quick Access
- Install the extension from the Visual Studio Code Marketplace or download the
.vsix
file and install it manually. - Open the Command Palette (
Ctrl+Shift+P
) and runForge: Authenticate
to authenticate with your Forge account. - Use
Forge: List Sites
to list all sites in your Forge account. - Use
Forge: Deploy
to deploy a file to Forge.
If you have any suggestions or find any issues, please open an issue or submit a pull request on the GitHub repository.
MIT