-
Notifications
You must be signed in to change notification settings - Fork 62
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
CLI tool for more use-cases #13
Comments
Yes, I think building a cli is the next step after the API |
I've had a great experience using Probably I would split this up into different packages and manage it using turborepo
Or similar I can take a better look tonight |
I would like to start with you, we should cosider the size of it and its performance, some CI/CD tools as pricing as pay as you go, so we should cosider that, let me know to collaborate in this together 🦀 |
So just brainstorming the CLI functionality here.
URL: https://envshare.dev/unseal#{id}
Id: {id}
Expires In: 7 days
Expires At: January 24, 2023 19:41:33 (UTC)
Reads: 999 and maybe can do
Secret: some-decrypted-secret
Remaining Reads: 998 Does that look sound right for the functionality or were you guys planning something else? 🤔 |
for the cli tool, actually we need to export them directly to the system, and the developer should be able to share env file
the unseal, would be like
this one will output the regular output and he can do any thing later like grep then assign it to a variable etc. |
There should be 2 groups right now I think
Sounds good, what did you have in mind? Also let's consider the use of piping entire .env files $ cat .env | env encrypt --ttl=500` --reads=20
Key: ""
ID: ""
Url: ""
... etc
Also a |
we will consider using go, as its good to distribute, also I will start building it, we will rely on the api, so the API should have the options and anything else will be within the CLI |
haha I was about to mention go with cobra for example api is ready btw, check the readme for the api contract |
I will, and I will mention you when I setup everything and make the first req from the CLI |
That I told you about that, api can response text
As we could make it export the env and inject them to the system or we can leave this to the CLI,
This is would make a point for us cause there's no tool for that
Originally posted by @Mahmoudgalalz in #3 (comment)
The text was updated successfully, but these errors were encountered: