xdbm/README.md
qwjyh 7c8ee7a500 redesign storage add Commands
- replace storage add args with subcommands of physical, directory,
  online
- to make argument dependencies clearer
2024-03-12 16:18:24 +09:00

19 lines
511 B
Markdown

# TODO:
- [x] split subcommands to functions
- [x] write test for init subcommand
- [x] write test with existing repo
- [x] with ssh credential
- [x] ssh-agent
- [x] specify key
- [ ] write test for storage subcommand
- [ ] storage add online
- [ ] storage add directory
- [ ] storage list
- [ ] add storage remove command
- [ ] add sync subcommand
- [ ] add check subcommand
- [x] reorganize cmd option for storage
- [x] use subcommand
- [ ] no commit option
<!-- vim: set sw=2 ts=2: -->