Releases: OpsLevel/cli
Releases · OpsLevel/cli
v2022.8.17
August 17, 2022
Feature
- Add ability to read file contents with Rego
- Add Rego function to get Github repo metadata
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.8.17
v2022.8.1
August 01, 2022
Feature
- adding support for Rego policies in cli
Refactor
- Surface warning from API when uploading invalid json/yaml to API docs
- Updating opslevel-go version to v2022.8.1
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.8.1
v2022.7.20
July 20, 2022
Bugfix
- Fix output of
get service
command when service is not found - bump opslevel-go to fix a bug with our REST client for
create document
command
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.7.20
v2022.7.15
July 15, 2022
Feature
- Add ability to list services and their maturity levels
- Adding support for API swagger docs to be uploaded via cli
Refactor
- Consolidated API_URL and APP_URL to be the same!
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.7.15
v2022.07.07
July 08, 2022
Feature
- Add ability to get a service's tag
- Add flag
--assign
tocreate service tag
to usetagAssign
mutation instead oftagCreate
- Add command
delete service tag
- Add functionality to
get service tag
to list all the tags - upgrade to go 1.18
Refactor
create service tag
usage signature changed to make it easier to work with
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.07.07
v2022.06.09
June 09, 2022
Feature
- Add CSV output option on list services command
- Added create, list and delete user commands
Security
- Setup Dependabot
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.06.09
v2022.04.22
v2022.04.21
v2022.04.21 - 2022-04-21
Feature
- implement create, update and delete for groups
- Add get and list commands for groups
Bugfix
- When passing data via stdin to
create check
the command was failing with prompt-ui errors - a fix has been implemented