zhaofengli / attic

Multi-tenant Nix Binary Cache
https://docs.attic.rs
Other
964 stars 73 forks source link

attic-client/push: Add flag to read paths from stdin #176

Open jzbor opened 5 days ago

jzbor commented 5 days ago

This adds a new flag (-i/--stdin) to the push subcommand of the attic client. This would resolve #175 .

Note that there is also #118 , which implements a similar behavior as a fallback for the push command.