Skip to content

Releases: vmfarms/sidepro

v0.3.19

06 Sep 17:00
da0a765
Compare
Choose a tag to compare

What's Changed

  • Infer application name from source.
    • It is no longer required to specify a -n <app_name> parameter when using sidepro push. sidepro will infer the name based on the source provided, using the following logic:
      • If user supplied a -n <app_name> option, use that name.
      • If the source is a directory, use the directory name. Example: If the current working directory is /Users/me/projectname, it will use the name projectname. Similarly if -p /path/to/myapp is used, myapp will be the name.
      • If the source if an archive (*.zip), use the name of the file as the name. Example: myapp will be used for myapp.zip.
      • If the source is a Git repo, the name of the repo will be the name.
      • If the source is a Docker image, the name of the image (without tags) will be the name.
    • User will be prompted to override the name a project is pushed without an explicit -n flag.
    • sidepro will create a sidepro.yml file with the name of the app in the location the command is run to persist the name across pushes.
  • Add completions! Apply with the following or place in your .bashrc or .zshrc:
    • eval "$(sidepro completions)"
  • Remove dependence on wget.
  • Make install script more robust.

v0.3.18

31 Aug 22:43
2946c98
Compare
Choose a tag to compare

What's Changed

Full Changelog: vmfarms/sidepro-cli@v0.3.17...v0.3.18

v0.3.17

29 Aug 19:27
2946c98
Compare
Choose a tag to compare
Merge pull request #1 from vmfarms/chore/improve-oneliner-install

chore: improve oneliner install

v0.3.16

29 Aug 15:25
2946c98
Compare
Choose a tag to compare
Merge pull request #1 from vmfarms/chore/improve-oneliner-install

chore: improve oneliner install

v0.3.15

27 Aug 20:40
2946c98
Compare
Choose a tag to compare
Merge pull request #1 from vmfarms/chore/improve-oneliner-install

chore: improve oneliner install

v0.3.14

26 Aug 21:02
2946c98
Compare
Choose a tag to compare
Merge pull request #1 from vmfarms/chore/improve-oneliner-install

chore: improve oneliner install

v0.3.13

26 Aug 18:40
2946c98
Compare
Choose a tag to compare
Merge pull request #1 from vmfarms/chore/improve-oneliner-install

chore: improve oneliner install

v0.3.12

22 Aug 13:53
1dd5b41
Compare
Choose a tag to compare
chore: update README again

v0.3.11

20 Aug 16:49
1dd5b41
Compare
Choose a tag to compare
chore: update README again

v0.3.10

19 Aug 17:45
1dd5b41
Compare
Choose a tag to compare
chore: update README again