0.1.3 • Published 4 months ago

hypership v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Hypership CLI

GitHub Hero Banner

Join Our Discord

A powerful command-line interface for managing Hypership projects, deployments, and authentication.

Installation

npm install -g hypership

Features

  • šŸš€ Project initialization and setup
  • šŸ“¦ Automated deployments
  • šŸ”‘ Secure authentication
  • šŸ”„ Auto-update notifications
  • ⚔ Zero-configuration setup
  • šŸ› ļø Framework-agnostic deployment
  • šŸ“± Cross-platform support
  • šŸ”’ Secure token management
  • 🌐 Environment management
  • šŸŽÆ Project configuration

Quick Start

  1. Install the CLI globally:
npm install -g hypership
  1. Authenticate with your Hypership account:
hypership authenticate
  1. Initialize a new project:
hypership init
  1. Deploy your project:
hypership deploy

Commands

hypership authenticate [cliKey]

Authenticate with Hypership using email/password or CLI key.

Options:

  • -e, --email <email> - Email address
  • -p, --password <password> - Password

hypership init [projectId]

Initialize a new Hypership project. If no project ID is provided, you'll be prompted to select from your existing projects.

hypership deploy

Deploy your current Hypership project. Must be run from the project root directory.

hypership logout

Log out of your current Hypership session.

Project Structure

After initialization, your project will have the following structure:

your-project/
ā”œā”€ā”€ .hypership/
│   └── hypership.json
ā”œā”€ā”€ web/
│   ā”œā”€ā”€ src/
│   ā”œā”€ā”€ public/
│   └── package.json
└── README.md

Environment Variables

The CLI will automatically create and manage the necessary environment variables for your project during initialization.

Error Handling

The CLI provides detailed error messages and suggestions for common issues:

  • Authentication errors
  • Build failures
  • Deployment issues
  • Project configuration problems

Updates

The CLI includes an automatic update checker that will notify you when new versions are available. To update to the latest version:

npm install -g hypership@latest

License

ISC

0.0.20

5 months ago

0.0.21

5 months ago

0.0.22

5 months ago

0.0.23

5 months ago

0.0.15

5 months ago

0.0.16

5 months ago

0.0.17

5 months ago

0.0.18

5 months ago

0.0.19

5 months ago

0.0.10

6 months ago

0.0.11

6 months ago

0.0.12

6 months ago

0.0.13

6 months ago

0.0.14

6 months ago

0.1.0

5 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.5

7 months ago

0.1.3

4 months ago

0.0.4

7 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

8 years ago