The error being reported suggests that ${PWD} is not recognized on RHEL command line.
composer run spark drupal:backup --timeout=0
> SPARK_WORKDIR=$
Unknown macro: {PWD}
robo --ansi --load-from vendor/bluesparklabs/spark 'drupal:backup'
There are no commands defined in the "drupal" namespace.
Script SPARK_WORKDIR=$
robo --ansi --load-from vendor/bluesparklabs/spark handling the spark event returned with error code 1
This appears to be related to the following line of code in composer.drupal8.json:
The error being reported suggests that
${PWD}
is not recognized on RHEL command line.This appears to be related to the following line of code in
composer.drupal8.json
:https://github.com/BluesparkLabs/spark/blob/385498f47951f36a66396b2221c6973067fd369a/composer/composer.drupal8.json#L41