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 Nov 17, 2021. It is now read-only.
cic track start ansible without specifying a --fork parameter gives the error message Fork option container invalid characters. Check you have typed it correctly.
That error message contains a typo 'container' instead of 'contains' which needs fixing, but we should also output a 'usage' line in standard bash manpage format to show how it should be done.
i.e. cic track start <trackname> --fork <fork>
If fork is a required argument for cic track start <track> then it would be good to miss out the --fork option flag.
cic track start ansiblewithout specifying a --fork parameter gives the error messageFork option container invalid characters. Check you have typed it correctly.That error message contains a typo 'container' instead of 'contains' which needs fixing, but we should also output a 'usage' line in standard bash manpage format to show how it should be done.
i.e.
cic track start <trackname> --fork <fork>If
forkis a required argument forcic track start <track>then it would be good to miss out the--forkoption flag.i.e.
cic track start <trackname> <fork>