Summary
Please add a gog form publish command for Google Forms.
Use case
gogcli can create and edit Google Forms, but there does not appear to be a CLI command that publishes a form or makes it available for responses. This makes fully automated form creation workflows stop short of the final publish step.
For agent-driven workflows, the missing step means the agent can prepare the form but still needs a manual browser/UI action before the form is usable.
Proposed CLI shape
A command like:
gog form publish <form-id>
Optionally with flags for common publishing behavior, if supported by the Google Forms API:
gog form publish <form-id> --collect-email=false --accepting-responses=true
Expected behavior
- Publish or enable responses for an existing form.
- Return the public/respondent URL when available.
- Exit non-zero with a clear error if the API does not allow publishing for the current form/account.
Why this matters
This would make scripted form creation complete end-to-end: create form, add questions, configure settings, publish, and return the URL.
Summary
Please add a
gog form publishcommand for Google Forms.Use case
gogclican create and edit Google Forms, but there does not appear to be a CLI command that publishes a form or makes it available for responses. This makes fully automated form creation workflows stop short of the final publish step.For agent-driven workflows, the missing step means the agent can prepare the form but still needs a manual browser/UI action before the form is usable.
Proposed CLI shape
A command like:
Optionally with flags for common publishing behavior, if supported by the Google Forms API:
Expected behavior
Why this matters
This would make scripted form creation complete end-to-end: create form, add questions, configure settings, publish, and return the URL.