Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1009 Bytes

hyp-cli.mdx

File metadata and controls

39 lines (26 loc) · 1009 Bytes
title description
Hyp CLI
Comprehensive reference for the Hyp CLI commands and usage

Hyp CLI is a command-line tool for managing your Hypermode account and apps. When using Hyp CLI alongside the Modus CLI, your apps automatically connect to Hypermode-hosted models when working locally.

Install

Install Hyp CLI via npm.

npm install -g @hypermode/hyp-cli

Commands

login

Log in to your Hypermode account. When executed, this command redirects to the Hypermode console to authenticate. It stores an authentication token locally and prompts you to select your organization context.

logout

Log out of your Hypermode account. This command clears your local authentication token.

link

Link your GitHub repo to a Hypermode project. The command adds a default GitHub Actions workflow to build your Modus app and a Hypermode GitHub app for auto-deployment on commit.

org switch

Switch to a different org context within the CLI session.