ARMARA Course 08

Course 08 / Module 02

The command index and the reference shelf

Inspect the remaining compression reference and use a printable shelf to locate every command or exclusion.

Level
All levels
Time
12 minutes
Commands
8 named
Finish
A printable CLI shelf

Video / coming soon

The written lesson is complete now.

Use this page as the printable shelf

The page has a print stylesheet. Print or save it as PDF, and keep the curriculum coverage ledger beside it.

Use Ctrl+P to print or save as PDF.
01

Keep user-facing compression in Module 2.9

Test, score, and detect are the everyday surface. The commands here expose engine profiles, suggestions, cache policy, and per-project records.

02

Inspect the three built-in profiles

Run in your terminal
armaraos compression profiles list --json
armaraos compression profiles show <NAME> --json
armaraos compression profiles map-project <PROJECT_ID> --json
Real compression profiles, project mapping, adaptive suggestion, cache TTL, and empty project store
Fresh live output / verified read-only engine reference
03

Ask for an adaptive suggestion

Run in your terminal
armaraos compression adaptive suggest [TEXT] [-f FILE] [--json]

The short policy reminder returned mode off because it was below the compression floor.

04

Read cache policy and TTL

Run in your terminal
armaraos compression cache ttl --base-ttl-secs 300 --hits 0 --json
armaraos compression cache policy --json
05

Inspect project profiles without writing

Run in your terminal
armaraos compression project-profiles show <AGENT_ID> --json

The course agent returned version 1 and an empty projects map.

06

Keep the setter in the reference column

Run in your terminal
armaraos compression project-profiles set <AGENT_ID> --project <P> [OPTIONS]

This merges state into an agent file. It is verified but not executed in this read-only sitting.

07

Use the whole reference shelf

  • Identifier card from Course 1.
  • Destructive inventory from Course 2.
  • Containment ladder from Course 4.
  • Triage flow from Course 7.
  • Coverage ledger and deliberate exclusions in the curriculum.

Download this printable reference

Check it / ten-second lookup

Find one random command in the ledger.

Then print or save this page and point to all five parts of the shelf.

Safety note

The demonstrated commands are read-only. The project-profile setter is reference-only and writes agent state.

Back to Module 8.1

Next / Program Capstone

The human handover

Lesson ready