alr-printenv - Print the build environment variables
Contents
Description
Print the environment variables used to build the crate. This command can be used to setup a build
environment, for instance before starting an IDE.
Examples: - eval $(alr printenv --unix) - alr printenv --powershell | Invoke-Expression
Global Options
-c, --config=ARG
Override configuration folder location
-f, --force
Keep going after a recoverable troublesome situation
-h, --help
Display general or command-specific help
-n, --non-interactive
Assume default answers for all user prompts
--no-color
Disables colors in output
--no-tty
Disables control characters in output
--prefer-oldest
Prefer oldest versions instead of newest when resolving dependencies
--version
Displays version and exits
-q Limit output to errors
-v Be more verbose (use twice for extra detail)
-d, --debug[]
Enable debug-specific log messages
Name
alr-printenv - Print the build environment variables
Options
--details
Print details about the environment variables and their origin
--unix
Use a UNIX shell format for the export (default)
--powershell
Use a Windows PowerShell format for the export
--wincmd
Use a Windows CMD shell format for the export
See Also
alr(1), alr-config(1), alr-toolchain(1), alr-version(1), gprbuild(1)
Synopsis
alrprintenv [options]
