.TH ALR-PRINTENV 1 "Aug 3, 2022" "Alire 1.2" "Alire manual" .nh .ad l .SH NAME alr-printenv \- Print the build environment variables .\" .SH SYNOPSIS .sp \fIalr printenv\fP [options] .\" .SH OPTIONS .TP 5 --details Print details about the environment variables and their origin .TP 5 --unix Use a UNIX shell format for the export (default) .TP 5 --powershell Use a Windows PowerShell format for the export .TP 5 --wincmd Use a Windows CMD shell format for the export .\" .SH GLOBAL OPTIONS .TP 5 -c, --config=\fIARG\fP Override configuration folder location .TP 5 -f, --force Keep going after a recoverable troublesome situation .TP 5 -h, --help Display general or command-specific help .TP 5 -n, --non-interactive Assume default answers for all user prompts .TP 5 --no-color Disables colors in output .TP 5 --no-tty Disables control characters in output .TP 5 --prefer-oldest Prefer oldest versions instead of newest when resolving dependencies .TP 5 --version Displays version and exits .TP 5 -q Limit output to errors .TP 5 -v Be more verbose (use twice for extra detail) .TP 5 -d, --debug[] Enable debug-specific log messages .\" .SH 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. .PP Examples: - eval $(alr printenv \fI--unix\fP) - alr printenv \fI--powershell\fP | Invoke-Expression .SH SEE ALSO \fIalr(1)\fR, \fIalr-config(1)\fR, \fIalr-toolchain(1)\fR, \fIalr-version(1)\fR, \fIgprbuild(1)\fR .SH AUTHOR Generated with generate-man from Alire execution