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

The Developer Guide doesn't match Clasp 2.3.0 CLI #763

Open JacobWeisenburger opened 4 years ago

JacobWeisenburger commented 4 years ago

Image below is from the Developer Guide: https://developers.google.com/apps-script/guides/clasp#deploy_a_published_project image


Clasp 2.3.0 CLI

clasp deploy

$ clasp deploy --help
Usage: clasp deploy [options]

Deploy a project

Options:
  -V, --versionNumber <version>    The project version
  -d, --description <description>  The deployment description
  -i, --deploymentId <id>          The deployment ID to redeploy
  -h, --help                       output usage information

clasp redeploy

$ clasp redeploy
�🤔  Unknown command "clasp redeploy"

Forgot clasp commands? Get help:
  clasp --help
mblais commented 10 months ago

Still happening. @sqrrrl I guess this issue is not a priority?