# medOS App CLI

**Portal version:** 0.1.0  
**Updated:** 2026-08-28  
**Source menu item:** Stripe CLI  
**Availability:** Documented and testable

> The source contract and local workflow exist. Access still depends on the target hospital deployment and its policy gates.

Create, diagnose, package, sign, verify, and prepare a hospital handoff from one local command surface.

## What you can use now

- Commands: `create`, `doctor`, `pack-kit`, `handoff-check`, plus release `sign` and `verify`.
- Outputs are bounded JSON suitable for CI evidence.

## Quick example

```bash
node bin/medos-app.mjs doctor
node bin/medos-app.mjs pack-kit --output-dir dist
```

## Current limits

- The CLI does not mint credentials, certify releases, install apps, or activate hospitals.

## Next step

Start with the [medOS Developer overview](/developers/platform/overview) and confirm the target hospital’s enabled contracts before production work.

## Canonical references

- [FHIR R4 integration](/integrations/fhir)
- [Public API](/backend/public-api)
- [Security and compliance](/architecture/security-and-compliance)
- [Developer portal status and coverage](/developers/platform/changelog)

