1.7.1 (2021-04-14)
- add proper check for add repo command to refer to correct repo (bac8f17)
- add proper error wrapping to bundle (0d71e59)
- correct machine cmd tests to properly check results (1ab2cab)
- get/machine init command test to check result (a741dcc)
- output check for proper operation (d350f2a)
- refactor integration tests (c22810b)
- refactor to use spawn vs spawnSync (556ebcc)
- test for publish to check output (1bce85f)
1.7.0 (2021-02-18)
- add support for improved list semantics for machine repo (7e94f33), closes #71
- correct help description of filename (2795ba0), closes #74
1.6.8 (2021-02-02)
- pass through shared option to flash bundle for machine configuration (25dc54e)
- support for bundless flash drive specification added to machines (a6e66c8)
1.6.7 (2021-02-01)
1.6.6 (2021-01-30)
- add suport for optionally saving remote machine-config as well as installing (ca5f1a2)
1.6.5 (2021-01-30)
- rm extra paren from output (06832ee)
1.6.4 (2021-01-30)
- broken global logic corrects always install global behavior (a5b706a)
- support branches for repo listings (25cddf0)
- this resolves an inconsistency issue that prevented users (641b8d5)
1.6.3 (2021-01-29)
- output directory was misleading attributed to the base path change dir (6fbded6)
- unneccessary await introduced with bug patch (fd20846)
- version bump on carti-core to fix escape issues with carti (d649903)
1.6.2 (2021-01-29)
- correct listing file missing issue when installing machine (d039c80)
1.6.1 (2021-01-29)
- correct async await for listing file existence (3c69daf)
1.6.0 (2021-01-29)
- add support for proper catching of errors from cli (9784373)
- auto calculation of drive size for machine add (f629c2e)
- corrects get duplicate behavior and clarifies global flag handling (39b20d0)
- add a docker info command (dd6f112)
- add support for a progress bar (2a1bdf2)
- add support for defaultRepo specification (76b0716)
- add support for has from repo context (4f5596f)
- add support for listing repo entries (cfaa4db)
- add support for repos to be specified in carti-machine-package (19c1f2b)
- add support for resolving origin queries on config/repo (2e99b19)
1.5.6 (2021-01-28)
- ram default length is incorrect it does not behave like flash (3391cd2)
1.5.5 (2021-01-28)
- corrects version command conflict with bundles (08d849f)
- missing version bump for redirect enabling (68d7de0)
- quite output and pull in redirect request fix from upstream (a7e8cc4)
1.5.4 (2021-01-27)
- multiple asset resolution machine bug (95c4f25)
1.5.3 (2021-01-27)
1.5.2 (2021-01-27)
- add version and defaults command, with messaging cleanup (c5e5abd)
- change defaults to use bundle system (bc18cb9), closes #36
- temp. disable stdout check spawn sync issues refactor at later date (efc5efb)
1.5.1 (2021-01-27)
- patch https to follow redirects properly (29048c3)
1.5.0 (2021-01-27)
- add global storage to carti (7b49d23)
1.4.0 (2021-01-26)
- correct auto creating carti_bundles behavior (19c3390)
- this removes the auto creation of bundles_json resolving (be3a4cc), closes #14
- add support for auto computing start and length, and setting (cc5dd94), closes #17 #34 #35
- add support for creating cartesi lua config (e6cff3e), closes #37 #32
- add support for machine rm (494c0f3), closes #40
- add support for specifying boot args (44e2ee6), closes #31 #33
1.3.0 (2021-01-17)
- add missing integration test for get command (c3d68cc)
- refactor repo to respect relative path which also corrects (9cbc2dc), closes #12 #13
- add support for -y to auto select bundle w/o prompt (d14610e), closes #11
- add support for auto choosing machine add (be6a0a9), closes #11
- add support for by passing prompt for install (0d7c4ab), closes #11
- add support for uri resolved bundling (128ee4e), closes #16
- this adds get command which will return a bundle (c4e5bc9), closes #15
1.2.1 (2021-01-14)
- corrects uri for disk publish (cda8153), closes #18
- localpath resolution when package has remote origin (28e969f)
- stops auto creating bundles.json now only created upon need (2618482), closes #14
1.2.0 (2021-01-05)
- machine install command to also store local data when install remote pkg (f6bd69a)
- add nobuild support for install command (450eec1)
1.1.0 (2021-01-05)
- broken path resolution for git based repo (065e9fd)
- concurrency issues with test (465d6cc)
- correct duplicate commands prompt (1eac12a)
- issues parsing command args/handling publish nosave arg (09ef5cc)
- publish async handling (78f2586)
- refactor publish to not leak path information (ddd3a9f)
- rm duplicate publish command (f3ef99b)
- add support for listing all packages local or not installed (d7e4027)
- add which command to locate local bundles abs path (626db1a)
- .bundles.json written format (f972678)
- add missing cli command for bundle (9a2e64e)
- add support for mocha (aac8527)
- carry through filename support vs default cid naming (43def91)
- command structure to support sub commands (3a91870)
- config refactor (282a851)
- correct default dir existince bug (550054d)
- correct home dir assumption for storage (d5dd4f2)
- correct index initialization for storage (c21600a)
- dir path for fixture (7b18664)
- disk fetcher path resolution (1c05d10)
- fetching id by non name (119eceb)
- fix storage to respect quick lookup index (303a312)
- local configuration index should reflect remote installations (5ee1d78)
- machine to support latest packages mapping (0304be3)
- make support for uri optionally specified within a bundle (fbe61b4)
- order of commandline parsing for short name args (588024e)
- package.json typo (9500155)
- refactor global_listing to bundle_listing (8ba6dc5)
- refactor support for paths with repos to be absolute (254c704)
- refactor support for publishing bundles (c5db421)
- remote disk bundle resolution to adhere to strict format (198f84b)
- rm typedocs to resolve dependencies (223d4cc)
- skip integration test for now (3f0e962)
- temporarily remove support for --version (c76917b)
- test to respect fixtures (783ca91)
- add bundle command to cli (824598c)
- add ci (ff6d3c2)
- add commadn for listing local pacakges (79fa3a2)
- add first stab at command cli structure (45fb9b1)
- add initial machine command work (cd86c5d)
- add integration tests for carti (a4ff65f)
- add logging system infrastructure (e1e968b)
- add publish command (7d6324d)
- add publish command (ea9aca6)
- add sketch for fetcher folder structure (3d661db)
- add structure for repo package management lib (6db7e61)
- add support for a short desc format for bundle for cli (bacb5eb)
- add support for adding a run script to create built machines (d20b894)
- add support for fetching from disk or git (1eab0c0)
- add support for installation (6140987)
- add support for just uri based publishing w/o uploading (cc0b7f4)
- add support for managing additions and subtractions from bundles.json (56bb7b2)
- add support for optional bundle prompt questions for cli (777cdf1)
- add support for package respoitories (304a999)
- add support for stream to string util (e79cbf1)
- adds support for machine build to build and run a cartesi machine from spec (0c81c86)
- create a unified bundle fetcher for disk or http (8a89ede)
- expose code to a singular default config for the cli (6b9bf42)
- expose commands to cli (d5a5998)
- expose publish cli command (2fe3b2e)
- impl nosave option and add uri only extension to publish (d756a56)
- init commit and structure (b272336)
- refactor code to support config object (38893e0)
- refactor config to include repo (221492e)
- wip add carti local to package.json (fa9f0d8)
- wip additional cli sketch (11d25b0)
- wip initial commands structure sketch (a951312)
- wip sketch for global resource storage for an index and repository storage (7e8ab39)