This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Releases: superfaceai/cli
Releases · superfaceai/cli
v1.0.0
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
chore: release v0.0.27-beta.4
v0.0.27-beta.3
chore: release v0.0.27-beta.3
v0.0.27-beta.2
chore: release v0.0.27-beta.2
v0.0.27-beta.1
chore: release v0.0.27-beta.1
v0.0.27-beta.0
chore: release v0.0.27-beta.0
v0.0.26
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
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
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
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