cli icon indicating copy to clipboard operation
cli copied to clipboard

Improve error message when target directory doesn't exist

Open paulRbr opened this issue 1 year ago • 0 comments

Steps to reproduce

> bump deploy inexistent/dir/ --auto-create --hub "my-hub" --token "my-token"
 ›   Error: Missing required flag:
 ›    -d, --doc DOC  Documentation public id or slug. Can be provided via BUMP_ID environment variable
 ›   See more help with --help

Expected behavior

A better error message, stating that the target directory inexistent/dir/ doesn't exist.

paulRbr avatar Apr 15 '24 14:04 paulRbr