Bash SDK
Bash SDK
Here are the changelogs for the Bash SDK release
1.6.0
March 7, 2022
- Revert Version
- Remove unused testing folder
- Solve conflicts
- Update
integration.yml
- Bump version for test
- Update
main.yml
- Fix Commands
1.5.2
March 4, 2022
- Update
main.yml
- Update Pipeline docs
- Create
main.yml
1.5.0
February 28, 2022
- Add integration tests
1.4.5
December 21, 2020
- Bump version
1.4.4
December 18, 2020
- Send proper payload
- rename
start-op
tostart
1.4.2
December 17, 2020
- Fix commands
1.4.0
June 4, 2020
- Fix type for
delete_config
return - Fix secrets description
- Fix make args for deleting consistent with getting value
- Fix specialize config commands to use
strings
1.3.7
June 3, 2020
- Add support for deleting configs
1.3.6
April 23, 2020
- Add license
1.3.5
April 22, 2020
- Update banner
1.3.4
March 17, 2020
- Update
readme.md
1.3.2
March 17, 2020
- Add –all flag to state get and config get
- Bump version
- Add
sdk
binary - Add
ux
binary - Provide the binaries in the Dockerfile
- Make the command print usage info if no subcommand provided
1.3.0
March 16, 2020
- Handle non-string state and config values
1.2.9
March 13, 2020
- Add dockerfile version to the base image
1.2.8
March 12, 2020
- Change order of tag names being built
- Update
cargo.loc
- Update chrono for better format compatibility
- Update deep deps
- Bump version and replace author
- Strip the binary to be smaller
- Update libc and
serde_json
1.2.7
March 11, 2020
- Add configuration to framework
- Bump version
- State and Config
1.2.6
March 10, 2020
- Add state functions to SDK
- Clean up code with from
_value
- Fix tests
- Add state subcommands
1.2.5
March 9, 2020
- Add flag fields to all of the prompt types in the SDK
- Add corresponding options
1.2.3
March 7, 2020
- Clean up behaviour and descriptions
1.2.2
March 4, 2020
- Import SDK
1.2.0
February 11, 2020
- Add get and set secrets methods
[secrets.rs]
1.1.8
February 4, 2020
- Update cargo to use new
sdk-rs
1.1.7
January 3, 2020
- Adds readme to Project
1.1.6
December 17, 2019
- Fixes progress bar API
1.1.5
December 13, 2019
- Add progress bar spinner and print commands
1.1.4
December 12, 2019
- Add checkbox command
- Add list command
- Add datetime command
- Adds number password secret commands
1.1.0
December 11, 2019
- Initial Commit
- Adds input, editor, autocomplete, and confirm prompts