CLI reference: sparkwing examples

CLI reference: sparkwing examples

Every sparkwing examples command, flag, and argument, generated from the CLI's own command registry. All command groups are indexed in cli-reference.md.

sparkwing examplesSection anchor link

Read complete example pipelines

Read complete pipelines from the sparks-core example registry. Examples cover container deployment, migrations, release publishing, test sharding, and similar tasks.

--category and --cloud filter the list. Cloud-independent examples match every cloud filter. --name reads one example's description, prerequisites, parameters, applicability, and README. --body includes source with default parameter values.

JSON output contains manifests for a list, or a manifest and README for one example. Use 'sparkwing pipeline new --template ' to start a pipeline.

FlagsSection anchor link

FlagDescription
--name EXAMPLEShow full detail for one example instead of the list
--bodyWith --name, print the pipeline source (default + params)
--category CATEGORYFilter the list by applicability category
--cloud CLOUDFilter the list by cloud (aws | gcp); cloud-agnostic examples always match
-o, --output FORMATOutput format: pretty | json | plain (default: pretty on TTY, json when piped)

ExamplesSection anchor link

# Browse them
sparkwing examples

# Read one
sparkwing examples --name container-deploy-ecs-fargate --body

# Search deployment guidance
sparkwing docs search -q "ecs fargate"