copha list [-options]
-a show all data.
-t [proejct,task,driver] show list with declare type.
copha config [project_name] [-options]
copha config # default edit global settings when no params
copha config project_name # edit project configure
-o # edit overwrite code
-d # edit export data code
-c # custom code
copha create [project_name] [-options]
copha create project_name # create project use name
-t task # create project with the specified task type
copha run [project_name] [-options]
copha run project_name # run project
-e # export data only
-c # run custom code only
-t # run project test
-d # run with daemon mode
copha stop [project_name] [-options]
copha stop project_name # stop a running project
-r # stop and restart project
copha reset [project_name] [-options]
copha reset project_name # reset a project state
--hard # reset state and delete all data of project
copha delete [project_name]
copha delete project_name # delete a project
copha serve [-options]
copha serve # launch a web server of api at local
-p <7000> # specify the service port
-H <127.0.0.1> # specify the address bound to the service
-d # run service with deamon
-s # stop API service
copha load <resource_name> [-options]
-t [project,task,driver,storage] # declare the type of imported resource
copha export [project_name] [-options]
copha export project_name # export project item
-f # declare the absolute path of saved data
-d # export with data dir
copha logs [project_name] [-options]
copha logs project_name # show project run logs