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
This repository contains two CCI tasks and both will complete without errors.
-
dxtask
cci task run dxtask
This task should display the output of
sfdx force:org:list
command. -
mytask
cci task run mytask
This task invokes the
MyTask
class defined inscripts/tasks/MyTask.py
and prints the output messageThis is my task.