Skip to content

Releases: BlueAcornInc/magento-cli

v0.1.8

31 Jul 01:33
Compare
Choose a tag to compare

Changelog

v0.1.7

31 Jul 00:16
Compare
Choose a tag to compare

Changelog

  • 71a9772 makefile improvements, php memroy limits in passthru
  • 53d083c sets the correct es vars
  • 28ac500 moves back to github.io
  • ef8c190 Delete CNAME
  • 6778384 max execution time extended too
  • 3d9b280 brings in max_input_vars so the admin is usable

v0.1.6

26 Jun 14:13
Compare
Choose a tag to compare

This should complete the org migration, and make sure the compiled binary and homebrew taps all have the correct URLs and authorship information. Also set docker and docker-compose as required dependencies because they are

v0.1.5

25 Jun 04:42
Compare
Choose a tag to compare

Would be pretty annoying if magento version didn't tell you this release tag, so this outputs the variable goreleaser logs and embeds it into the binary

v0.1.4

25 Jun 03:31
Compare
Choose a tag to compare

This adds a litany of bugfixes, factors out .envrc, and adds a sql command

v0.1.3

05 Jun 20:12
Compare
Choose a tag to compare

This release is a test, but should allow the magento-cli app to run globally without any of the configuration files present on the system

Full Changelog: v0.1.1...v0.1.3

v0.1.1

05 Jun 19:02
Compare
Choose a tag to compare

The repo produces a lot at this point - including a Hugo-based documentation site on github.io. It can be used for local development against the example instance bundled but expects a local copy of PHP. At this point, it's a prototype to show my friends.

From here, will iron out the issues involved with running it as a global binary against project directories. Will also start beefing up the docker capabilities and probably start working through the traefik complexities to provide SSL and all the niceties. This milestone also uses Variant, a golang framework that seems pretty cool. This was a last-minute add, but so far it seems like it could make it easy for others to adapt and work with.