Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Releases: superfaceai/cli

v1.0.0

04 Nov 14:03
Compare
Choose a tag to compare

1.0.0 - 2021-11-04

Added

  • prepare integration parameters during configure command
  • install command fallbacks to parse profile source on profile AST validation fail
  • added warn if update available package
  • integration parameters setup check in check command and before publishing

Changed

  • Use provider.json from ast instead of sdk
  • Compile command now compiles every locally linked file in super.json

v0.0.27-beta.4

03 Nov 11:39
Compare
Choose a tag to compare
v0.0.27-beta.4 Pre-release
Pre-release
chore: release v0.0.27-beta.4

v0.0.27-beta.3

02 Nov 08:51
Compare
Choose a tag to compare
v0.0.27-beta.3 Pre-release
Pre-release
chore: release v0.0.27-beta.3

v0.0.27-beta.2

01 Nov 12:50
Compare
Choose a tag to compare
v0.0.27-beta.2 Pre-release
Pre-release
chore: release v0.0.27-beta.2

v0.0.27-beta.1

26 Oct 07:28
Compare
Choose a tag to compare
v0.0.27-beta.1 Pre-release
Pre-release
chore: release v0.0.27-beta.1

v0.0.27-beta.0

22 Oct 11:02
Compare
Choose a tag to compare
v0.0.27-beta.0 Pre-release
Pre-release
chore: release v0.0.27-beta.0

v0.0.26

13 Oct 10:50
Compare
Choose a tag to compare

0.0.26 - 2021-10-13

Added

  • Check command loading files from server if not found localy

Fixed

  • Compile command provider name check

v0.0.25

29 Sep 14:43
Compare
Choose a tag to compare

0.0.25 - 2021-09-29

Added

  • Lint command loading files from server if not found localy
  • Exported function for security values preparation

Changed

  • Use super.json schema validation from ast-js

v0.0.24

23 Sep 06:46
Compare
Choose a tag to compare

0.0.24 - 2021-09-23

Added

  • Create command file names flags

Fixed

  • Do not touch .env by default
  • Hide interactive install command

v0.0.23

07 Sep 08:54
Compare
Choose a tag to compare

0.0.23 - 2021-09-07

Added

  • Generate command
  • Whoami command
  • Logout command
  • Login command
  • Compile command compiles to cache
  • Compile command scoped for single file
  • Lint command loading file paths from super.json

Removed

  • Document type inference was moved to ast-js

Fixed

  • Improve passing of interactive install tests