common/*: remove base command page from "See also" (#23893)

This commit is contained in:
open-source-learner
2026-09-10 15:19:16 +03:00
committed by GitHub
parent 16e10d1a46
commit e827eada48
17 changed files with 4 additions and 17 deletions
-1
View File
@@ -1,7 +1,6 @@
# gcloud app
> Build scalable applications on a managed serverless platform.
> See also: `gcloud`.
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/app>.
- Deploy an app's code and configuration to the App Engine server:
-1
View File
@@ -1,7 +1,6 @@
# gcloud config
> Manage different configurations of `gcloud`.
> See also: `gcloud`.
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/config>.
- Define a property (like compute/zone) for the current configuration:
-1
View File
@@ -1,7 +1,6 @@
# gcloud kms decrypt
> Decrypt a ciphertext file using a Cloud KMS key.
> See also: `gcloud`.
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/kms/decrypt>.
- Decrypt a file using a specified key, key ring, and location:
-1
View File
@@ -1,7 +1,6 @@
# linode-cli events
> Manage Linode events.
> See also: `linode-cli`.
> More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-viewing-events>.
- List the events on your account:
-1
View File
@@ -1,7 +1,6 @@
# linode-cli volumes
> Manage Linode Volumes.
> See also: `linode-cli`.
> More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-block-storage-volumes>.
- List current Volumes:
-1
View File
@@ -1,7 +1,6 @@
# magick import
> Capture some or all of an X server screen and save the image to a file.
> See also: `magick`.
> More information: <https://imagemagick.org/script/import.php>.
- Capture the entire X server screen into a PostScript file:
-1
View File
@@ -2,7 +2,6 @@
> Perform operations on multiple images, such as resizing, cropping, flipping, and adding effects.
> Changes are applied directly to the original file.
> See also: `magick`.
> More information: <https://imagemagick.org/script/mogrify.php>.
- Resize all JPEG images in the directory to 50% of their initial size:
-1
View File
@@ -1,7 +1,6 @@
# odpscmd func
> Manage functions in ODPS (Open Data Processing Service).
> See also: `odpscmd`.
> More information: <https://www.alibabacloud.com/help/en/maxcompute/user-guide/maxcompute-client>.
- [Interactive] Show functions in the current project:
+1 -1
View File
@@ -1,7 +1,7 @@
# prowler kubernetes
> Assess Kubernetes cluster security best practices and configurations.
> See also: `prowler`, `prowler-aws`, `prowler-azure`, `prowler-gcp`, `prowler-m365`, `prowler-github`.
> See also: `prowler aws`, `prowler azure`, `prowler gcp`, `prowler m365`, `prowler github`.
> More information: <https://docs.prowler.com/user-guide/cli/tutorials/misc>.
- Run the default checks using the default kubeconfig location:
+1 -1
View File
@@ -1,7 +1,7 @@
# prowler m365
> Assess Microsoft 365 (M365) security configurations and best practices.
> See also: `prowler`, `prowler-aws`, `prowler-azure`, `prowler-gcp`, `prowler-kubernetes`, `prowler-github`.
> See also: `prowler aws`, `prowler azure`, `prowler gcp`, `prowler kubernetes`, `prowler github`.
> More information: <https://docs.prowler.com/user-guide/cli/tutorials/misc>.
- Run Prowler with combined service principal and user credentials:
-1
View File
@@ -1,7 +1,6 @@
# vagrant box
> Manage Vagrant boxes (virtual machine images).
> See also: `vagrant`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/box>.
- List all installed boxes:
-1
View File
@@ -1,7 +1,6 @@
# vagrant plugin
> Manage Vagrant plugins.
> See also: `vagrant`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/plugin>.
- List all the plugins currently installed:
-1
View File
@@ -1,7 +1,6 @@
# vagrant snapshot
> Manage snapshots of Vagrant machines.
> See also: `vagrant`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/snapshot>.
- Take a snapshot of the machine (running or stopped):
-1
View File
@@ -1,7 +1,6 @@
# vagrant suspend
> Save the state of the guest machine rather than fully shutting it down.
> See also: `vagrant`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/suspend>.
- Suspend the currently running machine:
-1
View File
@@ -1,7 +1,6 @@
# virsh domblklist
> List information about block devices associated with a virtual machine.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- List the target name and source path of the block devices:
+1 -1
View File
@@ -1,7 +1,7 @@
# virsh pool-define-as
> Create a configuration file in `/etc/libvirt/storage` for a persistent virtual machine storage pool from the provided arguments.
> See also: `virsh`, `virsh-pool-build`, `virsh-pool-start`.
> See also: `virsh pool-build`, `virsh pool-start`.
> More information: <https://manned.org/virsh>.
- Create the configuration file for a storage pool called pool_name using `/var/vms` as the underlying storage system:
+1 -1
View File
@@ -1,7 +1,7 @@
# virsh pool-delete
> Delete the underlying storage system of an inactive virtual machine storage pool.
> See also: `virsh`, `virsh-pool-destroy`, `virsh-pool-undefine`.
> See also: `virsh pool-destroy`, `virsh pool-undefine`.
> More information: <https://manned.org/virsh>.
- Delete the underlying storage system for the storage pool specified by name or UUID (determine using `virsh pool-list`):