Commit Graph

173 Commits

Author SHA1 Message Date
Maidul Islam
69fa4a80c5 update check for CLI update 2023-05-08 16:43:28 -04:00
Maidul Islam
cf9e8b8a6b patch login bug when override empty 2023-05-08 16:09:57 -04:00
Maidul Islam
9f0313f50b strip v from existing tags 2023-04-30 11:28:55 -04:00
Maidul Islam
a6e670e93a update tag fetch method to filetr for cli tags only 2023-04-30 11:22:28 -04:00
Maidul Islam
4bda67c9f7 remove check for --env for service tokens 2023-04-24 05:16:08 -07:00
Maidul Islam
5922921896 add error for adding incorrect env flag for service token 2023-04-20 15:44:42 -07:00
Maidul Islam
f79e1d754d update prompt selections to const 2023-04-20 14:08:35 -07:00
Maidul Islam
5a906d412b show help for update and user sub command 2023-04-20 14:07:35 -07:00
quinton11
fa9a7301d9 minor changes 2023-04-19 23:21:26 +00:00
quinton11
3add40bfbd Minor changes 2023-04-19 19:49:14 +00:00
quinton11
d4206cdbd8 login and user update commands support for existing domain override methods 2023-04-19 19:41:14 +00:00
quinton11
c1b97841cf resolved review concerns 2023-04-19 11:29:04 +00:00
quinton11
be2cf54d6e host API support for login and switch commands 2023-04-18 12:03:03 +00:00
Quinton Smith-Assan
4c41a7f1cf Merge branch 'Infisical:main' into feat/multi-profile 2023-04-15 18:23:21 +00:00
Maidul Islam
954335bd37 remove addNewUserPrompt 2023-04-14 21:37:57 -07:00
Maidul Islam
fe115a7476 Update user menu 2023-04-14 21:37:32 -07:00
Maidul Islam
00442992d2 Add user main command and add switch as sub command 2023-04-14 20:43:58 -07:00
Maidul Islam
8a67549ec5 remove user from GetServiceTokenDetailsResponse 2023-04-10 13:45:32 -07:00
quinton11
5508434563 feat: CLI support for multiple user accounts logins
See #340
2023-04-04 16:27:47 +00:00
Maidul Islam
53a7e0dac3 Merge pull request #426 from jon4hz/table
Improve infisical secrets command
2023-03-27 08:43:12 -07:00
jon4hz
fc8023b941 fix: dont get size of cygwin terminals 2023-03-14 17:02:12 +01:00
jon4hz
c900022697 feat: truncate secret value if terminal is too small 2023-03-10 21:19:56 +01:00
jon4hz
b226642853 fix: add debug log 2023-03-03 23:56:14 +01:00
jon4hz
933f837f64 feat: option to disable update check 2023-03-03 23:52:01 +01:00
jon4hz
7327698305 fix: dont use ioutils and handle error 2023-03-03 23:47:54 +01:00
Maidul Islam
aca6269920 add support link for all major errors 2023-03-02 00:00:31 -05:00
Maidul Islam
a4074c9687 add update Instructions 2023-03-01 23:44:40 -05:00
Maidul Islam
d3d5ead6ed allow export by explicit projectId 2023-03-01 17:36:02 -05:00
Maidul Islam
1f05d6ea4d update file permissions to be r/w only for owner 2023-03-01 17:22:59 -05:00
Maidul Islam
ff82af8358 remove unused GetAllWorkSpaceConfigsStartingFromCurrentPath method 2023-03-01 17:22:59 -05:00
Maidul Islam
a7da858694 reset cmd also delete secret backups 2023-03-01 17:22:59 -05:00
Maidul Islam
b5c2f6e551 no login override popup when invalid private key 2023-03-01 17:22:59 -05:00
Maidul Islam
77226e0924 check public and private keys before DecryptAsymmetric call 2023-03-01 17:22:59 -05:00
Maidul Islam
ec22291aca Revert "fix: always execute cmd in subshell" 2023-02-27 14:24:47 -05:00
Maidul Islam
16c49a9626 update slack link in welcome message 2023-02-26 23:21:36 -05:00
Maidul Islam
06ea809d60 change color of bold welcome text 2023-02-26 23:19:28 -05:00
Maidul Islam
12364005c1 improve login welcome message 2023-02-26 22:49:31 -05:00
Maidul Islam
c1a4ca6203 Dependabot alerts #19 2023-02-26 21:43:01 -05:00
Maidul Islam
21c2fd8542 address Dependabot alerts #17 2023-02-26 21:40:55 -05:00
Maidul Islam
b27bc8fc1b address dependabot alerts #18 2023-02-26 21:38:44 -05:00
Maidul Islam
2c5f26380e Merge pull request #373 from jon4hz/default-env
fix: properly support default environment
2023-02-25 13:08:00 -05:00
Maidul Islam
a0722b4ca5 Merge pull request #372 from jon4hz/format-cfg
fix: pretty print workspace file
2023-02-25 12:42:46 -05:00
Maidul Islam
41e039578a Merge pull request #374 from jon4hz/shell
fix: always execute cmd in subshell
2023-02-25 12:39:08 -05:00
Maidul Islam
c89e8e8a96 Merge pull request #375 from jon4hz/workspace
feat: search for workspace config in parent dir
2023-02-25 11:27:34 -05:00
Maidul Islam
cac83ab927 add debug log to workspace path location 2023-02-25 11:25:49 -05:00
Maidul Islam
5614b0f58a nit: method name change 2023-02-24 22:21:20 -05:00
jon4hz
1777f98aef feat: search for workspace config in parent dir 2023-02-25 01:25:39 +01:00
jon4hz
45e3706335 fix: always execute cmd in subshell 2023-02-25 00:19:58 +01:00
jon4hz
337ed1fc46 fix: properly support default environment 2023-02-24 23:20:30 +01:00
jon4hz
d1ea76e5a0 fix: pretty print workspace file 2023-02-24 22:28:28 +01:00