pixi self-update#
Update pixi to the latest version or a specific version
Usage#
Options#
-
--offline=<OFFLINE>- Run without network access. Updating always requires the network, so this makes
pixi self-updatefail fast instead of attempting to connect
env:PIXI_OFFLINE
options:y,yes,t,true,on,1,n,no,f,false,off,0
-
--version <VERSION>- The desired version (to downgrade or upgrade to)
-
--dry-run- Only show release notes, do not modify the binary
-
--force- Force download the desired version when not exactly same with the current. If no desired version, always replace with the latest version
default:false
-
--no-release-note- Skip printing the release notes
default:false
-
--from-url <FROM_URL>- The github releases URL, useful when behind a proxy, or using custom Pixi release
Config Options#
-
--no-config- Don't read system or user-level configuration files. Project-local
<project>/.pixi/config.tomlis still loaded
env:PIXI_NO_CONFIG
default:false
-
--config-file <PATH>- Load configuration from this file instead of searching system and user-level paths. Project-local
<project>/.pixi/config.tomlis still merged on top
env:PIXI_CONFIG_FILE