Loading...
Loading...
Google Model Armor: Create a new Model Armor template.
npx skill4agent add googleworkspace/cli gws-modelarmor-create-templatePREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
gws modelarmor +create-template --project <PROJECT> --location <LOCATION> --template-id <ID>| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | GCP project ID |
| ✓ | — | GCP location (e.g. us-central1) |
| ✓ | — | Template ID to create |
| — | — | Use a preset template: jailbreak |
| — | — | JSON body for the template configuration (overrides --preset) |
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --preset jailbreak
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --json '{...}'[!CAUTION] This is a write command — confirm with the user before executing.