Skip to content

9. Tools

The Tools menu (option 9 in the main menu) groups utility commands that manage your SWAO installation, workspace, and credentials.

Available tools

ToolCLI commandDescription
Lensesswao lens list / swao lens applySwitch between pre-configured analysis lenses (security-focused, data-governance, cloud-migration)
Licenceswao licence show / swao licence activateDisplay current edition and activate a licence key
Credentialsswao credential set / swao credential listStore and manage API keys and vault references
Framework installswao framework install <name>Install additional community frameworks
Catalogue updateswao catalogue updatePull the latest LZ provider catalogue and framework updates
Helpswao --help / swao <command> --helpFull CLI reference

Lenses

Lenses are pre-configured sets of enabled analysis passes, signal weights, and framework filters. Three community lenses ship with every edition:

LensFocus
cloud-migration7R migration verdict, dependency mapping, wave planning
security-focusSecurity posture, secrets detection, cryptography, SAST
data-governancePII classification, data residency, egress analysis, GDPR controls

Apply a lens before running an assessment:

bash
swao lens apply security-focus
swao assess --app my-app

See also: Workspace Setup | CLI reference