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
Wizard options are able to be passed in via cmdline, but if any required options aren't then it will prompt you and receive via stdin
You can skip the allowlist and pass in a repository url via --template-url, but it will warn you of the security risk and confirm via stdin that you are sure you want to do it
algokit init
Name of project (--name, -n)
The template is initialised in a sub-folder of this name
Validation: /^[\w-.]+$/ and the directory doesn't exist already
Once the template is there output the commands to open the folder and open their IDE
This seems a bit complex? How do we know if they're using code or code-insiders or pycharm (and that only works if they have bin scripts setup) or even idea (same issue)?
a URL to the next steps documentation
Next steps could depend on the template - maybe it's better to include those in the templates themselves?
Acceptance Criteria:
--template-url
, but it will warn you of the security risk and confirm via stdin that you are sure you want to do italgokit init
--name
,-n
)/^[\w-.]+$/
and the directory doesn't exist alreadybeaker-default
) (--template
,-t
)create-remix
template selectionDeployment language: TypeScript | Python(will be added in later story,--deployment-lang
,-l
, default:Python
)Y
/y
then install the Python dependenciesThe text was updated successfully, but these errors were encountered: