@phila/cli
v0.8.0
Published
CLI tool for City of Philadelphia AWS infrastructure
Keywords
Readme
@phila/cli
CLI tool for City of Philadelphia AWS infrastructure management.
Installation
npm install -g @phila/cliUsage
The CLI is available as the city command:
city [command]Quick Start
# Initialize a project
city init
# Validate build and synth
city validate dev
# Deploy infrastructure and code
city deploy dev
# Ship code-only changes
city ship dev --lambda myLambdaDocumentation
The canonical command and configuration reference lives in:
Related docs:
Requirements
- Node.js (>=18.0.0)
- npm (preferred), pnpm, or yarn
- AWS CLI
- AWS CDK CLI
Development
# Build
npm run build
# Run tests
npm test
# Lint
npm run lintLicense
Part of the City of Philadelphia AWS Infrastructure Library.
