-
Notifications
You must be signed in to change notification settings - Fork 566
Adds files.getInfo / files.get_info methods to retrieve information about directory/files #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: b6a7fca The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add more info about the file/directory?
I'll be pushing more tests, waiting for e2b-dev/infra#655 |
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was not working on my machine, I have my go tools installed in GOPATH
@@ -8,7 +8,7 @@ plugins: | |||
- pyi_out=../../packages/python-sdk/e2b/envd | |||
- name: connect-python | |||
out: ../../packages/python-sdk/e2b/envd | |||
path: /go/bin/protoc-gen-connect-python | |||
path: protoc-gen-connect-python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have it in my go path
Wasn't there a script using container for generating this? Or that was only for SDKs? |
Was it ever merged though? 🤔 |
Changelog
files.getInfo
,files.get_info
methods to the SDKs.Examples
JavaScript
Python