Linux command
slumber 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the TUI with the default collection
slumber
Send a request via CLI
slumber request --recipe [my_recipe]
Import requests from Insomnia
slumber import insomnia [export.json]
说明
slumber is a TUI and CLI tool for defining, executing, and sharing HTTP requests. Requests are configured as "recipes" in YAML files, making them easy to version control and share with a team. It supports importing from Insomnia, dynamic request building with templates, and stores request history in a local SQLite database. All data stays local.
FAQ
What is the slumber command used for?
slumber is a TUI and CLI tool for defining, executing, and sharing HTTP requests. Requests are configured as "recipes" in YAML files, making them easy to version control and share with a team. It supports importing from Insomnia, dynamic request building with templates, and stores request history in a local SQLite database. All data stays local.
How do I run a basic slumber example?
Run `slumber` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more slumber examples?
This page includes 3 examples for slumber, plus related commands for nearby Linux tasks.