Blockchain App Builder CLI에 패치 적용

patch 명령을 사용하여 Blockchain App Builder CLI(명령행 인터페이스)에 패치를 적용할 수 있습니다.

사용법:

patch [options]
my-mac:TsProject myname@ ochain patch -h 
Usage: patch [options]

Apply PatchFix to ochain 

Options :
    -h, --help              output command usage information
    -D, --debug             enable debug logging
    -p, --path <path>       Path to Patch Zip file

프로젝트에 패치를 적용하려면 해당 프로젝트가 포함된 디렉토리로 이동한 다음 다음 명령을 입력합니다. 패치를 포함하는 아카이브 파일의 경로를 patch 명령에 대한 옵션으로 전달해야 합니다.

ochain patch --path path_to_archive_file