Skip to main content

Module cmd

Module cmd 

Source
Expand description

Implementation of CLI commands. This module contains the implementations for all Zoi CLI commands.

Modules§

about
The about command. The about command displays information about Zoi.
audit
The audit command. The audit command checks for vulnerabilities in installed or available packages.
autoremove
The autoremove command. Command for removing unused packages (orphans).
cache
The cache command. Implementation of the cache command for managing the local package cache.
clean
The clean command. Command for cleaning the package cache.
clone
The clone command. Implementation of the clone command for cloning a package’s git repository.
complete
The complete command. Implementation of the complete command for shell autocompletion.
create
The create command. Implementation of the create command for scaffolding new applications from templates.
dev
The dev command. Implementation of the dev command for project development environments.
doctor
The doctor command. Implementation of the doctor command for diagnosing system issues.
downgrade
The downgrade command. Implementation of the downgrade command for switching to older package versions.
download
The download command. Implementation of the download command for downloading package archives.
env
The env command. Command for managing environment variables and shell integration.
exec
The exec command. Implementation of the zoi exec command.
extension
The extension command. Command for managing Zoi extensions (plugins).
files
The files command. Command for listing files associated with an installed package.
gen_man
The gen_man command. Implementation of the zoi gen-man command.
helper
The helper command. Helper commands for the Zoi CLI.
history
The history command. Command for viewing and verifying the audit history of Zoi operations.
home
The home command. Logic for the home command.
info
The info command. Command for displaying system and configuration information.
install
The install command.
installed_select
The installed_select command. Utilities for selecting from multiple installed versions of a package.
list
The list command. Command for listing installed or available packages.
man
The man command. Command for displaying manual pages for packages.
mark
The mark command. Implementation of the mark command, which allows changing the installation reason of a package.
migrate
The migrate command. Implementation of the zoi migrate command.
owner
The owner command. Implementation of the owner command, which finds the package that owns a given file.
package
The package command. Package development and maintenance commands.
pgp
The pgp command. PGP key management commands for the Zoi CLI.
pin
The pin command. Pinning packages to specific versions.
provides
The provides command. Searching for packages that provide a specific file or command.
registry
The registry command. Logic for the registry command.
repo
The repo command.
rollback
The rollback command. Rolling back packages and transactions.
run
The run command. Running project-specific commands and aliases.
search
The search command. Command for searching packages or files in registries.
service
The service command. Logic for the service command.
shell
The shell command.
show
The show command. Logic for the show command.
sync
The sync command. Logic for the sync command.
system
The system command. Logic for the system command.
telemetry
The telemetry command. Telemetry command implementation.
transaction
The transaction command. Logic for the transaction command.
tree
The tree command. Logic for the tree command.
uninstall
The uninstall command. Logic for the uninstall command.
unpin
The unpin command. Logic for the unpin command.
update
The update command.
upgrade
The upgrade command. Logic for the upgrade command.
use_cmd
The use_cmd command. Command for adding and installing packages to a project or global configuration.
utils
The utils command. Utility functions for CLI commands.
ux
The ux command. User experience (UX) utilities for the Zoi CLI.
version
The version command. Logic for the version command.
why
The why command. Logic for the why command.