pixi task
프로젝트 환경에서 작업을 관리. 더 많은 정보: https://pixi.sh/latest/reference/cli/#task.
- 새 작업 생성:
pixi task add
작업_이름
작업_명령
- 프로젝트의 모든 작업 나열:
pixi task list
- 작업 제거:
pixi task remove
작업_이름
- 작업에 대한 별칭 생성:
pixi task alias
별칭_이름
작업1 작업2 …
프로젝트 환경에서 작업을 관리. 더 많은 정보: https://pixi.sh/latest/reference/cli/#task.
pixi task add
작업_이름
작업_명령
pixi task list
pixi task remove
작업_이름
pixi task alias
별칭_이름
작업1 작업2 …