Releases: piotr-iohk/cardano-up
Releases · piotr-iohk/cardano-up
0.1.5
Changed
- Don't use p2p for cardano-node (#8)
Documentation
Full Changelog: 0.1.4...0.1.5
0.1.4
Added
--lines
parameter for tail
subcommand allowing to output last <num_lines>
instead of default 10, before following the log (#7)
Documentation
0.1.3
Added
- check if
screen
tool is present on the system before starting node or wallet on Linux/MacOs (#4, #5)
Removed
- ability to install version from
master
or specific PR in cardano-wallet
repository (#5)
Documentation
0.1.2
Added
- basic session management (cli sub-command:
ls
, parameter: --session
) (#3)
ping
sub-command for health-checking running node and wallet (#3)
- check if port is in use when starting wallet (#3)
--examples
parameter listing common usage examples (#3)
- ChangeLog.md (#3)
Removed
node-wallet
sub-command (to start both it is enough to call cardano-up <env> up
) (#3)
Documentation
0.1.1
Fixed:
- cardano-up config error (#1)
Documentation