Examples
Create workspace target from yaml filebdy tg create --yaml @target.yml$
Create project targetbdy tg create --yaml @target.yml -p project$
Create pipeline targetbdy tg create --yaml @target.yml -p project --pipeline pipeline-identifier$
Create workspace environment targetbdy tg create --yaml @target.yml --environment environment-identifier$
Create project environment targetbdy tg create --yaml @target.yml -p project --environment environment-identifier$