modelfox icon indicating copy to clipboard operation
modelfox copied to clipboard

CLI login and upload

Open nitsky opened this issue 4 years ago • 0 comments

Right now, models can only be uploaded to the app from the browser. It would be nice to allow upload from the CLI as well. This will require implementing authentication in the CLI as well. The proposed interface is:

  1. tangram login to authenticate, optionally with --app-url <APP_URL> to support self-hosted apps.
  2. tangram upload --app-url <APP_URL> --repo-id <REPO_ID> --model <MODEL_PATH>.

nitsky avatar Jul 14 '21 19:07 nitsky