Contents Menu Expand Light mode Dark mode Auto light/dark mode
Jina 3.13.2 documentation
Light Logo Dark Logo
Star

Get Started

  • Install
    • Via Docker Image
    • On Apple Silicon
    • On Windows
    • Troubleshooting
  • Create First Project
  • Preliminaries
    • Coding in Python/YAML
    • Clean & Efficient Code

Concepts

  • Executor
    • Basics
    • Add Endpoints
    • Run
    • Serve
    • Dynamic Batching
    • Health Check
    • Hot Reload
    • File Structure
    • Containerize
    • Instrumentation
    • YAML specification
  • Flow
    • Basics
    • Add Executors
    • Add Conditioning
    • Scale Out
    • Hot Reload
    • Handle Exceptions
    • Readiness
    • Health Check
    • Instrumentation
    • Troubleshooting on Multiprocessing
    • YAML specification
  • Gateway
    • Health Check
    • Rate Limit
    • Customize HTTP endpoints
    • Customization
    • YAML specification
  • Client
    • Send & Receive Data
    • Send Parameters
    • Send GraphQL Mutation
    • Callbacks
    • Rate Limit
    • Instrumentation
    • Third-party clients

Cloud Native

  • Kubernetes Support
    • Deploy on Kubernetes
  • Docker Compose Support
  • OpenTelemetry Support
    • Migrate from Prometheus/Grafana to OpenTelemetry
    • Prometheus/Grafana Support (Legacy)
  • Jina AI Cloud
    • Login & Token Management
    • Executor Hub
      • Portal
      • Create
      • Publish
      • Use
    • Jina AI Cloud Hosting
      • YAML specification

Developer Reference

  • Python API
  • Command-Line Interface
  • YAML Specification
  • Environment Variables
  • Telemetry
  • Protocol Documentation

Legacy Support

  • Migrate Jina 2 to Jina 3
  • Jina 2 Documentation

Ecosystem

  • Jina
  • Jina Hub
  • Finetuner
  • DocArray
  • CLIP-as-service
  • JCloud
  • NOW
Back to top

jina_cli package#

Submodules#

  • jina_cli.api module
    • deployment()
    • pod()
    • executor_native()
    • executor()
    • worker_runtime()
    • gateway()
    • ping()
    • dryrun()
    • client()
    • export()
    • flow()
    • hub()
    • new()
    • help()
    • auth()
    • cloud()
  • jina_cli.autocomplete module
  • jina_cli.export module
    • api_to_dict()
  • jina_cli.known_plugins module
  • jina_cli.lookup module
    • lookup_and_print()

Module contents#

jina_cli.main()[source]#

The main entrypoint of the CLI

Copyright © Jina AI Limited. All rights reserved.
Last updated on Jan 20, 2023
Contents
  • jina_cli package
    • Submodules
    • Module contents
      • main()