Releases: simpleviewinc/keg-cli
Releases · simpleviewinc/keg-cli
v5.2.2
Keg-CLI v5.2.1
Updates
- Fixes sync-actions ( #117 )
Keg-CLI v5.2.0
V5.1.0
V5.0.0
Keg-CLI v5.0.0
Updates
- Added Install deps script for packages in repos folder (#67)
- Delete old /libs/git, replaced by git-lib (#66)
- Added some fixes for docker pull (#61)
- Extracted keg-components container folder (#64)
- Now lives in
keg-hub/repos/keg-components
- Now lives in
- Added cli update script for v4.0.0 && v5.0.0 (#59) && (#64)
- Added automation to package task (#61)
- Rewrote the run.sh scripts
- Runs different automation cmds based on NODE_ENV
- Added calling an action before the package task runs
- Defaults to tap.build task
- Is bypassed if not defined
- Added DOC_BUILD_PATH for web build export path
- Added actions to the Values.yml files
- Updated to use ENVs
- Migrated the logger to use cli-utils (#60)
- Proxy Route Tasks (#62)
- Displays containers urls registered with the proxy
- Added Open and List tasks
- Makes it easy to see when containers are connected to the proxy
- Also makes it easy to open them from the terminal
Git-Lib - v0.0.0 (#66)
- Initial commit
- Migrated from
src/libs/git
- Migrated some
utils/git
CLI-Utils - v0.1.0 (#65)
- Fixed bug in filesys.
- Added exec cmd option
- Added mocks as export option
- Updating tap to version 0.1.0
Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com
v3.2.1
version(patch): v3.2.1
[Semver-Status] patch
- hotfix(ci): Fix paths for ci cli config (#41)
- ZEN-558: Exit Code Updates (#43)
- Update expo and node (#44)
- General updates (#47)
- Added label to ensure watchtower ignores proxy (#48)
- Zen 450 fix native apps (#49)
- Build(deps): Bump y18n from 4.0.0 to 4.0.1 (#50)
- ZEN-558: Exit Code Updates (#43)
Co-authored-by: Lance Tipton lancetipton04@gmail.com
Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v3.2.0
version(minor): v3.2.0
[Semver-Status] minor
Dependencies
- Update expo and node (#44)
- Added env for sharp-cli version
- Addded sharp-cli to base image
- Update versions
- Updated .lock file
- Tasks
- ZEN-558: Exit Code Updates (#43)
- Added filter to dependencies
- Fixed build and push tasks
- Updated to use from option when building an image
- Small fix to run cmd
- Docker
- Cleaned up docker file
- Allowed overriting the KEG_BASE_FROM env when building
- Fixed run scripts for core and components
- Added docker mocks for some tests
- Libs
- hotfix(ci): Fix paths for ci cli config (#41)
- Added pipe method to yarn script
- Allows piping the output, and displaying a loader
- Cleans up the output
- Fixed sync option to work properly
- Added listener to SIGINT
- Exit process completly when ever ctrl+c is pressed
Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com
1.5.0 Update
- Adds Sync Action
- Removes Keg-Regulator
- Extracts argument parsing to external repo
- Fixes a number of bugs
- Removing image when killing a service
- Invalid parsing of arguments in some cases