@raas-ai/raas-cli
v1.8.3
Published
Command line interface to RaaS.AI model hosting platform
Readme
Getting Started with RaaS
Sign Up
To sign up for RaaS, you'll neeed a username and a password. The signup command will prompt you for a username, password, and ask to confirm said password.
raas signupIf you already have an account, you can run raas login.
Running Tests
Integration Tests:
export EMAIL='[email protected]'
export PASSWORD='p@ssw0rd'
export RAAS_REGION='dev'
npm run test