Harvey Sanders
Harvey Sanders
I'm not sure if this is a bug or a not-yet-implemented feature. `gh project view` with `web` flag does not open interactive mode ### Describe the bug `gh project view`...
### TL;DR The `project_id` Action argument is mapped to `project` when passed to the `deploy` command. https://github.com/google-github-actions/deploy-appengine/blob/24e0c36ed7593b83beee803db490735c270338d6/src/main.ts#L161-L162 So if one passes a GCP project ID (number) instead of the project...
I just came across a few small typos while reading the documentation. Thanks for writing it!😁
If you omit the `=` sign from `secrets` `set` command, the CLI panics: ```bash infisical secrets set LABEL value panic: runtime error: index out of range [1] with length 1...