`ipfs routing get` should allow querying when node is offline by enabling a flag
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
### Checklist
- [x] My issue is specific & actionable.
- [x] I am not suggesting a protocol enhancement.
- [x] I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
### Description
In our use case we'd like to load the raw IPNS record from our local kubo node with all of its props like `ttl`, `sequence` etc, and the only way to query it from the local node atm is through `ipfs routing get`.
The problem is routing automatically throws if our node is on offline mode. Can you either:
- Suggest a different way of getting the raw IPNS record from our local node
- Add a flag in `routing get` to allow querying the local node in offline mode
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.