pantheon-systems / terminus-site-clone-plugin

A Terminus plugin that adds the `site:clone` command to facilitate cloning sites on Pantheon
MIT License
21 stars 11 forks source link

Couldn't use --yes for bash scripts with clone command, it doesn't work and requests confirmation any way #22

Closed ulkayu closed 2 months ago

ulkayu commented 3 years ago

commands example: terminus site:clone $sourceSiteName.dev $sitename.dev --yes --yes doesn't work, requires operator action

rijas-madurakuzhi commented 1 year ago

You can use the 'yes' command Eg:- yes | terminus site:clone $sourceSiteName.dev $sitename.dev