aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Chore] Make activation wait timeout configurableRoman Melnikov2023-11-021-0/+4
* [Chore] fix error messages claiming to have rolled back when not actually doi...Philipp Herzog2023-11-021-2/+3
* [Chore] Handle 'temp_path' as an actual 'Path' instead of 'String'Roman Melnikov2023-04-201-1/+2
* Build every profile first, then push (#158)2xsaiko2022-12-291-12/+21
* Merge pull request #176 from Ma27/activate-bootAlexander Bantyev2022-12-291-1/+10
|\
| * Add new activation strategy `boot` as equivalent to `nixos-rebuild boot`Maximilian Bosch2022-10-091-1/+10
* | Add option to build on the remote hostPhilipp Herzog2022-11-181-6/+7
* | Introduce non-zero exit code for rollbacksPhilipp Herzog2022-11-111-1/+3
|/
* Add custom sudo command supportAndrew Fontaine2022-01-281-0/+4
* General code cleanupnotgne22021-08-121-26/+21
* fix ambiguous crate refTimothy DeHerrera2021-07-291-1/+1
* optionally take args as inputTimothy DeHerrera2021-07-291-3/+6
* make cli opts publicTimothy DeHerrera2021-07-291-1/+1
* export cli run in libTimothy DeHerrera2021-07-141-0/+673