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 |
|
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 |
|
quinton11
|
5508434563
|
feat: CLI support for multiple user accounts logins
See #340
|
2023-04-04 16:27:47 +00:00 |
|
jon4hz
|
c900022697
|
feat: truncate secret value if terminal is too small
|
2023-03-10 21:19:56 +01: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
|
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
|
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
|
5614b0f58a
|
nit: method name change
|
2023-02-24 22:21:20 -05: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 |
|
jon4hz
|
4a72d725b1
|
fix: use function to get secrets by key
|
2023-02-24 22:03:50 +01:00 |
|
jon4hz
|
1693db3199
|
fix: preallocate map size
|
2023-02-24 22:03:13 +01:00 |
|
jon4hz
|
1ff42991b3
|
fix: improve filtering of reserved env vars
|
2023-02-24 21:57:48 +01:00 |
|
Maidul Islam
|
df52c56e83
|
patch login bug in cli
|
2023-02-23 14:14:41 -05:00 |
|
Maidul Islam
|
bd233ebe9b
|
allow git branch mapping to env
|
2023-02-23 00:00:56 -05:00 |
|
Maidul Islam
|
3c4c616242
|
update 2fa prompt in cli
|
2023-02-22 18:52:09 -05:00 |
|
Maidul Islam
|
be38844a5b
|
Add 2FA in CLI
|
2023-02-17 20:48:19 -05:00 |
|
Maidul Islam
|
1d11f11eaf
|
Refactor login cmd
|
2023-02-16 15:49:14 -08:00 |
|
Maidul Islam
|
f2d7401d1d
|
Add support for version 2 auth
|
2023-02-16 15:47:59 -08:00 |
|
Maidul Islam
|
8e85847de3
|
improve example .env file format
|
2023-02-14 17:33:24 -08:00 |
|
Maidul Islam
|
0c10bbb569
|
send error message to standard error out
|
2023-02-14 13:43:40 -08:00 |
|
Maidul Islam
|
e243c72ca6
|
add tags flag to secrets related command
|
2023-02-13 22:28:30 -08:00 |
|
Maidul Islam
|
20e536cec0
|
Remove printing pathToDir
|
2023-02-10 17:25:01 -08:00 |
|
Maidul Islam
|
b82f8606a8
|
add ValidateEnvironmentName method
|
2023-02-10 15:08:12 -08:00 |
|
Maidul Islam
|
ab27fbccf7
|
add reset command
|
2023-02-10 14:19:04 -08:00 |
|
Maidul Islam
|
4c56bca4e7
|
Remove newline after heading in .sample-env
|
2023-02-10 12:24:29 -08:00 |
|
Maidul Islam
|
a685ac3e73
|
update regex to capature comment
|
2023-02-08 18:48:45 -08:00 |
|
Maidul Islam
|
b0c541f8dc
|
generate example .env file command
|
2023-02-08 13:46:57 -08:00 |
|
Maidul Islam
|
1e9118df33
|
delete backup secrets when new user login
|
2023-02-03 21:14:56 -08:00 |
|
Maidul Islam
|
0d57a26925
|
Add token flag to export command
|
2023-02-03 21:02:36 -08:00 |
|
Maidul Islam
|
f1ef23874c
|
Add token flag to read secrets via service token
|
2023-02-03 16:55:40 -08:00 |
|
Kunal Singh
|
a013768313
|
fix copyright label in go source
|
2023-02-02 19:45:24 +05:30 |
|
Maidul Islam
|
3d14bc9a00
|
remove env name check
|
2023-02-01 20:31:25 -08:00 |
|
Maidul Islam
|
871d80aad5
|
when login expired, do not ask to override login
|
2023-01-31 16:37:56 -08:00 |
|
Maidul Islam
|
0413059fbe
|
patch executeMultipleCommandWithEnvs when no /bin/zsh
|
2023-01-24 19:59:45 -08:00 |
|