Apio info¶
apio info¶
The apio info
command group displays additional information about Apio and your system.
Options
-h, --help Show this message and exit.
Subcommands
apio info platforms
apio info system
apio info colors
apio info themes
apio info platforms¶
The command apio info platforms
lists the platform IDs supported by Apio and highlights your system's effective ID.
[Advanced] The automatic platform ID detection of Apio can be overridden by defining a different platform ID using the
APIO_PLATFORM
environment variable, though this is generally not recommended.
Examples
apio info platforms # List supported platform IDs
Options
-h, --help Show this message and exit
apio info system¶
The apio info system
command displays general information about your system and Apio installation. Useful for diagnosing setup or environment issues.
[Advanced] The default location of the Apio home directory—where it saves preferences and packages—is
.apio
under your home directory. This can be changed using theAPIO_HOME
environment variable.
Examples
apio info system # Show system information
Options
-h, --help Show this message and exit
apio info colors¶
The apio info colors
command shows how ANSI colors are rendered on your
system, which helps diagnose color-related issues.
The command shows colors even if the current theme is
no-colors
.
Examples
apio info colors # Rich library output (default)
apio sys col -p # Using shortcut
Options
-h, --help Show this message and exit
apio info themes¶
The command apio info themes
shows the colors of the Apio themes. It
can be used to select the theme that works the best for you. Type
apio preferences -h
for information on our to select a theme.
The command shows the themes colors even if the current theme is
no-colors
.
Examples
apio info themes # Show themes colors
apio inf col -p # Using shortcuts.
Options
-h, --help Show this message and exit.