Fresh out the oven
- Homebrew Support You can now install the Myple CLI using Homebrew.
brew tap myple/tap
brew install myple
- Install script for Linux We’ve added an install script for Linux users. You can now install the CLI with a single command.
curl -fsSL https://get.myple.io/install.sh | bash
myple whoami
You can now check if you are already logged in.
- New API endpoint We’ve added the following:
/v1/models
get a list of all models available in Myple.
- Animations We’ve added animations to the UI to make it more fluid and intuitive to use.
Bug Fixes
myple login
command should not stall when the user is already logged in.
- Improved performance of the web app.