Skip to content

Commit 5036068

Browse files
authored
Update cmd (#75)
* add: update cmd + read age identity once per command * chore: extract get_cli_config * add: the rest of update cmd * add: remove update bits from 'new' cmd * chore: refactor api * chore: api refactoring vol 2 * fix: remote should not panic on reading containers for tunneling * chore: remove line * fix: update - use the latest config from git * chore: deps * fix: rename edit to tweak to better express what it's for; fix: do not pull image/config in the tweak mode --------- Co-authored-by: queil <queil@users.noreply.github.com>
1 parent 31247ad commit 5036068

26 files changed

+623
-507
lines changed

Cargo.lock

+55-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rooz"
3-
version = "0.99.0"
3+
version = "0.100.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)