Hydrosphere.io
GithubPython SDKContact UsSlack Community
3.0.0 Release
3.0.0 Release
  • Hydrosphere
  • 🌊About Hydrosphere
    • Overview
    • Concepts
    • Platform Architecture
      • Serving
      • Monitoring
      • Interpretability
    • Key Features
      • Model Registry
      • Inference Pipelines
      • A/B Model Deployments
      • Traffic Shadowing
      • Language-Agnostic
      • Automatic Outlier Detection
      • Data Drift Report
      • Monitoring Dashboard
      • Alerts
      • Prediction Explanation
      • Data Projection
      • Kubeflow Components
      • AWS Sagemaker
  • 🏄Quickstart
    • Installation
      • CLI
      • Python SDK
      • Configuring Helm charts
    • Getting Started
    • Tutorials
      • A/B Analysis for a Recommendation Model
      • Using Deployment Configurations
      • Train & Deploy Census Income Classification Model
      • Monitoring Anomalies with a Custom Metric
      • Monitoring External Models
    • How-To
      • Invoke applications
      • Write definitions
      • Develop runtimes
      • Use private pip repositories
  • 💧Resources
    • Troubleshooting
    • Reference
      • Libraries
      • Runtimes
    • Contribution
      • Contributing Pull Requests
Powered by GitBook
On this page
  • Installation
  • Usage
  • hs cluster
  • hs apply
  • hs profile
  • hs app
  • hs model

Was this helpful?

Export as PDF
  1. Quickstart
  2. Installation

CLI

PreviousInstallationNextPython SDK

Last updated 3 years ago

Was this helpful?

Hydrosphere CLI, orhs, is a command-line interface designed to work with the Hydrosphere platform.

Source code: PyPI:

Installation

Use pip to install hs:

pip install hs==3.0.0

Check the installation:

hs --version

Usage

hs cluster

This command lets you operate cluster instances. A cluster points to your Hydrosphere instance. You can use this command to work with different Hydrosphere instances.

See hs cluster --help for more information.

hs apply

This command allows you to upload resources from YAML definitions to the cluster.

See hs apply --help for more information.

hs profile

This command lets you upload your training data to build profiles.

  • $ hs profile push - upload training data to compute its profiles.

  • $ hs profile status - show profiling status for a given model.

See hs profile --help for more information.

hs app

This command provides information about available applications.

  • $ hs app list - list all existing applications.

  • $ hs app rm - remove a certain application.

See hs app --help - for more information.

hs model

This command provides information about available models.

  • $ hs model list - list all existing models.

  • $ hs model rm - remove a certain model.

See hs model --help for more information.

🏄
https://github.com/Hydrospheredata/hydro-serving-cli
https://pypi.org/project/hs/