snippetbashTip
codecrafters — Practice writing complex software. More information: <https://docs.codecrafters.io/cli/usage>.
Viewed 0 times
complexcommandsoftwarewritingclipracticemorecodecrafters
Problem
How to use the
codecrafters command: Practice writing complex software. More information: <https://docs.codecrafters.io/cli/usage>.Solution
codecrafters — Practice writing complex software. More information: <https://docs.codecrafters.io/cli/usage>.Run tests without committing changes:
codecrafters testRun tests for all previous stages and the current stage without committing changes:
codecrafters test --previousCommit changes and submit, to move to the next stage:
codecrafters submitUpdate language version:
codecrafters update-buildpackCode Snippets
Run tests without committing changes
codecrafters testRun tests for all previous stages and the current stage without committing changes
codecrafters test --previousCommit changes and submit, to move to the next stage
codecrafters submitUpdate language version
codecrafters update-buildpackContext
tldr-pages: common/codecrafters
Revisions (0)
No revisions yet.