Closed zapta closed 1 week ago
This PR deals with the apio's env options.
Moved the env option logic to a new file called env_options.py
Added a new env option APIO_PLATFORM that replaces the --platform flag that some commands had.
APIO_PLATFORM
--platform
Renamed APIO_PKG_DIR to APIO_PACKAGES_DIR and change it semantic such that it overrides ~/.apio/packages instead of ~/.apio
APIO_PKG_DIR
APIO_PACKAGES_DIR
~/.apio/packages
~/.apio
The env option APIO_HOME_DIR was not changed.
APIO_HOME_DIR
If any of the env options is defined, apio now prints a message when it starts, informing the user about the overrides.
This PR deals with the apio's env options.
Moved the env option logic to a new file called env_options.py
Added a new env option
APIO_PLATFORM
that replaces the--platform
flag that some commands had.Renamed
APIO_PKG_DIR
toAPIO_PACKAGES_DIR
and change it semantic such that it overrides~/.apio/packages
instead of~/.apio
The env option
APIO_HOME_DIR
was not changed.If any of the env options is defined, apio now prints a message when it starts, informing the user about the overrides.