-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement secret management commands #1545
Comments
You mean this:
? |
yep, but using CLI. I remember you suggested using @filename.ext similarly to curl. |
You mean
|
I have no strong preference. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
neuro secrets shows the list of the user's secrets.
neuro secrets add adds a new secrets or replaces an existing one given its key.
neuro secrets remove removes the secret by its key.
The backend codebase: https://github.com/neuromation/platform-secrets/blob/ca8e3c3eb9ce8168e09c7ec335b613e64e58e83f/platform_secrets/api.py#L92-L122
The text was updated successfully, but these errors were encountered: