Skip to content

Releases: adobe/helix-cli

v0.3.2

31 Aug 05:38
Compare
Choose a tag to compare

Changes

  • [hlx init] remove completely or replace #107
  • [hlx deploy] print curl request instead of wsk action example #114
  • [hlx up] exits quietly in a non-git directory #100
  • Default files should show better instructions (#102)
  • Ensure a clean environment for test cases (#88)
  • cli does not complain about wrong options or commands (#99)
  • [hlx init] unfriendly error message fixes #83
  • [hlx up] use consistent color for guide messages Fixes #85
  • [hlx up] should open browser window automatically #84
  • [hlx build] Create openwhisk action from templates #70

v0.3.1

10 Aug 12:16
Compare
Choose a tag to compare

Changes

v0.3.0

09 Aug 12:14
Compare
Choose a tag to compare

Changes

  • [hlx up] changed static files are not updated #69
  • [hlx init] should create minimal example #66
  • cli does not complain about wrong options or commands #64

Related Changes

v0.2.5

25 Jul 19:35
Compare
Choose a tag to compare

Changes

  • Process static files and copy them to the dist folder (Fixes #49)
  • [hlx init] Add CSS file (Fixes #29)

The build and up command now copy the static files in src/**/static/* to .hlx/dist.
This allows to access them via the /dist/... path.

eg:

./src/static/logo.png is copied to .hlx/dist/logo.png and could be used like <img src="/dist/logo.png" />

v0.2.3

19 Jul 06:36
Compare
Choose a tag to compare

Fixes

  • package-lock.json should be added to init project #39
  • Rendering triggers an error with hlx up #32