The CLI adapter registry says it mirrors the packages/<category>/<name>/ filesystem layout, but the existing packages/affiliates/* adapters are not registered in packages/cli/src/adapter-registry.ts.
There are currently 20 affiliate adapter packages with src/ directories, including cj, rakuten, impact, shareasale, awin, and others. Without an affiliates category, generic commands such as sh1pt affiliates list and sh1pt affiliates cj info are unavailable even though the packages exist.
This is separate from the higher-level sh1pt promote affiliates workflow, which can remain in place.
The CLI adapter registry says it mirrors the
packages/<category>/<name>/filesystem layout, but the existingpackages/affiliates/*adapters are not registered inpackages/cli/src/adapter-registry.ts.There are currently 20 affiliate adapter packages with
src/directories, includingcj,rakuten,impact,shareasale,awin, and others. Without anaffiliatescategory, generic commands such assh1pt affiliates listandsh1pt affiliates cj infoare unavailable even though the packages exist.This is separate from the higher-level
sh1pt promote affiliatesworkflow, which can remain in place.