github Infisical/infisical infisical-cli/v0.4.3

latest releases: infisical/v0.85.0-postgres, v0.85.0-postgres, infisical/v0.84.0-postgres...
16 months ago

Changelog

  • 9f0313f strip v from existing tags
  • a6e670e update tag fetch method to filetr for cli tags only
  • 4bda67c remove check for --env for service tokens
  • 5922921 add error for adding incorrect env flag for service token
  • f79e1d7 update prompt selections to const
  • 5a906d4 show help for update and user sub command
  • fa9a730 minor changes
  • 3add40b Minor changes
  • d4206cd login and user update commands support for existing domain override methods
  • c1b9784 resolved review concerns
  • be2cf54 host API support for login and switch commands
  • 4c41a7f Merge branch 'Infisical:main' into feat/multi-profile
  • 954335b remove addNewUserPrompt
  • fe115a7 Update user menu
  • 0044299 Add user main command and add switch as sub command
  • 8a67549 remove user from GetServiceTokenDetailsResponse
  • 5508434 feat: CLI support for multiple user accounts logins
  • 53a7e0d Merge pull request #426 from jon4hz/table
  • fc8023b fix: dont get size of cygwin terminals
  • c900022 feat: truncate secret value if terminal is too small
  • b226642 fix: add debug log
  • 933f837 feat: option to disable update check
  • 7327698 fix: dont use ioutils and handle error
  • aca6269 add support link for all major errors
  • a4074c9 add update Instructions
  • d3d5ead allow export by explicit projectId
  • 1f05d6e update file permissions to be r/w only for owner
  • ff82af8 remove unused GetAllWorkSpaceConfigsStartingFromCurrentPath method
  • a7da858 reset cmd also delete secret backups
  • b5c2f6e no login override popup when invalid private key
  • 77226e0 check public and private keys before DecryptAsymmetric call
  • ec22291 Revert "fix: always execute cmd in subshell"
  • 16c49a9 update slack link in welcome message
  • 06ea809 change color of bold welcome text
  • 1236400 improve login welcome message
  • c1a4ca6 Dependabot alerts #19
  • 21c2fd8 address Dependabot alerts #17
  • b27bc8f address dependabot alerts #18
  • 2c5f263 Merge pull request #373 from jon4hz/default-env
  • a0722b4 Merge pull request #372 from jon4hz/format-cfg
  • 41e0395 Merge pull request #374 from jon4hz/shell
  • c89e8e8 Merge pull request #375 from jon4hz/workspace
  • cac83ab add debug log to workspace path location
  • 5614b0f nit: method name change
  • 1777f98 feat: search for workspace config in parent dir
  • 45e3706 fix: always execute cmd in subshell
  • 337ed1f fix: properly support default environment
  • d1ea76e fix: pretty print workspace file
  • 4a72d72 fix: use function to get secrets by key
  • 1693db3 fix: preallocate map size
  • 1ff4299 fix: improve filtering of reserved env vars
  • df52c56 patch login bug in cli
  • bd233eb allow git branch mapping to env
  • 3c4c616 update 2fa prompt in cli
  • be38844 Add 2FA in CLI
  • 1d11f11 Refactor login cmd
  • f2d7401 Add support for version 2 auth
  • da857f3 allow to set default env in project file
  • 8e85847 improve example .env file format
  • 0c10bbb send error message to standard error out
  • e243c72 add tags flag to secrets related command
  • a61233d Release docker images for cli
  • 20e536c Remove printing pathToDir
  • b82f860 add ValidateEnvironmentName method
  • ab27fbc add reset command
  • 4c56bca Remove newline after heading in .sample-env
  • a685ac3 update regex to capature comment
  • 9a22975 When comments are empty, return empty byte
  • b0c541f generate example .env file command
  • 1e9118d delete backup secrets when new user login
  • e16c0e5 Add offline secrets fetch feature
  • 0d57a26 Add token flag to export command
  • f1ef238 Add token flag to read secrets via service token
  • 44b2bc1 modify method to check for cli updates
  • a013768 fix copyright label in go source
  • c086579 Merge pull request #281 from jon4hz/main
  • 3d14bc9 remove env name check
  • 4886537 Revert "Revert "Merge pull request #279 from jon4hz/main""
  • 1878bed Revert "Merge pull request #279 from jon4hz/main"
  • 1871d1a fix: improve goreleaser
  • b371dad Increase cli version
  • 871d80a when login expired, do not ask to override login
  • cb080b3 increase cli version
  • 9950c5e empty commit
  • bc955a9 increase cli version
  • 37de32e return proper error
  • 6eb8180 Skip update check if github returns non-200
  • a6f480d increase CLI
  • 0413059 patch executeMultipleCommandWithEnvs when no /bin/zsh
  • 1e4f6a4 increase CLI
  • a73fc6d add cli version check before every command
  • 840efbd Update API_URL to INFISICAL_API_URL
  • b91dc9e increase cli version
  • 7cc341e update INFISICAL_DEFAULT_API_URL constant name
  • 5297133 Set INFISICAL_URL to nothing
  • 7a6230f Change INFISICAL_URL to API_URL
  • 74fb64b fix edge case of input same as default clobber env
  • 3c28246 Allow INFISCAL_URL to use domain for self-hosted
  • b6ed6ad increase cli version
  • 3fc68ff patch secret override for run/export command
  • 40696e4 increase CLI version
  • 37ee814 revert default api domain
  • 9e55102 Switch to v2/secrets CURD api for cli
  • 3cd9241 increase cli version
  • 98d84b6 add FormatDotEnvExport to list of available formats
  • 799a839 feat: adding new export format
  • d579684 increase version
  • 35466a7 Modify get secrets logic
  • 9762b58 fix typo in login message
  • 9aa8bfa check if err is not nil first before checking error prefix
  • 60a03ca Add error for when no login/no token
  • b702f29 Add warning log
  • 12e104e Fix windows run bug by adding proper split on envior
  • b6ce660 add self recover when key not found in keychain
  • b03bd5f set keyring to use defult keychain
  • 6bd908f allow viewing all secrets with service token
  • 5186064 allow export to run with service token
  • 6afb276 Only show pass phrase env if env is not set
  • 7152e16 add message to avoid typing in file passphrase
  • b60f0c1 Increase cli version and decode hex for service token encryption key
  • 68b99b9 central logging and 2v service token
  • 2c8c7a1 add helper functions to check workspace and login status
  • 764636c Add service token v2 api into cli
  • fe05732 update host to prod host
  • 59f5ad7 add expand flag to crud sli
  • 7e71e3c v1 crud secrets complete
  • daf8a73 add dynmaic workspace and user creds for secrets cmd
  • ccb1c31 add set command for crud cli
  • ac4b67d delete, get and create via cli
  • 618dc10 Added .NET to available frameworks
  • 9ef6f9e ci: add autocompletion and manpage
  • 2473ad0 Update cli to 0.1.16 to trigger arch linux release
  • dcbf852 update secret override desc
  • 44da5da update CLI version
  • 9e28ba9 Add secret override flag to CLI
  • 28335ce update version
  • ee0a95c add faq link when key ring error
  • 78d4fb2 create config dir if it doesn't exist
  • 8c10ae7 update cli version
  • dd7b2dc Remove creating instance on PersistentPreRun
  • 3b6b9d4 Remove creating instance on PersistentPreRun
  • f22d427 add support for multiple keyring
  • dc9c6b9 add chained command support
  • f01e8cb add multi command
  • 3626ef2 add yaml export
  • 1808ab6 fix variable assignment when pulling via token
  • aa55440 fix variable assignment when pulling via token
  • b25908d add mono repo support
  • aa218d2 Update email regex
  • 58b252a Loosen email regex
  • 9436f40 Merge pull request #90 from edgarrmondragon/feat/export-cmd
  • bbc23ac Use encoding/csv to build the CSV output
  • 793eaee Address PR feedback
  • 3db1ff2 modify error model
  • 90eb292 Add an export command
  • 2acea4f push new cli release to populate release page
  • 3636e55 rename substitute flag to expand and add to docs
  • 746ded9 Add substitute flag for run
  • 7d289d5 rough imp, unable to debug further recursion
  • 0b91fd6 add --republish to cloudsmith script
  • b84538f update version
  • 3689d75 update login email regex check
  • 16061a0 increase version and fix infisical token name
  • 2f1e2ac Update to new backend
  • 2420a41 Added helpful message to show secrets are being injected
  • 47ad4f0 update .deb files to be any-distro/any-version
  • 2062d66 change flag --stage to --env
  • e66c30b update go dependencies
  • 688aa85 fix cloud smith upload to cd into dist
  • 7924082 move cloud smith uploader to root
  • bea0ff6 Add frontend, backend and CLI

Don't miss a new infisical release

NewReleases is sending notifications on new releases.