From 8e63423ef656d1a403c959589ed19621281ebb0b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 16 May 2025 13:51:45 +0200 Subject: feat(manuals): add HTML page for PoC. Signed-off-by: Amlal El Mahrouss --- public/manuals/nekernel/mgmt.util.man | 52 +++++++++++------- public/manuals/nekernel/mgmt.util.man.html | 85 ++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+), 20 deletions(-) create mode 100644 public/manuals/nekernel/mgmt.util.man.html diff --git a/public/manuals/nekernel/mgmt.util.man b/public/manuals/nekernel/mgmt.util.man index 929da2d6..1c46002b 100644 --- a/public/manuals/nekernel/mgmt.util.man +++ b/public/manuals/nekernel/mgmt.util.man @@ -1,20 +1,32 @@ -Title: mgmt - Management utility command. -Command: mgmt - -Body: - -The management command serves as the main scheduling and management utility of System One. - -Usages include but not limited to: - -- Run certain scripts at X time. -- Verify a device/filesystem integrity. -- Manage and automate other NeKernel machines. - -Example: - -mgmt -s -t 2:30PM -d Wed -m Apr -y 2026 -s pgp-update.script - -Release: - -System One NeKernel +NAME + mgmt — Management utility command + +SYNOPSIS + mgmt [OPTIONS] + +DESCRIPTION + The `mgmt` command provides scheduling, execution, and remote orchestration + capabilities within the System One operating environment. It serves as the + main task and maintenance utility for NeKernel deployments. + + Usages include, but are not limited to: + - Schedule scripts or tasks for future execution. + - Verify device or filesystem integrity. + - Manage and automate remote NeKernel machines. + +OPTIONS + -s, --script Script to execute + -t, --time Time to run the script + -d, --day Day of the week (e.g., Mon, Tue, Wed) + -m, --month Month (e.g., Jan, Feb, Mar) + -y, --year Year to schedule task + -r, --remote
Remote machine to manage (optional) + -v, --verify Run integrity checks only + -h, --help Display this help message + +EXAMPLES + mgmt -s pgp-update.script -t 2:30PM -d Wed -m Apr -y 2026 + Schedules `pgp-update.script` to run at 2:30PM on Wednesday, April 2026. + +RELEASE + System One — NeKernel \ No newline at end of file diff --git a/public/manuals/nekernel/mgmt.util.man.html b/public/manuals/nekernel/mgmt.util.man.html new file mode 100644 index 00000000..6f1ddc13 --- /dev/null +++ b/public/manuals/nekernel/mgmt.util.man.html @@ -0,0 +1,85 @@ + + + + + + + mgmt Manual Page + + + + +

mgmt

+
+

NAME

+

mgmt — Management utility command

+
+ +
+

SYNOPSIS

+

mgmt [OPTIONS]

+
+ +
+

DESCRIPTION

+

+ The mgmt command provides scheduling, execution, and remote orchestration + capabilities within the System One operating environment. It serves as the main task + and maintenance utility for NeKernel deployments. +

+
    +
  • Schedule scripts or tasks for future execution.
  • +
  • Verify device or filesystem integrity.
  • +
  • Manage and automate remote NeKernel machines.
  • +
+
+ +
+

OPTIONS

+
    +
  • -s, --script <FILE>: Script to execute
  • +
  • -t, --time <HH:MMAM/PM>: Time to run the script
  • +
  • -d, --day <DAY>: Day of the week (e.g., Mon, Tue, Wed)
  • +
  • -m, --month <MONTH>: Month (e.g., Jan, Feb, Mar)
  • +
  • -y, --year <YYYY>: Year to schedule task
  • +
  • -r, --remote <ADDRESS>: Remote machine to manage (optional)
  • +
  • -v, --verify: Run integrity checks only
  • +
  • -h, --help: Display this help message
  • +
+
+ +
+

EXAMPLES

+
mgmt -s pgp-update.script -t 2:30PM -d Wed -m Apr -y 2026
+

Schedules pgp-update.script to run at 2:30PM on Wednesday, April 2026.

+
+ +
+

RELEASE

+

System One — NeKernel

+
+ + + \ No newline at end of file -- cgit v1.2.3