google / clasp

🔗 Command Line Apps Script Projects
https://developers.google.com/apps-script/guides/clasp
Apache License 2.0
4.59k stars 428 forks source link

clasp deploy warning if the deployment won't do anything #374

Open grant opened 5 years ago

grant commented 5 years ago

Expected Behavior

clasp deploy should do something useful if no manifest is configured.

Usually, you need to specify something in manifest to deploy a web app or add-on.

Actual Behavior

clasp deploy creates a deployment that is useless without the manifest change.

See https://github.com/google/clasp/issues/373

grant commented 5 years ago

Still need to check manifest to add this feature.