Skip to main content

Worka CLI

The Worka CLI is the builder’s entry point for common pack tasks.

Use it when you want to:

  • initialise a new pack
  • inspect or register a pack image
  • run a local builder workflow
  • move from source to something the runtime can probe and attach

What the CLI is for

The CLI should reduce the amount of manual scaffolding and repetitive packaging work you need to do. It is not a replacement for understanding the platform model, but it should make the common path faster and safer.

Read these pages next

  1. Getting Started
  2. Create, Build, and Publish
  3. Testing and Debugging