JCloud is the command line interface that simplifies deploying and managing Jina projects on Jina Cloud.
Jina Cloud is the the cloud infrastructure provided by Jina AI. It hosts your Jina project, provides computational and storage resources. Jina Cloud is now in early beta, you can apply the access token here for free.
pip install jcloud
jc -h
jc deploy myflow.yml
You will get an Flow ID, say 84b8b495df
. This ID is needed to manage, view logs and remove the Flow.
jc logs 84b8b495df
jc remove 84b8b495df
jc status 84b8b495df
jc list