Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.06 KB

File metadata and controls

64 lines (43 loc) · 1.06 KB

BUILDTIME REQUIREMENTS

  • Go
  • POSIX compliant make
  • Rust
  • Provision additional dev tools with make

Recommended

  • a UNIX-like environment (e.g. WSL)
  • ASDF 0.18 (run asdf reshim after provisioning)
  • direnv 2

Windows

Apply a user environment variable GODEBUG=modcacheunzipinplace=1 per access denied resolution, for native Windows development environments (Command Prompt / PowerShell, not WLS, not Cygwin, not MSYS2, not MinGW, not msysGit, not Git Bash, not etc).

AUDIT

mage audit

INSTALL

mage install

UNINSTALL

mage uninstall

TEST

mage test

LINT

mage lint

PORT

mage port

TEST DOCKER IMAGES

mage dockerTest

PUSH DOCKER IMAGES

mage dockerPush