CLI

Commands description

The CLI provides 5 main commands:

  • login: you need to supply the token provide on the platform (PAT: personal access token).

deepchain login
  • create: create a folder with a template app file.

deepchain login
  • deploy: the code and checkpoint are deployed on the platform, you can select your app in the interface on the platform.

    • with checkpoint upload

    deepchain deploy my_application --checkpoint
    
    • only the code

    deepchain deploy my_application
    
  • apps: command related to apps actions.

    • Get info on all local/upload apps

    deepchain apps --infos
    

    Important

    The apps show with this command are not synchronized with deepchain-hub.

    • Remove all local apps (files & config):

    deepchain apps --reset
    
    • Remove a specific application (files & config):

    deepchain apps --delete my_application
    
    • List all public apps:

    deepchain apps --public
    
  • download : download locally an app deployed on deepchain hub

deepchain download user.name@mail.com/AppName AppName