From: Rob van der Linde Date: Wed, 12 Jul 2023 12:42:56 +0000 (+1200) Subject: netcmd: sites: add sites and subnet list and view commands to manpage X-Git-Tag: talloc-2.4.1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb6fecd9ac5ff803e2c74e2a5cc6596c9eb5107c;p=thirdparty%2Fsamba.git netcmd: sites: add sites and subnet list and view commands to manpage Signed-off-by: Rob van der Linde Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Jul 19 04:29:15 UTC 2023 on atb-devel-224 --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index ec51558dce9..a0ade78c6d1 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2267,6 +2267,24 @@ Manage sites. + + sites list [options] + List sites. + + + --json + + Output as JSON instead of a list + + + + + + + sites view <replaceable>site</replaceable> [options] + View site details. + + sites create <replaceable>site</replaceable> [options] Create a new site. @@ -2277,6 +2295,24 @@ Delete an existing site. + + sites subnet list <replaceable>site</replaceable> [options] + List subnets for a site. + + + --json + + Output as JSON instead of a list + + + + + + + sites subnet view <replaceable>subnet</replaceable> [options] + View subnet details. + + sites subnet create <replaceable>subnet</replaceable> <replaceable>site-of-subnet</replaceable> [options] Create a new subnet.