Maidul Islam
d702a61586
set imports=true for get secret by name
2024-03-20 14:06:16 -04:00
Daniel Hougaard
b5a7240375
Fix: Select org when using init
2024-03-17 18:49:30 +01:00
Maidul Islam
5c2a108c52
add small helpful comment
2024-03-17 18:49:30 +01:00
Daniel Hougaard
b78d8d28ed
Feat: CLI support for scoped JWT tokens
2024-03-17 18:49:30 +01:00
Daniel Hougaard
40ccab6576
Fix: Failing to get service token
2024-03-11 09:05:56 +01:00
Daniel Hougaard
9cc3e58561
Fix: Failing to get service token
2024-03-11 09:05:54 +01:00
Daniel Hougaard
1f3fded404
Fix: Failing to get service token
2024-03-11 09:05:52 +01:00
Daniel Hougaard
74b5e8cbeb
Fix: Failing to get service token
2024-03-11 09:05:47 +01:00
Maidul Islam
8a17cd3f5d
Merge pull request #1532 from rhythmbhiwani/get-only-value-from-cli
...
Feature to get only value of specific secret in `secrets get` command
2024-03-08 10:54:10 -05:00
Maidul Islam
99fe43f459
rename --value to --raw-value + polish docs
2024-03-08 10:53:11 -05:00
Daniel Hougaard
6f68d304ea
Fix: Get Service Token from env vars earlier
2024-03-08 06:02:15 +01:00
Daniel Hougaard
622106045e
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:52 +01:00
Daniel Hougaard
e64302b789
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:48 +01:00
Daniel Hougaard
901a7fc294
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:43 +01:00
Daniel Hougaard
359694dd47
Chore: Cleanup
2024-03-07 06:48:08 +01:00
Rhythm Bhiwani
0912903e0d
Added --value flag to secrets get command to return only value
2024-03-05 16:04:21 +05:30
Rhythm Bhiwani
84249f535b
Changed message for asking org
2024-03-05 03:46:10 +05:30
Rhythm Bhiwani
c7bbe82f4a
Reverted backend api changes
...
In CLI, now first asking org, then projects
2024-03-05 03:08:13 +05:30
Rhythm Bhiwani
756c1e5098
Added populateOrgName param in /v1/workspace api which adds orgName and displayName in result
...
Updated the CLI to use this new paramter to display organization name with project name with support for backward compatibility keeping original behaviour for older apis
2024-03-03 12:12:25 +05:30
Rhythm Bhiwani
2192985291
Show organization name in infisical init command, to differentiate between projects of same name
2024-03-02 23:16:11 +05:30
Maidul Islam
5c40b538af
remove ExecuteCommandWithTimeout
2024-03-01 02:11:27 -05:00
Maidul Islam
8dd94a4e10
move ExecuteCommandWithTimeout to agent file
2024-03-01 02:11:03 -05:00
Daniel Hougaard
4a2a5f42a8
Renamed to exec to execute, and cleanup 🧼
2024-03-01 07:26:31 +01:00
Daniel Hougaard
9fcdf17a04
Update agent.go
2024-03-01 07:17:27 +01:00
Daniel Hougaard
97ac8cb45a
Update agent.go
2024-03-01 07:02:26 +01:00
Daniel Hougaard
e952659415
Update agent.go
2024-03-01 07:02:04 +01:00
Daniel Hougaard
1f3f061a06
Fix: Agent output
2024-03-01 06:46:09 +01:00
Daniel Hougaard
5096ce3bdc
Feat: Agent improvements
2024-03-01 06:41:17 +01:00
Daniel Hougaard
1ad916a784
Feat: Agent improvements, Secrets state manager
2024-02-29 07:12:10 +01:00
quinton
4057e2c6ab
feat: cli export allow filtering with tags
2024-01-24 19:05:16 +00:00
Maidul Islam
efcbf1aa88
add project-config-dir flag for run command
2024-01-11 16:39:02 -05:00
Maidul Islam
766f301aea
patch agent config by env
2024-01-09 14:30:29 -05:00
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
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
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
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