Releases: mittwald/cli
Releases · mittwald/cli
v1.0.0-alpha.27
What's Changed
- Add Drupal, Grav, Nextcloud and Python as installable/creatable Apps by @niristius in #117
Full Changelog: v1.0.0-alpha.26...v1.0.0-alpha.27
v1.0.0-alpha.26
What's Changed
- Configure dependabot updates by @martin-helmich in #72
- Bump actions/setup-node from 3 to 4 by @dependabot in #73
- Bump docker/login-action from 2 to 3 by @dependabot in #74
- Bump actions/checkout from 3 to 4 by @dependabot in #76
- Bump eslint from 8.44.0 to 8.52.0 by @dependabot in #82
- Bump docker/build-push-action from 4 to 5 by @dependabot in #75
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #77
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by @dependabot in #78
- Bump type-fest from 3.12.0 to 4.6.0 by @dependabot in #81
- Bump @oclif/core from 2.8.11 to 3.9.1 by @dependabot in #79
- Bump oclif from 3.9.1 to 4.0.3 by @dependabot in #80
- Bump license-checker-rseidelsohn from 4.2.6 to 4.2.10 by @dependabot in #87
- Bump node-notifier from 8.0.2 to 10.0.1 by @dependabot in #84
- Bump @types/node from 20.4.0 to 20.8.9 by @dependabot in #86
- Bump @oclif/plugin-help from 5.2.11 to 6.0.5 by @dependabot in #83
- Bump @oclif/plugin-update from 3.1.28 to 4.1.3 by @dependabot in #85
- Bump axios from 1.5.0 to 1.6.0 by @dependabot in #88
- Bump @types/copyfiles from 2.4.1 to 2.4.2 by @dependabot in #89
- Bump @oclif/plugin-warn-if-update-available from 2.0.45 to 3.0.2 by @dependabot in #92
- Bump @types/node-notifier from 8.0.2 to 8.0.4 by @dependabot in #91
- Bump @mittwald/api-client from 3.0.7 to 3.0.27 by @dependabot in #90
- Bump @types/semver from 7.5.0 to 7.5.4 by @dependabot in #93
- Bump pretty-bytes from 6.1.0 to 6.1.1 by @dependabot in #94
- Bump prettier-plugin-sort-json from 1.0.0 to 2.0.0 by @dependabot in #95
- Bump @types/js-yaml from 4.0.5 to 4.0.8 by @dependabot in #96
- Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #100
- Bump docker/metadata-action from 4 to 5 by @dependabot in #99
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #98
- Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.9.1 by @dependabot in #97
- Bump @mittwald/react-use-promise from 1.3.3 to 1.3.6 by @dependabot in #102
- Bump @oclif/core from 3.9.1 to 3.9.2 by @dependabot in #104
- Bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #105
- Bump ink from 4.2.0 to 4.4.1 by @dependabot in #103
- Restructure
project
subcommands for more consistency by @martin-helmich in #71 - Bump rimraf from 5.0.1 to 5.0.5 by @dependabot in #108
- Purge remainder of generated code by @martin-helmich in #101
- Bump @types/react from 18.2.14 to 18.2.37 by @dependabot in #114
- Bump @types/node from 20.8.10 to 20.9.0 by @dependabot in #116
- Bump marked and marked-terminal by @dependabot in #115
- Bump @typescript-eslint/parser from 5.61.0 to 6.10.0 by @dependabot in #111
- Bump @yarnpkg/pnpify from 4.0.0-rc.48 to 4.0.0 by @dependabot in #109
New Contributors
- @dependabot made their first contribution in #73
Full Changelog: v1.0.0-alpha.25...v1.0.0-alpha.26
v1.0.0-alpha.25
What's Changed
- Update list.ts by @YannikBramkamp in #66
- Fix up SSH/SFTP user list commands by @martin-helmich in #67
- Add option to create a static app by @martin-helmich in #68
- Show project in app installation details by @martin-helmich in #69
New Contributors
- @YannikBramkamp made their first contribution in #66
Full Changelog: v1.0.0-alpha.24...v1.0.0-alpha.25
v1.0.0-alpha.24
What's Changed
- Add option to specify document root for custom PHP apps by @martin-helmich in #50
- Get project id from context on "deliverybox list" command by @martin-helmich in #63
- Fix "user get" command by @martin-helmich in #64
- Fix conflict after client upgrade by @martin-helmich in #65
Full Changelog: v1.0.0-alpha.22...v1.0.0-alpha.24
v1.0.0-alpha.22
What's Changed
- Add SSH-login command for apps by @mfal in #42
- Improve behaviour for custom apps by @martin-helmich in #48
- Change dir into app directory when using "app ssh" command by @martin-helmich in #49
- Update API client by @mfal in #53
- Hide table during measuring dimensions by @mfal in #51
- Do not limit table output when piped into file by @mfal in #52
- Update API client commons package by @mfal in #62
Full Changelog: v1.0.0-alpha.21...v1.0.0-alpha.22
v1.0.0-alpha.21
What's Changed
- Fix PHP app installation by @thueske in #35
- Allow "render" function in exec commands to return simple strings by @martin-helmich in #36
- Streamline command+topic descriptions by @martin-helmich in #37
- Set the "user-agent" header for all API requests by @martin-helmich in #39
New Contributors
Full Changelog: v1.0.0-alpha.20...v1.0.0-alpha.21
v1.0.0-alpha.20
What's Changed
- Automate homebrew releases by @martin-helmich in #25
- Add autofill for wordpress installation - makes every flag optional. by @niristius in #18
- Update screenshot with recent one by @martin-helmich in #30
- Deduplicate code in app installer commands by @martin-helmich in #29
- Add commands for backup management by @martin-helmich in #31
New Contributors
- @niristius made their first contribution in #18
Full Changelog: v1.0.0-alpha.19...v1.0.0-alpha.20
v1.0.0-alpha.19
Full Changelog: v1.0.0-alpha.18...v1.0.0-alpha.19
v1.0.0-alpha.18
Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.18
v1.0.0-alpha.17
Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.17