nitrictech / cli

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
https://nitric.io
Apache License 2.0
26 stars 10 forks source link

Stack new command is failing #344

Closed jyecusch closed 2 years ago

jyecusch commented 2 years ago

Bug Report

Issue

nitric stack new command fails with no such file or directory error.

Steps

Steps to reproduce the behavior:

  1. In a nitric project run nitric stack new
  2. enter stack name and cloud provider, then hit enter
nitric stack new              
? What do you want to call your new stack? dev
? Which Cloud do you wish to deploy to? gcp
Error: open /example/nitric-dev.yaml: no such file or directory

Expected

A new stack file is created

jyecusch commented 2 years ago

Fixed in v1.10.0