Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.05 KB

Hypershift CLI Assistant

Click here to open the assistant.

An interactive web UI wizard that helps users generate the correct hcp create cluster commands. The assistant guides users step-by-step through required and optional configurations, ensuring a smooth setup experience.

UI demo

Features

  • Step-by-step wizard for easy input
  • Copy-to-clipboard functionality

Setup & Development

1. Clone the Repository

git clone https://github.com/shiftstack/hcp-cli-assistant.git
cd hcp-cli-assistant

2. Install Dependencies

npm install

3. Run Locally

npm run dev

Visit http://localhost:5173/ in your browser.

4. Build for Production

npm run build

5. Deploy to GitHub Pages

The project is automatically deployed via GitHub Actions, but you can also deploy manually:

npm run deploy

License

This project is open-source and available under the Apache 2.0 License.


Developed for HyperShift users.