cli4
Verified for current stable LTS
Cli4 Commands
Cli4 command syntax with verified terminal examples.
Commands
7 commands for Cli4
cli4 HTTP
Cli4 Command: Create New Dns Record
cli4 --post <name=example.com> <type=A> <content=192.0.2.1> {/zones/:example.com/dns_records} cli4 Operations
Cli4 Command: Delete Dns Record
cli4 --delete {/zones/:example.com/dns_records/:record_id} cli4 Operations
Cli4 Command: Display Account Information
cli4 </user> cli4 Operations
Cli4 Command: List All Zones
cli4 </zones> cli4 Operations
Cli4 Command: List Dns Records For Specific Zone
cli4 {/zones/:example.com/dns_records} cli4 HTTP
Cli4 Command: Purge All Cache For Zone
cli4 --post <purge_everything=true> {/zones/:example.com/purge_cache} cli4 Operations
Cli4 Command: Update Existing Dns Record
cli4 --put <name=sub.example.com> <type=A> <content=192.0.2.2> {/zones/:example.com/dns_records/:record_id} Suggest a Cli4 Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Cli4 workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.