1.0.2 • Published 10 months ago

deploydash-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

DeployDash CLI

Welcome to the DeployDash CLI! DeployDash is a simplistic, yet powerful SaaS tool designed for deploying static web apps with ease. If you're already familiar with platforms like Netlify, or Vercel you'll feel right at home with DeployDash. Our primary focus is simplicity, and we have developed this CLI tool to make your deployments as straightforward and fast as possible.

DeployDash: Deployment made easy!

Features

  • Seamless Deployment: With a few simple commands, you can deploy your static web apps directly from your development environment.
  • Git Versioning: Use git hash as your version control system for deployments, allowing you to keep track of every version of your app.
  • Simplistic User Interface: DeployDash thrives on simplicity. It's easy to navigate and understand.

Installation

Install DeployDash CLI using npm:

npm install -g deploydash

Getting Started

Before you start using DeployDash CLI, you need to login to the DeployDash service.

deploydash login

Enter your email and password when prompted. Upon successful authentication, your login token will be saved in your home directory.

Usage

Deploy your static web apps with the DeployDash CLI using the following command:

deploydash deploy <folder_name> --version <version>

Alternatively, you can automatically determine the version using your current git commit hash:

deploydash deploy <folder_name> --auto-version git

Force a deployment even if the version already exists with the --force option:

deploydash deploy <folder_name> --version <version> --force

Why Choose DeployDash?

  • Simplicity: With our straightforward CLI and clean, user-friendly web interface, deploying static web apps has never been easier.
  • Convenience: No need for complicated deployment pipelines. With our CLI tool, you can deploy directly from your development environment.
  • Time-saving: Time is the most valuable resource. Save time on deployments and spend more on coding.
  • Customer Support: We're committed to helping our customers achieve their goals. Our support team is always ready to help you out.

Support

If you encounter any problems or have any suggestions, please don't hesitate to reach out to us at support@deploydash.io. We're always ready to help you with your deployment needs.

Get Started Today!

Give DeployDash a try, and we promise you'll love the simplicity and convenience it brings to your deployment process.

Visit DeployDash for more information. Happy deploying!