fn icon indicating copy to clipboard operation
fn copied to clipboard

duplicate ways to change working dir for deploy

Open rdallman opened this issue 5 years ago • 1 comments

currently, deploying a function in another directory can be done in 2 ways:

$ cli deploy func-dir
$ cli deploy --working-dir func-dir

can we reduce this to one or the other? is there a good reason for both of these? there was a bug in deploy all for not adhering to the first one, but open question here.

rdallman avatar Feb 21 '19 21:02 rdallman

i'm not opposed to getting rid of the first way although it's consistent with fn init (and others) where the docs commonly use that format (ie fn init hello-func)

carimura avatar Feb 26 '19 22:02 carimura