Releases: netsells/cli
Releases · netsells/cli
v2.5.0
v2.4.0
- Showing more information within ECS task selection, to prevent connecting to old/inactive tasks
- Allowing selection of S3 bucket containing the files holding environment variables
- Fixed showing errors when running the CLI outside of git repo
- Fixed showing errors when running the CLI with PHP 8+
- Updated few dependencies to fix self-update mechanism
v2.3.3
- Fixes the broken MFA Login command
- Fixes the EDITOR and SHELL environment variables being ignored
v2.3.2
- Fixes using the aws:ssm:connect with tunnel option, which generally doesn't work, unless the user fills out the tunnel options within 15 seconds
- Fixes the CLI crashing on PHP 8.1
- Fixes self updates
- Fixes shell opened for aws:assume-role always changing to bash, even if user has a different default shell
v2.3.1
- fixes handling of input values of type array, so now they are properly read from environment, netsells config file or command arguments
- removed the deprecated migrate command since it was broken anyway
v2.3.0
- Adds compose v2 support to the ecs deploy update command
- Adds handler for images with no tag specified
v2.2.9
- Fixes logic issues that caused builds to return a code of 0 when they actually failed
v2.2.8
- Fixes crash caused by an s3 bucket having 0 files in when editing env
v2.2.7
- Adds support for docker-compose v2 in the
docker:build
command
v2.2.6
Fixes bug where specifying an ECS service via an environment variable causes an issue as it isn't an array