Skip to content

Releases: AnswerDotAI/plash_cli

v0.3.1

19 Aug 14:52

Choose a tag to compare

New Features

Bugs Squashed

v0.3.0

04 Aug 12:15

Choose a tag to compare

New Features

v0.2.2

24 Jul 19:10

Choose a tag to compare

Bugs Squashed

  • UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 107: character maps to (#56)

v0.2.1

09 Jul 14:20

Choose a tag to compare

New Features

  • fix wording around plash deploy (#53)

Bugs Squashed

v0.2.0

24 Jun 13:45

Choose a tag to compare

New Features

  • add force data overwrite flag (#46)

v0.1.3

10 Jun 14:26

Choose a tag to compare

New Features

  • create app names that adhere to the 3-4 words naming scheme (#41)

v0.1.2

05 Jun 13:02

Choose a tag to compare

New Features

  • feat: add flag to list all user apps (#36)

v0.1.1

04 Jun 19:24

Choose a tag to compare

New Features

  • migrate app id to app name (#35)

  • have log end when build is done (#34)

Bugs Squashed

  • exception error name incorrect (#33)

v0.1.0

08 May 12:36

Choose a tag to compare

New Features

  • Streamline using cli with different plash server host names (#20)

v0.0.5

26 Apr 03:52

Choose a tag to compare

New Features

  • add flag to specify app id when deploying (#12)

  • Option to fetch build or app logs in the CLI (#8), thanks to @pydanny

    • This changes the following:
  1. Provides a new option for display of logs, specifically the build logs
  2. Defaults the log to output build logs, rather than app logs

This change will make it easier to investigate failed deployments and other problems

This change is dependant on a forthcoming change to Plash.

  • add ability to deploy a single python script using pep 723 inline dep syntax (#5)