i build and ran a shell in that custom client docker image
docker-compose build dev
docker-compose run --rm dev sh # note it's an alpine image
# then i tested these changes using the following cmd
PANOPTES_DEBUG=true panoptes --endpoint https://panoptes-staging.zooniverse.org subject-set download-classifications --generate 4852 -
# profit ....
Add a subject-set resource cmd to download classification exports
panoptes subject-set download-classifications --help
This new cmd wraps behaviour in the
add-subject-set-classification-exports
branch at https://github.com/zooniverse/panoptes-python-client/pull/268I developed and tested this using a modified
Dockerfile.dev
that included the code in the above PR viai build and ran a shell in that custom client docker image