Skip to content

Releases: entrostat/entro-vault

Added the wait command

01 Jan 11:47
283a677
Compare
Choose a tag to compare

Added the ability to wait for the port to open before continuing. This is good for CI/CD where you start the connection in a different thread and then need to wait for the port to be open before continuing.

What's Changed

1.1.4 (2023-01-01)

Bug Fixes

  • devops: Added the readme update to the major release as well (5c7f662)

1.1.3 (2023-01-01)

Bug Fixes

  • devops: Added the readme script (616e6b6)

1.1.2 (2023-01-01)

Bug Fixes

  • deps: Updated all of the dependencies in the project (c39a525)

1.1.1 (2023-01-01)

Bug Fixes

  • devops: Updated the target-branch for dependabot (1969383)

1.1.0 (2023-01-01)

Features

  • wait: Added the ability to wait for the port to open and then continue, this is cool for CI/CD pipelines (bb0ea6d)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.1.19 to 5.1.20 (acf8381)
  • devops: Updated the version of entro-version (86a74d1)

Initial Release

04 Dec 14:46
954c8d7
Compare
Choose a tag to compare

Entro Version

This release covers the basics in order to create and retrieve environment files. Please follow the installation instructions on the README file. Currently, you can do the following:

  • Connect to Vault via a reverse SSH tunnel
  • Disconnect from Vault via a reverse SSH tunnel
  • Download a .env file
  • Upload a .env file

Installation (Copied from README)

In order to provide this CLI to all users, we'll want to install it from the binaries provided. Download the .tar.gz file from the releases page.

Then run the following to install:

tar -xvf entro-vault-<version>.tar.gz
sudo mv entro-vault /usr/local/src/entro-vault
sudo ln -s /usr/local/src/entro-vault/bin/entro-vault /usr/local/bin/entro-vault