Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 2.41 KB

File metadata and controls

98 lines (59 loc) · 2.41 KB

Discloud for VSCode

This extension makes it easy to host and manage applications on Discloud through Visual Studio Code.

Discloud

🌐 Other languages

Requirements

  • Be registered on our website, discloud.com, and have generated an access token for our API.

Access token

Application Status

  • 🟢 Green: App online.
  • 🟡 Yellow: App shutdown due to lack of ram.
  • 🔴 Red: App shutdown due to code errors.
  • ⚪ Gray: App offline.

Features

Here is a list of features that the extension currently supports:

  • 📤 Upload apps
  • 🗃 Commit apps
  • ▶️ Start apps
  • 🔁 Restart apps
  • ⏹ Stop apps
  • ❌ Delete apps
  • 📜 Generate app logs
  • ⬇️ Download app backups
  • 💻 Import code from a hosted app to VSCode
  • 👀 View app status
  • 🖥 Use app terminal
  • 👥 Manage app team
  • 🖼 Change app avatar
  • ✏️ Change app name
  • 💾 Change app RAM

Installation

  • Install the extension.
  • Enter your access token the first time you use the extension.

Useful links

Discord

Guide

Upload applications

Upload application

Applications status

Viewing application status

Commit to applications

Committing application

Start applications

Starting application

Stop applications

Stopping application

Restart applications

Restarting application

Delete applications

Deleting application

Generate application logs

Generating application logs

Download application backup

Downloading application backup

Download and open hosted app code in VSCode

Importing application code to VSCode