From 73fb4b09f91a52d0645bee361bb1541f4c1f642f Mon Sep 17 00:00:00 2001 From: Miha Kralj <31756078+mihakralj@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:05:24 -0700 Subject: [PATCH] Update README.MD --- README.MD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.MD b/README.MD index 1fb283b..b6bc0a5 100644 --- a/README.MD +++ b/README.MD @@ -16,12 +16,9 @@ - **`set [value] [(attribute)]`**: Adds a new branch, value and/or attribute - **`set [value] [(attribute)] -d`**: Deletes branch, value and/or attribute - **`discard []`**: Discards a value (or all changes) in the 'staging.xml' - - **`commit`**: Moves staging.xml to active 'config.xml' - - **`export [] []`**: Extracts a patch file - **`import [patch.xml]`**: Reads provided XML patch and injects it into 'staging.xml' - - **`backup []`**: Lists available backup configs or displays a specific backup - **`restore []`**: Restores config.xml from a specific backup.xml. (alias: `load`) - **`save []`**: Creates a new /conf/backup/file.xml @@ -29,11 +26,9 @@ - **`delete age [days]`**: Deletes all backups older than specified days - **`delete keep [count]`**: Keeps specified number of backups and deletes the rest - **`delete trim [count]`**: Deletes number of the oldest backups - - **`sysinfo []`**: Retrieves system information from the firewall - **`run `**: Executes commands on OPNsense. - ### Flags - **`--target (-t)`**: Sets the target OPNsense in the form of `user@hostname[:port]`.