๐ปCommand Line Interface (CLI)
Interacting with the infinite-craft Command Line Interface (or CLI).
When you install infinite-craft, two CLI apps are installed. infinite-craft and infinitecraft.
You can use either, both do the exact same thing.
Display help
To view the help page of the CLI, use the -hor --help tag.
infinite-craft --helpReset discoveries.json
discoveries.jsonYou can reset your discoveries.json file to its initial 4 elements using the command below
infinite-craft reset -d "/path/to/discoveries.json"Run Mock API
You can start a mock API on your device using the command below.
infinite-craft mockCustomize Mock API
You can also start it at a custom host and port.
NOTE: If infinite-craft or infinitecraft is not on PATH, you can use:
Same with infinitecraft.
Last updated