hippo-cli icon indicating copy to clipboard operation
hippo-cli copied to clipboard

The Hippo CLI

Results 5 hippo-cli issues
Sort by recently updated
recently updated
newest added

I've noticed when attempting to run commands the following day, I see errors like the following: ``` > hippo app add helloworld helloworld Error: ``` Under the hood, the client...

enhancement

https://github.com/deislabs/hippo/pull/772 introduces API versioning for the server. The Hippo CLI can then check the `api-supported-versions` header to determine if the API it targets is supported or not. Alternatively we can...

enhancement

Hippo 0.7 introduced edit APIs in https://github.com/deislabs/hippo/pull/664. We can now utilize this with commands like `hippo app edit`, or perhaps a more directed approach like `hippo app rename`.

enhancement

We need to support compiler targets similar to the Spin CLI. To that end, we need to provide support for M1 Mac users.

enhancement

When hippo isn't running: ``` > hippo app add helloworld helloworld Error: error in reqwest: error sending request for url (https://localhost:5309/api/app): error trying to connect: tcp connect error: Connection refused...

enhancement