8000 Bug: README lists “clasp update-deployment” and "clasp open-web-app", but neither command is missing in v3.0.5-alpha · Issue #1063 · google/clasp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug: README lists “clasp upda 8000 te-deployment” and "clasp open-web-app", but neither command is missing in v3.0.5-alpha #1063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TakahashiIkki opened this issue May 30, 2025 · 0 comments · Fixed by #1064

Comments

@TakahashiIkki
Copy link
Contributor
TakahashiIkki commented May 30, 2025

Describe

The README contains an example for:

clasp update-deployment abcd1234      # (redeploy and create new version)
clasp open-web-app

However, on @google/clasp v3.0.5-alpha both commands return Unknown command errors:

$ npx clasp update-deployment
Unknown command "clasp update-deployment"
CommanderError: Unknown command "clasp update-deployment"

% npx clasp open-web-app
Unknown command "clasp open-web-app"
CommanderError: Unknown command "clasp open-web-app"

Expected behaviour

  • clasp update-deployment should exist
  • clasp open-web-app should exist

Environment

% npx clasp -v        
3.0.5-alpha

Current CLI command list (npx clasp)

% npx clasp
Usage: clasp <command> [options]

clasp - The Apps Script CLI

Options:
  -v, --version                                            output the current version
  -A, --auth <file>                                        path to an auth file or a folder with a '.clasprc.json' file. (env: clasp_config_auth)
  -u,--user <name>                                         Store named credentials. If unspecified, the "default" user is used. (default: "default")
  --adc                                                    Use the application default credentials from the environemnt.
  -I, --ignore <file>                                      path to an ignore file or a folder with a '.claspignore' file. (env: clasp_config_ignore)
  -P, --project <file>                                     path to a project file or to a folder with a '.clasp.json' file. (env: clasp_config_project)
  -h, --help                                               display help for command

Commands:
  login [options]                                          Log in to script.google.com
  logout                                                   Logout of clasp
  open-credentials-setup                                   Open credentials page for the script's GCP project
  clone-script|clone [options] [scriptId] [versionNumber]  Clone an existing script
  create-script|create [options]                           Create a script
  push [options]                                           Update the remote project
  pull [options]                                           Fetch a remote project
  create-deployment|deploy [options]                       Deploy a project
  delete-deployment|undeploy [options] [deploymentId]      Delete a deployment of a project
  list-deployments|deployments                             List deployment ids of a script
  disable-api <api>                                        Disable a service for the current project.
  enable-api <api>                                         Enable a service for the current project.
  list-apis|apis                                           List enabled APIs for the current project
  open-api-console                                         Open the API console for the current project.
  show-authorized-user                                     Show information about the current authorizations state.
  show-file-status|status [options]                        Lists files that will be pushed by clasp
  open-logs                                                Open logs in the developer console
  setup-logs                                               Setup Cloud Logging
  tail-logs|logs [options]                                 Print the most recent log entries
  open-script [scriptId]                                   Open the Apps Script IDE for the current project.
  open-container                                           Open the Apps Script IDE for the current project.
  run-function|run [options] [functionName]                Run a function in your Apps Scripts project
  list-scripts|list [options]                              List App Scripts projects
  create-version|version [description]                     Creates an immutable version of the script
  list-versions|versions                                   List versions of a script
  start-mcp-server|mcp                                     Starts an MCP server for interacting with apps script.
  help [command]                                           display help for command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0