This is an SFDX sample repository for CumulusCI (CCI) task test. This repository is supoosed to be used with another repository.
- Clone this repository on your PC
- Set your Dev Hub org with
sfdx auth:web:login -d -a DevHub
Try to execute two tasks defined in another repository.
The cumulusci.yml contained in this repo has a source
definition to the another repository and theoretically
those tasks can be executed without problems.
sources:
sfdx-proj2:
github: https://github.com/TamiTakamiya/sfdx-proj2
branch: main
-
dxtask
cci task run sfdx-proj2:dxtaskThis task should display the output of
sfdx force:org:listcommand. -
mytask
cci task run sfdx-proj2:mytaskThis task is supposed to invoke the
MyTaskclass defined inscripts/tasks/MyTask.pyin another repository and print the output messageThis is my task.However, it fails with the following message:
No module named 'scripts.tasks'