You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently in e.g. the Python SDK you need to couple tightly to a project by its GUID:
It would be nice if you could couple loosely by its name instead.
project_name="my-project-name"
Why would it be useful?
Less intervention by users/myself to fetch a GUID when a project name is all I should need. I'm thinking of Golden Template clones in a Github repo, where I know the project name because it should match the Github repo name... but no, I need to go to Infisical to fetch an arbitrary GUID ID. 😢
Additional context
My developers raised this to me.
The text was updated successfully, but these errors were encountered:
Feature description
Presently in e.g. the Python SDK you need to couple tightly to a project by its GUID:
It would be nice if you could couple loosely by its name instead.
project_name="my-project-name"
Why would it be useful?
Less intervention by users/myself to fetch a GUID when a project name is all I should need. I'm thinking of Golden Template clones in a Github repo, where I know the project name because it should match the Github repo name... but no, I need to go to Infisical to fetch an arbitrary GUID ID. 😢
Additional context
My developers raised this to me.
The text was updated successfully, but these errors were encountered: