skillfed

fastapi-cloud-cli

Deploy and manage FastAPI Cloud apps from the command line 🚀

fastapi-cloud-cli Permissive license MIT Active 38 v0.23.0 released

Install

fastapi-cloud-cli on PyPI

pip

pip install fastapi-cloud-cli

uv

uv add fastapi-cloud-cli

poetry

poetry add fastapi-cloud-cli

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 9 — typer, uvicorn, rignore, httpx, rich-toolkit, pydantic, sentry-sdk, fastar, detect-installer
Maintenance actively maintained — 16 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: fastapi_cloud_cli-0.23.0-py3-none-any.whl

Development Status :: 4 - BetaFramework :: FastAPIIntended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Software DevelopmentTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Libraries :: Python ModulesTyping :: Typed

About fastapi-cloud-cli

from the package's own PyPI description — quoted content, verbatim

FastAPI Cloud CLI

<a href="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/test.yml" target="_blank"> <img src="https://github.com/fastapilabs/fastapi-cloud-cli/actions/workflows/test.yml/badge.svg" alt="Test"> </a> <a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapilabs/fastapi-cloud-cli" target="_blank"> <img src="https://coverage-badge.samuelcolvin.workers.dev/fastapilabs/fastapi-cloud-cli.svg" alt="Coverage"> <a href="https://pypi.org/project/fastapi-cloud-cli" target="_blank"> <img src="https://img.shields.io/pypi/v/fastapi-cloud-cli?color=%2334D058&label=pypi%20package" alt="Package version"> </a>


Source Code: <a href="https://github.com/fastapilabs/fastapi-cloud-cli" target="_blank">https://github.com/fastapilabs/fastapi-cloud-cli</a>


License

This project is licensed under the terms of the MIT license.

Read as markdown · JSON record · Source repository · Homepage · Docs

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

FastAPI Cloud CLI is a command-line tool for deploying and managing FastAPI applications in the cloud. It provides CLI commands built on typer and uvicorn to streamline cloud deployment workflows.

Low install friction with a pure-Python wheel distribution. Active maintenance (last commit 2026-08-12, release 16 days old) and nine runtime dependencies that are well-established in the Python ecosystem.

MIT license permits commercial and private use with minimal restrictions; you must retain the license notice but face no copyleft obligations.

Usage

pip install fastapi-cloud-cli
from fastapi_cloud_cli import ...
# Use CLI commands via: fastapi-cloud-cli --help

Requires Python 3.10 or later; supports 3.10, 3.11, 3.12, 3.13.

Verdict: A young but actively maintained tool (Beta status, first release Dec 2024) with no known vulnerabilities and permissive MIT licensing. Low install friction and current Python version support make it accessible, though its small community (38 GitHub stars) and brief history mean production adoption should be weighed against your tolerance for early-stage tooling.

Needs verification

  • Specific cloud platforms supported (AWS, GCP, Azure, or others) and deployment scope
  • Whether rich-toolkit and fastar are internal or external dependencies and their stability
  • Real-world deployment success stories or production usage patterns
fastapi deployment clicloud deployment toolfastapi app managementcommand line deploymentfastapi cloud deploycli for fastapi appsserverless fastapi deployment

Similar packages