A command line tool for small dev oprations.
spell
- Show the list of commands
spell api GET <url>
- GET request to the specified URLspell api POST <url> <json>
- POST request to the specified URL with a json bodyspell api PATCH <url> <json>
- PATCH request to the specified URL with a json bodyspell api DELETE <url>
- DELETE request to the specified URL
spell json read/r <file>
- Read a json file in your terminalspell json write/w <file> <json>
- Write a json file in your terminal- Example:
spell json write users.json users.elliot.job "Engineer"
- Example:
spell env get <file> <key>
- Read a key from a .env filespell env set <file> <key> <value>
- Write a key to a .env filespell env list <file>
- List all keys in a .env file
more to come soon...