Tags: miltonjonat/carti
Tags
chore(release): 1.2.0 [skip ci] # [1.2.0](createdreamtech/carti@1.1.0...1.2.0) (2021-01-05) ### Bug Fixes * machine install command to also store local data when install remote pkg ([f6bd69a](createdreamtech@f6bd69a)) ### Features * add nobuild support for install command ([450eec1](createdreamtech@450eec1))
chore(release): 1.1.0 [skip ci] # [1.1.0](createdreamtech/carti@1.0.0...1.1.0) (2021-01-05) ### Bug Fixes * broken path resolution for git based repo ([065e9fd](createdreamtech@065e9fd)) * concurrency issues with test ([465d6cc](createdreamtech@465d6cc)) * correct duplicate commands prompt ([1eac12a](createdreamtech@1eac12a)) * issues parsing command args/handling publish nosave arg ([09ef5cc](createdreamtech@09ef5cc)) * publish async handling ([78f2586](createdreamtech@78f2586)) * refactor publish to not leak path information ([ddd3a9f](createdreamtech@ddd3a9f)) * rm duplicate publish command ([f3ef99b](createdreamtech@f3ef99b)) ### Features * add support for listing all packages local or not installed ([d7e4027](createdreamtech@d7e4027)) * add which command to locate local bundles abs path ([626db1a](createdreamtech@626db1a))
chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-01-05) ### Bug Fixes * .bundles.json written format ([f972678](createdreamtech@f972678)) * add missing cli command for bundle ([9a2e64e](createdreamtech@9a2e64e)) * add support for mocha ([aac8527](createdreamtech@aac8527)) * carry through filename support vs default cid naming ([43def91](createdreamtech@43def91)) * command structure to support sub commands ([3a91870](createdreamtech@3a91870)) * config refactor ([282a851](createdreamtech@282a851)) * correct default dir existince bug ([550054d](createdreamtech@550054d)) * correct home dir assumption for storage ([d5dd4f2](createdreamtech@d5dd4f2)) * correct index initialization for storage ([c21600a](createdreamtech@c21600a)) * dir path for fixture ([7b18664](createdreamtech@7b18664)) * disk fetcher path resolution ([1c05d10](createdreamtech@1c05d10)) * fetching id by non name ([119eceb](createdreamtech@119eceb)) * fix storage to respect quick lookup index ([303a312](createdreamtech@303a312)) * local configuration index should reflect remote installations ([5ee1d78](createdreamtech@5ee1d78)) * machine to support latest packages mapping ([0304be3](createdreamtech@0304be3)) * make support for uri optionally specified within a bundle ([fbe61b4](createdreamtech@fbe61b4)) * order of commandline parsing for short name args ([588024e](createdreamtech@588024e)) * package.json typo ([9500155](createdreamtech@9500155)) * refactor global_listing to bundle_listing ([8ba6dc5](createdreamtech@8ba6dc5)) * refactor support for paths with repos to be absolute ([254c704](createdreamtech@254c704)) * refactor support for publishing bundles ([c5db421](createdreamtech@c5db421)) * remote disk bundle resolution to adhere to strict format ([198f84b](createdreamtech@198f84b)) * rm typedocs to resolve dependencies ([223d4cc](createdreamtech@223d4cc)) * skip integration test for now ([3f0e962](createdreamtech@3f0e962)) * temporarily remove support for --version ([c76917b](createdreamtech@c76917b)) * test to respect fixtures ([783ca91](createdreamtech@783ca91)) ### Features * add bundle command to cli ([824598c](createdreamtech@824598c)) * add ci ([ff6d3c2](createdreamtech@ff6d3c2)) * add commadn for listing local pacakges ([79fa3a2](createdreamtech@79fa3a2)) * add first stab at command cli structure ([45fb9b1](createdreamtech@45fb9b1)) * add initial machine command work ([cd86c5d](createdreamtech@cd86c5d)) * add integration tests for carti ([a4ff65f](createdreamtech@a4ff65f)) * add logging system infrastructure ([e1e968b](createdreamtech@e1e968b)) * add publish command ([7d6324d](createdreamtech@7d6324d)) * add publish command ([ea9aca6](createdreamtech@ea9aca6)) * add sketch for fetcher folder structure ([3d661db](createdreamtech@3d661db)) * add structure for repo package management lib ([6db7e61](createdreamtech@6db7e61)) * add support for a short desc format for bundle for cli ([bacb5eb](createdreamtech@bacb5eb)) * add support for adding a run script to create built machines ([d20b894](createdreamtech@d20b894)) * add support for fetching from disk or git ([1eab0c0](createdreamtech@1eab0c0)) * add support for installation ([6140987](createdreamtech@6140987)) * add support for just uri based publishing w/o uploading ([cc0b7f4](createdreamtech@cc0b7f4)) * add support for managing additions and subtractions from bundles.json ([56bb7b2](createdreamtech@56bb7b2)) * add support for optional bundle prompt questions for cli ([777cdf1](createdreamtech@777cdf1)) * add support for package respoitories ([304a999](createdreamtech@304a999)) * add support for stream to string util ([e79cbf1](createdreamtech@e79cbf1)) * adds support for machine build to build and run a cartesi machine from spec ([0c81c86](createdreamtech@0c81c86)) * create a unified bundle fetcher for disk or http ([8a89ede](createdreamtech@8a89ede)) * expose code to a singular default config for the cli ([6b9bf42](createdreamtech@6b9bf42)) * expose commands to cli ([d5a5998](createdreamtech@d5a5998)) * expose publish cli command ([2fe3b2e](createdreamtech@2fe3b2e)) * impl nosave option and add uri only extension to publish ([d756a56](createdreamtech@d756a56)) * init commit and structure ([b272336](createdreamtech@b272336)) * refactor code to support config object ([38893e0](createdreamtech@38893e0)) * refactor config to include repo ([221492e](createdreamtech@221492e)) * wip add carti local to package.json ([fa9f0d8](createdreamtech@fa9f0d8)) * wip additional cli sketch ([11d25b0](createdreamtech@11d25b0)) * wip initial commands structure sketch ([a951312](createdreamtech@a951312)) * wip sketch for global resource storage for an index and repository storage ([7e8ab39](createdreamtech@7e8ab39))