Releases: gabriel-pinheiro/ksac
Releases · gabriel-pinheiro/ksac
KSaC v1.5.0
- Added support for PDF files with
import_file - Proper error when importing binary files instead of trying them
KSaC v1.4.1
- Updated dependencies
KSaC v1.4.0
- Added login parameters via options, to make it easier to setup CI (
ksac login --helpfor more info); - Added pre-chunking to make sure plans won't re-create all the chunks of bigger files due to StackSpot chunking.
KSaC v1.3.1
- Updating API endpoints after latest StackSpot release
KSaC v1.3.0
- Added initial
ksac fetch
KSaC v1.2.0
- Added
import_filefor Knowledge Objects. Know you can import a KO's content from external files instead of adding it directly to the .hcl definition - Added
--pathforvalidate,plan,applyanddestroyto choose a different directory for scanning - Better error messages and error handling for the
validatepipeline (which runs onplan,applyanddestroytoo) - Better update message with command for updating
KSaC v1.1.2
- Initial documentation for NPM
- Better
ksac loginmessages with updated links
KSaC v1.1.1
- Replacing
inquirerwithprompts. Installation will be quicker due to the reduction in indirect dependencies.
KSaC v1.1.0
- Added
ksac destroy - Added default values for
use_casesandlanguageso they can be omitted in the definitions - Allowing empty .hcl files, with warning
KSaC v1.0.1
- Trimming KO content to match StackSpot and avoid reapplying every time
- Deleting KOs before creating due to StackSpot de-duplication features
- Sending update notification after command execution
- Aborting update check if main command finished running