Skip to main content
Run any command with the talos binary. Most generators accept flags but fall back to interactive prompts when a value is omitted, so you can run them with no arguments and answer the questions, or pass --name, --module, and other flags to run them non-interactively.
Run talos help to print the full list from your installed version.

Application

Modules and resources

AI

Microservices, frontends, and designs

Database

Dependencies

Every one of these audits the resolved dependency graph for known vulnerabilities before it reaches node_modules, rolling the change back if the audit blocks it.

Scripts and task running

workspace:run is the task runner: it executes package.json scripts across every discovered package and module in workspace dependency order, with a content-addressed cache. build, fmt, lint, and test are standalone commands with their own dedicated caches, which workspace:run delegates to when you name them.

Project health

Issues

Credentials, storage, and publishing

CLI itself