Updated May 8, 2026 TheDocumentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
raff security-group command group manages Firewall Groups. The dashboard product is called Firewall; the underlying API path is security-groups, which is what the CLI command name reflects. Functionality is the same — see Firewall overview for the model.
To attach a group to a VM, use raff vm sg add (see VM commands → sg add). The CLI doesn’t yet expose Update Rules — use the Update Firewall API directly for now.
Subcommand index
list
templates
web-server, database-server, ssh-only, allow-all, deny-all. Use the id field as --template-id on create to start from a template.
get
create
--template-id web-server), pass rules as JSON via --rules-file, or both (rules merge with template). Rule format follows the Create Firewall API schema:
delete
raff vm sg remove on each VM first.
Reboot reminder
Any rule change (create, attach, detach, delete) requires a VM reboot for the new rules to take effect inside the guest. The platform record updates immediately; the guest network stack picks it up only at boot. See Update rules for the full reboot rule.Related
VM commands
raff vm sg add to attach to a VM.Firewall overview
The two-layer firewall model.
Inbound vs outbound
Rule format, port ranges, CIDR.