You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Options:
-k, --kind Kind of resource to register. "activity", "workflow", or "domain" [default: "activity"]
-d, --domain SWF domain of the activity-type or workflow to register [default: "aws-swf-test-domain"]
-v, --version version of the activity-type or workflow to register [default: "1.0"]
-h, --help show this help
Examples :
# Register all workflows and activities in the working directory
$ swf-register
# Register a new domain
$ swf-register -k domain my-domain-name
# Register a new activity
$ swf-register -k activity -d my-domain-name -v 2.0
# Register a new workflow
$ swf-register -k workflow -d my-domain-name -v 1.0