Let's create a CLI that improves usability for terminal users.
Commands:
create ${secretText} : creates the secret we want and returns a URL
-
create ${file} : creates the secret from a file and returns a URL
get ${secretId} : fetches the secret we have at the secret id
get ${url} : fetches from the URL directly (this is helpful, when we do not want to extract only the id from the url)
Let's create a CLI that improves usability for terminal users.
Commands:
create ${secretText}: creates the secret we want and returns a URLcreate ${file}: creates the secret from a file and returns a URLget ${secretId}: fetches the secret we have at the secret idget ${url}: fetches from the URL directly (this is helpful, when we do not want to extract only the id from the url)