cndi
E1501 - cndi create
was was called without a --template
in non-interactive mode
#897
johnstonmatt
announced in
Error Message Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
description
The
cndi
CLI exits with error code1501
when it is called using--non-interactive
but not provided a--template <identifier>
.The proper form is
cndi create my-github-account/my-repo --non-interactive --template <my-template-identifier>
, where the required responses are passed in.resolution tips
When running
cndi create
we recommend using interactive mode. If this is not possible please provide a slug, a--template
and pass in your responses using the "responses file" mechanism.Beta Was this translation helpful? Give feedback.
All reactions