Releases: OpsLevel/cli
Releases · OpsLevel/cli
v0.3.0-beta.2
v0.3.0-beta.1
Fix Release Build
v0.3.0
First non-beta release
v0.3.0-beta
Bugfix - if multiline string from opslevel does not end with \n then have terraform treat it as an escaped string Docs - add installation instructions for Deb/RPM Feature - add deb/rpm package releases - add create, get, list and delete for filters - implement create, get, list, and delete for team, team member and team contact - implement get & list for repository - add ability to output list data as a json array - implement correct output formatting for list tier, lifecycle and tools
v0.2.0-beta
Feature
- upgrade opslevel-go to v0.3.3
- initial pass at
export terraform
for exporting data from your account to be controlled by terraform - add shell completion generation command
- add get and list check commands
- add list commands which differ from get commands
- add commands for rubric categories and levels
- add get and delete service commands
- add gpg signing
- add ability to query account lifecycles, tiers, teams and tools
Refactor
- convert prefered environment variable prefix from
OL_
toOPSLEVEL_
but still support old prefix - use args instead of flags for rubric commands
- seperate get and list commands
v0.1.0-beta.5
set location of homebrew formula
v0.1.0-beta.4
pipe through the homebrew publishing github token
v0.1.0-beta.3
add homebrew tap publishing token
v0.1.0-beta.2
cut 0.1.0-beta.2 release
0.1.0-beta.1
Bugfix
- add yaml struct tags for consistent configfile parsing
Docs
- rewrite examples to show both yaml and env var examples as well as switching to the full integration url rather then just ID
Refactor
- standardize inputs across flags, env vars, and yaml. Also include more imports to support a wider varity of source input data