Oct 12, 2021

DEX8 CLI

DEX8 CLI is a powerful command-line interface designed to streamline the process of creating and executing DEX8 Skripts. With this tool, developers can effortlessly create, manage, and execute automated serverless scripts, simplifying complex tasks and boosting productivity in the world of web automation and data extraction.

Installation

$ npm install -g dex8-cli

Summary

DEX8 CLI is a command-line interface that helps developers to create and execute DEX8 Skripts.

DEX8 Skripts are automated serverless scripts that can be used to perform a variety of tasks, such as web scraping, data extraction, and browser automation.

DEX8 CLI can be installed on any operating system.

There are two ways to install DEX8 CLI: global installation and local (project) installation.

To use DEX8 CLI, you need to use the dex8 command followed by a subcommand.

DEX8 CLI Subcommands

  • login: Login to the DEX8 web panel.
  • logout: Logout from the DEX8 web panel.
  • init: Create a new DEX8 Skript.
  • delete: Delete a DEX8 Skript.
  • bundle: Create a single, bundled file from main.js and its required files.
  • bundleRemove: Remove a bundled file.
  • start: Run a DEX8 Skript locally.
  • upload: Upload a DEX8 Skript to the DEX8 serverless platform.
  • update: Update the details of a DEX8 Skript.
  • download: Download a DEX8 Skript from the DEX8 serverless platform.

Links

  1. https://www.npmjs.com/package/dex8-cli
  2. https://github.com/smikodanic/dex8-cli