Maidul Islam
ee772e4a77
allow reading universal auth creds from env in agent
2024-01-07 17:00:42 -05:00
Maidul Islam
45d96be1ff
added base64 support for config and templates
2024-01-06 23:43:04 -05:00
Maidul Islam
12840bfdbd
add exit after auth setting
2024-01-06 17:17:21 -05:00
Emilia
e56463d52b
fix(cli): secret-path directive for agent
2024-01-05 15:05:57 +01:00
Maidul Islam
f894e48fcb
remove unused import
2024-01-02 13:55:01 -05:00
Vladyslav Matsiiako
d24461b17c
removed posthog cli export events
2023-12-24 15:49:18 -08:00
Maidul Islam
567309e848
extract base from template source path
2023-12-14 15:17:14 -05:00
Maidul Islam
8a87277fe6
parse bot not found in agent
2023-12-13 18:07:39 -05:00
Maidul Islam
7dd0943b2d
remove sleep from template engine agent
2023-12-13 14:19:30 -05:00
Maidul Islam
344f7276d2
update agent command description
2023-12-12 21:55:41 -05:00
Maidul Islam
c375662411
Merge pull request #1238 from Infisical/add-universal-auth-to-agent
...
add universal auth to agent
2023-12-12 20:36:16 -05:00
Maidul Islam
c92c0f7288
add universal auth to agent
2023-12-12 19:36:48 -05:00
Maidul Islam
f940f8b79d
remove unused methods in cli
2023-12-11 16:52:47 -05:00
Maidul Islam
72ac2c04b8
Merge pull request #1228 from rawkode/fix/injecting-breaks-env
...
fix: "Injecting..." status string can be omitted by log levels
2023-12-11 16:41:58 -05:00
Maidul Islam
bb3d591f21
remove cli update notification delay
2023-12-11 15:14:49 -05:00
David Flanagan
544d37bbc4
fix: "Injecting..." status stirng can be omitted by log levels
...
When using `infisical run`, I am often running another command
that needs to be processed or consumed by another; such as:
infisical run -- supabase status -o env
The Injecting string was being printed directly to stdout and
stopping such scripting from being successful, without further
adding tail -n+2.
This change defaults the output to the INFO logging level, which
means the behaviour is the exact same for everything; however
those who wish can omit this output with -l error|fatal
2023-12-10 16:13:38 +00:00
Maidul Islam
afd6a7736a
add docs for folder cli command
2023-11-29 09:57:45 -05:00
Maidul Islam
758c3a2423
Merge pull request #1193 from quinton11/feat/cli-folder-cmd
...
feat: cli-folders-cmd
2023-11-28 19:31:04 -05:00
Maidul Islam
d01c6e4df9
remove init from folders cmd
2023-11-28 19:30:08 -05:00
Maidul Islam
ed94d218fd
move folders to secrets
2023-11-28 19:27:30 -05:00
Maidul Islam
6ccaa24e59
add agent refresh and template render
2023-11-27 18:15:08 -05:00
quinton
46c76e3984
chore: refactor
2023-11-25 10:11:53 +00:00
quinton
b212681d09
feat: cli-folders-cmd
2023-11-25 09:44:51 +00:00
Lanre Adelowo
e0dfb2548f
update flag help text
2023-10-15 02:55:29 +01:00
Lanre Adelowo
01997a5187
support --path when generating sample env files
2023-10-15 02:50:41 +01:00
Maidul Islam
28ad403665
change broswer based login from localhost to 127.0.0.1
2023-10-05 11:19:29 -04:00
Maidul Islam
2bb2ccc19e
patch crypto in create service token in cli
2023-09-28 19:27:38 -07:00
Maidul Islam
1141408d5b
add exit codes for errors
2023-09-27 21:42:34 -07:00
Maidul Islam
a1dc405516
Merge pull request #1032 from Infisical/service-token-v2-create-cli
...
add create service token to cli + docs for it
2023-09-27 21:09:24 -07:00
Maidul Islam
896a34eb65
add create service token to cli + docs for it
2023-09-27 21:07:54 -07:00
Scott Williams
80bec24219
Fix no Auto-Capitalization for secrets get/set. Fixes https://github.com/Infisical/infisical/issues/1003
...
Signed-off-by: Scott Williams <scottwilliams@ucsb.edu >
2023-09-18 15:07:58 -07:00
Maidul Islam
0d4cacdc3e
remove old ValidateEnvironmentName check
2023-09-18 12:26:09 -04:00
quinton11
d46a6f7270
fix: path option for secret get sub cmd
2023-09-12 22:11:15 +00:00
Maidul Islam
6bcf5cb54c
override secrets before expand
2023-08-22 23:37:32 -04:00
Maidul Islam
51b425dceb
swap out v2 login
2023-08-22 23:37:32 -04:00
Maidul Islam
ddc7be18eb
link to forked keyring and bring back vault command
2023-08-17 15:07:12 -04:00
Maidul Islam
24d23e89d0
add exit code to run command
2023-08-04 12:10:46 -04:00
Maidul Islam
bd8397bda7
add status code and url to CallGetAccessibleEnvironments
2023-08-02 11:23:22 -04:00
Maidul Islam
9dac06744b
delay cli update notification
2023-08-02 10:57:04 -04:00
Maidul Islam
bd80c2ccc3
swap out keyring package
2023-08-02 10:11:23 -04:00
Maidul Islam
7accaeffcf
Revert "keyring swap, better error messages/warnings, delay upgrade notif"
...
This reverts commit 7f69a3b23f .
2023-08-01 22:55:19 -04:00
Maidul Islam
7f69a3b23f
keyring swap, better error messages/warnings, delay upgrade notif
2023-08-01 21:12:13 -04:00
Maidul Islam
86e04577c9
print exec error messages as is
2023-07-25 14:17:31 -04:00
Maidul Islam
c539d4d243
remove print
2023-07-18 15:31:31 -04:00
akhilmhdh
cf45c3dc8b
feat(secret-import): updated cli to support secret import
2023-07-17 23:10:14 +05:30
Reza Rahemtola
868cc80210
fix(cli): Missing trailing linebreak in vault commands
2023-07-14 23:09:25 +02:00
Maidul Islam
ccfb8771f1
Merge pull request #728 from JunedKhan101/feature-723-remove-trailing-slash
...
Implemented feature to remove the trailing slash from the domain url
2023-07-10 10:26:53 -04:00
Juned Khan
34fef4aaad
Implemented feature to remove the trailing slash from the domain url
2023-07-10 12:16:51 +05:30
Maidul Islam
13a81c9222
add 401 error message for get secrets in cli
2023-07-09 23:25:35 -04:00
Maidul Islam
a3b4228685
add path to export command
2023-07-08 16:15:45 -04:00