Skip to content

refactor(vault-cli): use default = null instead of default = "" for vault_token#889

Open
luyi66243-maker wants to merge 4 commits into
coder:mainfrom
luyi66243-maker:refactor/vault-cli-default-null
Open

refactor(vault-cli): use default = null instead of default = "" for vault_token#889
luyi66243-maker wants to merge 4 commits into
coder:mainfrom
luyi66243-maker:refactor/vault-cli-default-null

Conversation

@luyi66243-maker
Copy link
Copy Markdown

Summary

Replace default = "" with default = null for the vault_token variable in the vault-cli module, addressing part of #755.

Using null instead of "" is better Terraform practice — it semantically means "not provided" rather than "provided but empty". This also aligns vault_token with the existing vault_namespace variable in the same module, which already uses default = null.

Changes

  • vault_token default: ""null
  • templatefile call: added null guard (var.vault_token != null ? var.vault_token : "") to safely pass to shell template
  • coder_env.vault_token count: changed condition from != "" to != null

Testing

All 10 existing Terraform tests pass without modification:

$ terraform test -verbose
  run "test_vault_cli_without_token"... pass
  run "test_vault_cli_with_token"... pass
  run "test_vault_cli_custom_version"... pass
  run "test_vault_cli_custom_install_dir"... pass
  run "test_vault_cli_invalid_version"... pass
  run "test_vault_cli_valid_semver"... pass
  run "test_vault_cli_rejects_v_prefix"... pass
  run "test_vault_cli_with_namespace"... pass
  run "test_vault_cli_with_token_and_namespace"... pass
  run "test_vault_cli_enterprise"... pass

Success! 10 passed, 0 failed.

Notes

This is a scoped first step toward #755. If the approach is acceptable, I'm happy to submit follow-up PRs for other modules.

…ault_token

Replace empty string default with null for the vault_token variable,
aligning with Terraform best practices and the existing vault_namespace
variable pattern in the same module. This is part of the broader
initiative in coder#755.

Changes:
- vault_token default: "" → null
- templatefile: guard with null check to pass empty string to shell
- coder_env count: check against null instead of empty string

All existing tests pass without modification.
@DevelopmentCats DevelopmentCats added the version:patch Add to PRs requiring a patch version upgrade label May 14, 2026
@DevelopmentCats
Copy link
Copy Markdown
Collaborator

@luyi66243-maker

Looks Like a quick and easy fix. All we need is the version to be bumped in the module for this if you could run the version bump scripts we should be good here.

Thank you for your first Contribution on our repo!

Run the repository version bump script for a patch release so PR coder#889
includes the required module version update.

Co-authored-by: Cursor <cursoragent@cursor.com>
@luyi66243-maker
Copy link
Copy Markdown
Author

Thanks for the quick review! I ran the version bump script for this module and pushed the update.\n\n- Module bumped: \n- Version: → \n\nCould you please take another look?

@luyi66243-maker
Copy link
Copy Markdown
Author

Correction (formatting issue in my previous comment):

Thanks for the quick review! I ran the version bump script for this module and pushed the update.

  • Module bumped: coder/vault-cli
  • Version: v1.1.1 -> v1.1.2

Could you please take another look?

@DevelopmentCats
Copy link
Copy Markdown
Collaborator

Correction (formatting issue in my previous comment):

Thanks for the quick review! I ran the version bump script for this module and pushed the update.

  • Module bumped: coder/vault-cli
  • Version: v1.1.1 -> v1.1.2

Could you please take another look?

Can you run bun run fmt on this so the Linter is satisfied?

luyi66243-maker and others added 2 commits May 16, 2026 11:40
Co-authored-by: Cursor <cursoragent@cursor.com>
Run the repository formatting command and apply the Terraform snippet
alignment changes in the vault-cli README.

Co-authored-by: Cursor <cursoragent@cursor.com>
@luyi66243-maker
Copy link
Copy Markdown
Author

Ran .agents/skills/coder-modules/SKILL.md 84ms (unchanged)
.agents/skills/coder-templates/SKILL.md 42ms (unchanged)
.env.example 3ms (unchanged)
.github/dependabot.yaml 1ms (unchanged)
.github/PULL_REQUEST_TEMPLATE.md 2ms (unchanged)
.github/scripts/check_registry_site_health.sh 5ms (unchanged)
.github/scripts/version-bump.sh 8ms (unchanged)
.github/workflows/check_registry_site_health.yaml 2ms (unchanged)
.github/workflows/ci.yaml 3ms (unchanged)
.github/workflows/deploy-registry.yaml 2ms (unchanged)
.github/workflows/golangci-lint.yml 1ms (unchanged)
.github/workflows/release.yml 1ms (unchanged)
.github/workflows/version-bump.yaml 2ms (unchanged)
.github/workflows/zizmor.yaml 1ms (unchanged)
.gitignore 2ms (unchanged)
.golangci.yml 3ms (unchanged)
.prettierignore 2ms (unchanged)
.vscode/settings.json 4ms (unchanged)
AGENTS.md 30ms (unchanged)
cmd/readmevalidation/testSamples/modules/fail/absoluteIconPath.md 5ms (unchanged)
cmd/readmevalidation/testSamples/modules/fail/wrongPathFormat.md 5ms (unchanged)
cmd/readmevalidation/testSamples/modules/pass/sampleModuleReadme.md 5ms (unchanged)
cmd/readmevalidation/testSamples/templates/fail/absoluteIconPath.md 5ms (unchanged)
cmd/readmevalidation/testSamples/templates/fail/wrongPathFormat.md 4ms (unchanged)
cmd/readmevalidation/testSamples/templates/pass/sampleTemplateReadme.md 5ms (unchanged)
CODE_OF_CONDUCT.md 1ms (unchanged)
CODEOWNERS 2ms (unchanged)
CONTRIBUTING.md 59ms (unchanged)
examples/modules/README.md 16ms (unchanged)
examples/modules/run.sh 4ms (unchanged)
examples/namespace/README.md 2ms (unchanged)
examples/templates/README.md 2ms (unchanged)
MAINTAINER.md 20ms (unchanged)
package.json 1ms (unchanged)
README.md 7ms (unchanged)
registry/AJ0070/modules/pgadmin/main.test.ts 4ms (unchanged)
registry/AJ0070/modules/pgadmin/README.md 5ms (unchanged)
registry/AJ0070/modules/pgadmin/run.sh 12ms (unchanged)
registry/AJ0070/README.md 1ms (unchanged)
registry/anis/README.md 1ms (unchanged)
registry/anis/templates/vmware-linux/README.md 3ms (unchanged)
registry/anomaly/modules/tmux/main.test.ts 4ms (unchanged)
registry/anomaly/modules/tmux/README.md 15ms (unchanged)
registry/anomaly/modules/tmux/scripts/run.sh 3ms (unchanged)
registry/anomaly/modules/tmux/scripts/start.sh 4ms (unchanged)
registry/anomaly/README.md 1ms (unchanged)
registry/BenraouaneSoufiane/modules/rustdesk/README.md 16ms (unchanged)
registry/BenraouaneSoufiane/modules/rustdesk/run.sh 12ms (unchanged)
registry/BenraouaneSoufiane/README.md 1ms (unchanged)
registry/bpmct/modules/onepassword/README.md 20ms (unchanged)
registry/bpmct/modules/onepassword/run.sh 4ms (unchanged)
registry/bpmct/README.md 1ms (unchanged)
registry/coder-labs/modules/archive/main.test.ts 19ms (unchanged)
registry/coder-labs/modules/archive/README.md 24ms (unchanged)
registry/coder-labs/modules/archive/run.sh 4ms (unchanged)
registry/coder-labs/modules/archive/scripts/archive-lib.sh 20ms (unchanged)
registry/coder-labs/modules/auggie/main.test.ts 10ms (unchanged)
registry/coder-labs/modules/auggie/README.md 16ms (unchanged)
registry/coder-labs/modules/auggie/scripts/install.sh 2ms (unchanged)
registry/coder-labs/modules/auggie/scripts/start.sh 12ms (unchanged)
registry/coder-labs/modules/auggie/testdata/auggie-mock.sh 4ms (unchanged)
registry/coder-labs/modules/codex/main.test.ts 12ms (unchanged)
registry/coder-labs/modules/codex/README.md 23ms (unchanged)
registry/coder-labs/modules/codex/testdata/codex-mock.sh 11ms (unchanged)
registry/coder-labs/modules/copilot/main.test.ts 4ms (unchanged)
registry/coder-labs/modules/copilot/README.md 28ms (unchanged)
registry/coder-labs/modules/copilot/scripts/install.sh 13ms (unchanged)
registry/coder-labs/modules/copilot/scripts/start.sh 6ms (unchanged)
registry/coder-labs/modules/copilot/testdata/copilot-mock.sh 3ms (unchanged)
registry/coder-labs/modules/cursor-cli/main.test.ts 6ms (unchanged)
registry/coder-labs/modules/cursor-cli/README.md 11ms (unchanged)
registry/coder-labs/modules/cursor-cli/scripts/install.sh 12ms (unchanged)
registry/coder-labs/modules/cursor-cli/scripts/start.sh 11ms (unchanged)
registry/coder-labs/modules/cursor-cli/testdata/cursor-cli-mock.sh 10ms (unchanged)
registry/coder-labs/modules/gemini/main.test.ts 8ms (unchanged)
registry/coder-labs/modules/gemini/README.md 18ms (unchanged)
registry/coder-labs/modules/gemini/scripts/install.sh 13ms (unchanged)
registry/coder-labs/modules/gemini/scripts/start.sh 12ms (unchanged)
registry/coder-labs/modules/nextflow/README.md 5ms (unchanged)
registry/coder-labs/modules/nextflow/run.sh 3ms (unchanged)
registry/coder-labs/modules/open-webui/README.md 17ms (unchanged)
registry/coder-labs/modules/open-webui/run.sh 3ms (unchanged)
registry/coder-labs/modules/opencode/main.test.ts 8ms (unchanged)
registry/coder-labs/modules/opencode/README.md 13ms (unchanged)
registry/coder-labs/modules/opencode/scripts/install.sh 3ms (unchanged)
registry/coder-labs/modules/opencode/scripts/start.sh 12ms (unchanged)
registry/coder-labs/modules/opencode/testdata/opencode-mock.sh 3ms (unchanged)
registry/coder-labs/modules/perplexica/README.md 13ms (unchanged)
registry/coder-labs/modules/perplexica/run.sh 3ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/main.test.ts 8ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/README.md 11ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/scripts/install.sh 12ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/scripts/start.sh 8ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/testdata/amp-mock.sh 3ms (unchanged)
registry/coder-labs/modules/ttyd/main.test.ts 2ms (unchanged)
registry/coder-labs/modules/ttyd/README.md 13ms (unchanged)
registry/coder-labs/modules/ttyd/run.sh 2ms (unchanged)
registry/coder-labs/README.md 1ms (unchanged)
registry/coder-labs/templates/docker-build/build/Dockerfile 17ms (unchanged)
registry/coder-labs/templates/docker-build/README.md 6ms (unchanged)
registry/coder-labs/templates/externally-managed-workspace/README.md 1ms (unchanged)
registry/coder-labs/templates/tasks-docker/README.md 11ms (unchanged)
registry/coder/modules/agent-firewall/main.test.ts 9ms (unchanged)
registry/coder/modules/agent-firewall/README.md 20ms (unchanged)
registry/coder/modules/agent-firewall/testdata/coder-mock.sh 4ms (unchanged)
registry/coder/modules/agentapi/main.test.ts 12ms (unchanged)
registry/coder/modules/agentapi/README.md 25ms (unchanged)
registry/coder/modules/agentapi/scripts/agentapi-shutdown.sh 4ms (unchanged)
registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh 3ms (unchanged)
registry/coder/modules/agentapi/scripts/boundary.sh 3ms (unchanged)
registry/coder/modules/agentapi/scripts/lib.sh 6ms (unchanged)
registry/coder/modules/agentapi/scripts/main.sh 3ms (unchanged)
registry/coder/modules/agentapi/test-util.ts 5ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-mock-shutdown.js 6ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-mock.js 2ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-start.sh 2ms (unchanged)
registry/coder/modules/agentapi/testdata/ai-agent-mock.js 1ms (unchanged)
registry/coder/modules/agentapi/testdata/coder-instance-mock.js 2ms (unchanged)
registry/coder/modules/aibridge-proxy/main.test.ts 5ms (unchanged)
registry/coder/modules/aibridge-proxy/README.md 14ms (unchanged)
registry/coder/modules/aibridge-proxy/scripts/setup.sh 3ms (unchanged)
registry/coder/modules/aider/main.test.ts 3ms (unchanged)
registry/coder/modules/aider/README.md 13ms (unchanged)
registry/coder/modules/aider/scripts/install.sh 11ms (unchanged)
registry/coder/modules/aider/scripts/start.sh 4ms (unchanged)
registry/coder/modules/aider/testdata/aider-mock.sh 3ms (unchanged)
registry/coder/modules/amazon-dcv-windows/README.md 5ms (unchanged)
registry/coder/modules/amazon-q/main.test.ts 7ms (unchanged)
registry/coder/modules/amazon-q/README.md 52ms (unchanged)
registry/coder/modules/amazon-q/scripts/install.sh 13ms (unchanged)
registry/coder/modules/amazon-q/scripts/start.sh 5ms (unchanged)
registry/coder/modules/antigravity/main.test.ts 4ms (unchanged)
registry/coder/modules/antigravity/README.md 13ms (unchanged)
registry/coder/modules/aws-region/main.test.ts 1ms (unchanged)
registry/coder/modules/aws-region/README.md 12ms (unchanged)
registry/coder/modules/azure-region/main.test.ts 1ms (unchanged)
registry/coder/modules/azure-region/README.md 11ms (unchanged)
registry/coder/modules/claude-code/main.test.ts 9ms (unchanged)
registry/coder/modules/claude-code/README.md 36ms (unchanged)
registry/coder/modules/claude-code/testdata/claude-mock.sh 11ms (unchanged)
registry/coder/modules/code-server/main.test.ts 2ms (unchanged)
registry/coder/modules/code-server/README.md 30ms (unchanged)
registry/coder/modules/code-server/run.sh 4ms (unchanged)
registry/coder/modules/coder-login/main.test.ts 1ms (unchanged)
registry/coder/modules/coder-login/README.md 5ms (unchanged)
registry/coder/modules/coder-utils/main.test.ts 1ms (unchanged)
registry/coder/modules/coder-utils/README.md 10ms (unchanged)
registry/coder/modules/cursor/main.test.ts 2ms (unchanged)
registry/coder/modules/cursor/README.md 12ms (unchanged)
registry/coder/modules/devcontainers-cli/main.test.ts 4ms (unchanged)
registry/coder/modules/devcontainers-cli/README.md 5ms (unchanged)
registry/coder/modules/devcontainers-cli/run.sh 11ms (unchanged)
registry/coder/modules/dotfiles/main.test.ts 3ms (unchanged)
registry/coder/modules/dotfiles/README.md 19ms (unchanged)
registry/coder/modules/dotfiles/run.sh 10ms (unchanged)
registry/coder/modules/filebrowser/main.test.ts 5ms (unchanged)
registry/coder/modules/filebrowser/README.md 21ms (unchanged)
registry/coder/modules/filebrowser/run.sh 2ms (unchanged)
registry/coder/modules/fly-region/main.test.ts 1ms (unchanged)
registry/coder/modules/fly-region/README.md 12ms (unchanged)
registry/coder/modules/gcp-region/main.test.ts 2ms (unchanged)
registry/coder/modules/gcp-region/README.md 16ms (unchanged)
registry/coder/modules/git-clone/main.test.ts 6ms (unchanged)
registry/coder/modules/git-clone/README.md 42ms (unchanged)
registry/coder/modules/git-clone/run.sh 3ms (unchanged)
registry/coder/modules/git-commit-signing/README.md 6ms (unchanged)
registry/coder/modules/git-commit-signing/run.sh 3ms (unchanged)
registry/coder/modules/git-config/main.test.ts 3ms (unchanged)
registry/coder/modules/git-config/README.md 12ms (unchanged)
registry/coder/modules/github-upload-public-key/main.test.ts 5ms (unchanged)
registry/coder/modules/github-upload-public-key/README.md 10ms (unchanged)
registry/coder/modules/github-upload-public-key/run.sh 12ms (unchanged)
registry/coder/modules/goose/main.test.ts 7ms (unchanged)
registry/coder/modules/goose/README.md 13ms (unchanged)
registry/coder/modules/goose/scripts/install.sh 3ms (unchanged)
registry/coder/modules/goose/scripts/start.sh 3ms (unchanged)
registry/coder/modules/goose/testdata/agentapi-mock-print-args.js 3ms (unchanged)
registry/coder/modules/goose/testdata/goose-mock.sh 3ms (unchanged)
registry/coder/modules/hcp-vault-secrets/README.md 19ms (unchanged)
registry/coder/modules/jetbrains-fleet/main.test.ts 3ms (unchanged)
registry/coder/modules/jetbrains-fleet/README.md 19ms (unchanged)
registry/coder/modules/jetbrains-gateway/main.test.ts 2ms (unchanged)
registry/coder/modules/jetbrains-gateway/README.md 23ms (unchanged)
registry/coder/modules/jetbrains/README.md 33ms (unchanged)
registry/coder/modules/jfrog-oauth/README.md 24ms (unchanged)
registry/coder/modules/jfrog-oauth/run.sh 3ms (unchanged)
registry/coder/modules/jfrog-token/main.test.ts 6ms (unchanged)
registry/coder/modules/jfrog-token/README.md 32ms (unchanged)
registry/coder/modules/jfrog-token/run.sh 5ms (unchanged)
registry/coder/modules/jfrog-xray/main.test.ts 6ms (unchanged)
registry/coder/modules/jfrog-xray/README.md 9ms (unchanged)
registry/coder/modules/jupyter-notebook/README.md 4ms (unchanged)
registry/coder/modules/jupyter-notebook/run.sh 3ms (unchanged)
registry/coder/modules/jupyterlab/main.test.ts 5ms (unchanged)
registry/coder/modules/jupyterlab/README.md 9ms (unchanged)
registry/coder/modules/jupyterlab/run.sh 11ms (unchanged)
registry/coder/modules/kasmvnc/main.test.ts 2ms (unchanged)
registry/coder/modules/kasmvnc/path_vnc.html 21ms (unchanged)
registry/coder/modules/kasmvnc/README.md 5ms (unchanged)
registry/coder/modules/kasmvnc/run.sh 7ms (unchanged)
registry/coder/modules/kiro/main.test.ts 3ms (unchanged)
registry/coder/modules/kiro/README.md 13ms (unchanged)
registry/coder/modules/local-windows-rdp/main.test.ts 6ms (unchanged)
registry/coder/modules/local-windows-rdp/README.md 14ms (unchanged)
registry/coder/modules/mux/main.test.ts 5ms (unchanged)
registry/coder/modules/mux/README.md 41ms (unchanged)
registry/coder/modules/mux/run.sh 4ms (unchanged)
registry/coder/modules/personalize/main.test.ts 2ms (unchanged)
registry/coder/modules/personalize/README.md 4ms (unchanged)
registry/coder/modules/personalize/run.sh 3ms (unchanged)
registry/coder/modules/portabledesktop/main.test.ts 7ms (unchanged)
registry/coder/modules/portabledesktop/README.md 12ms (unchanged)
registry/coder/modules/portabledesktop/run.sh 3ms (unchanged)
registry/coder/modules/rstudio-server/README.md 5ms (unchanged)
registry/coder/modules/rstudio-server/run.sh 3ms (unchanged)
registry/coder/modules/slackme/main.test.ts 4ms (unchanged)
registry/coder/modules/slackme/README.md 16ms (unchanged)
registry/coder/modules/slackme/slackme.sh 2ms (unchanged)
registry/coder/modules/vault-cli/README.md 26ms (unchanged)
registry/coder/modules/vault-cli/run.sh 3ms (unchanged)
registry/coder/modules/vault-github/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-github/README.md 19ms (unchanged)
registry/coder/modules/vault-github/run.sh 12ms (unchanged)
registry/coder/modules/vault-jwt/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-jwt/README.md 35ms (unchanged)
registry/coder/modules/vault-jwt/run.sh 3ms (unchanged)
registry/coder/modules/vault-token/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-token/README.md 22ms (unchanged)
registry/coder/modules/vault-token/run.sh 2ms (unchanged)
registry/coder/modules/vscode-desktop-core/main.test.ts 6ms (unchanged)
registry/coder/modules/vscode-desktop-core/README.md 5ms (unchanged)
registry/coder/modules/vscode-desktop/main.test.ts 2ms (unchanged)
registry/coder/modules/vscode-desktop/README.md 8ms (unchanged)
registry/coder/modules/vscode-web/main.test.ts 5ms (unchanged)
registry/coder/modules/vscode-web/README.md 23ms (unchanged)
registry/coder/modules/vscode-web/run.sh 14ms (unchanged)
registry/coder/modules/windows-rdp/devolutions-patch.js 7ms (unchanged)
registry/coder/modules/windows-rdp/main.test.ts 4ms (unchanged)
registry/coder/modules/windows-rdp/README.md 16ms (unchanged)
registry/coder/modules/windows-rdp/tsconfig.json 1ms (unchanged)
registry/coder/modules/windsurf/main.test.ts 2ms (unchanged)
registry/coder/modules/windsurf/README.md 12ms (unchanged)
registry/coder/modules/zed/main.test.ts 3ms (unchanged)
registry/coder/modules/zed/README.md 20ms (unchanged)
registry/coder/README.md 1ms (unchanged)
registry/coder/templates/aws-devcontainer/README.md 4ms (unchanged)
registry/coder/templates/aws-linux/README.md 3ms (unchanged)
registry/coder/templates/aws-windows/README.md 2ms (unchanged)
registry/coder/templates/azure-linux/README.md 3ms (unchanged)
registry/coder/templates/azure-windows/README.md 2ms (unchanged)
registry/coder/templates/digitalocean-linux/README.md 2ms (unchanged)
registry/coder/templates/docker-devcontainer/README.md 7ms (unchanged)
registry/coder/templates/docker-rstudio/build/Dockerfile 19ms (unchanged)
registry/coder/templates/docker-rstudio/README.md 25ms (unchanged)
registry/coder/templates/docker/README.md 6ms (unchanged)
registry/coder/templates/gcp-devcontainer/README.md 4ms (unchanged)
registry/coder/templates/gcp-linux/README.md 2ms (unchanged)
registry/coder/templates/gcp-vm-container/README.md 3ms (unchanged)
registry/coder/templates/gcp-windows/README.md 3ms (unchanged)
registry/coder/templates/incus/README.md 2ms (unchanged)
registry/coder/templates/kubernetes-devcontainer/README.md 3ms (unchanged)
registry/coder/templates/kubernetes-envbox/README.md 6ms (unchanged)
registry/coder/templates/kubernetes/README.md 2ms (unchanged)
registry/coder/templates/nomad-docker/README.md 32ms (unchanged)
registry/coder/templates/scratch/README.md 3ms (unchanged)
registry/cytoshahar/modules/positron/main.test.ts 2ms (unchanged)
registry/cytoshahar/modules/positron/README.md 13ms (unchanged)
registry/cytoshahar/README.md 1ms (unchanged)
registry/djarbz/modules/copyparty/README.md 12ms (unchanged)
registry/djarbz/modules/copyparty/run.sh 4ms (unchanged)
registry/djarbz/README.md 1ms (unchanged)
registry/ericpaulsen/README.md 1ms (unchanged)
registry/ericpaulsen/templates/k8s-username/README.md 6ms (unchanged)
registry/ericpaulsen/templates/nfs-deployment/README.md 5ms (unchanged)
registry/Excellencedev/README.md 1ms (unchanged)
registry/Excellencedev/templates/hetzner-linux/README.md 2ms (unchanged)
registry/harleylrn/modules/kiro-cli/main.test.ts 7ms (unchanged)
registry/harleylrn/modules/kiro-cli/README.md 54ms (unchanged)
registry/harleylrn/modules/kiro-cli/scripts/install.sh 5ms (unchanged)
registry/harleylrn/modules/kiro-cli/scripts/start.sh 5ms (unchanged)
registry/harleylrn/README.md 1ms (unchanged)
registry/harsh9485/modules/jetbrains-plugins/README.md 9ms (unchanged)
registry/harsh9485/modules/jetbrains-plugins/scripts/install_plugins.sh 3ms (unchanged)
registry/harsh9485/README.md 1ms (unchanged)
registry/IamTaoChen/README.md 1ms (unchanged)
registry/IamTaoChen/templates/ssh-linux/README.md 3ms (unchanged)
registry/joergklein/README.md 1ms (unchanged)
registry/joergklein/templates/docker-texlive/build/Dockerfile 15ms (unchanged)
registry/joergklein/templates/docker-texlive/README.md 8ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/main.test.ts 2ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/README.md 24ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/run.sh 4ms (unchanged)
registry/mavrickrishi/modules/aws-ami-snapshot/main.test.ts 1ms (unchanged)
registry/mavrickrishi/modules/aws-ami-snapshot/README.md 8ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/main.test.ts 4ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/README.md 29ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/run.sh 2ms (unchanged)
registry/mavrickrishi/README.md 1ms (unchanged)
registry/mossylion/README.md 1ms (unchanged)
registry/mossylion/templates/scaleway-instance/README.md 8ms (unchanged)
registry/mossylion/templates/scaleway-instance/scaleway-config.json 3ms (unchanged)
registry/nataindata/modules/apache-airflow/README.md 5ms (unchanged)
registry/nataindata/modules/apache-airflow/run.sh 2ms (unchanged)
registry/nataindata/README.md 1ms (unchanged)
registry/nboyers/.gitignore 4ms (unchanged)
registry/nboyers/README.md 1ms (unchanged)
registry/nboyers/templates/cloud-dev/README.md 5ms (unchanged)
registry/nboyers/templates/cloud-dev/scripts/cloud-auth.sh 3ms (unchanged)
registry/nboyers/templates/cloud-dev/scripts/setup-workspace.sh 5ms (unchanged)
registry/sharkymark/README.md 2ms (unchanged)
registry/sharkymark/templates/docker-claude/README.md 2ms (unchanged)
registry/thezoker/modules/nodejs/main.test.ts 1ms (unchanged)
registry/thezoker/modules/nodejs/README.md 12ms (unchanged)
registry/thezoker/modules/nodejs/run.sh 2ms (unchanged)
registry/thezoker/README.md 1ms (unchanged)
registry/umair/modules/digitalocean-region/main.test.ts 1ms (unchanged)
registry/umair/modules/digitalocean-region/README.md 13ms (unchanged)
registry/umair/README.md 1ms (unchanged)
registry/umair/templates/linode-vm/README.md 2ms (unchanged)
registry/umair/templates/proxmox-vm/README.md 23ms (unchanged)
registry/whizus/modules/exoscale-instance-type/main.test.ts 2ms (unchanged)
registry/whizus/modules/exoscale-instance-type/README.md 12ms (unchanged)
registry/whizus/modules/exoscale-zone/main.test.ts 1ms (unchanged)
registry/whizus/modules/exoscale-zone/README.md 12ms (unchanged)
registry/whizus/README.md 1ms (unchanged)
scripts/new_module.sh 2ms (unchanged)
scripts/new_template.sh 2ms (unchanged)
scripts/shellcheck_validate.sh 2ms (unchanged)
scripts/tag_release.sh 4ms (unchanged)
scripts/terraform_test_all.sh 2ms (unchanged)
scripts/terraform_validate.sh 12ms (unchanged)
scripts/ts_test_auto.sh 5ms (unchanged)
scripts/validate_set_u_order.sh 4ms (unchanged)
SECURITY.md 1ms (unchanged)
setup.ts 3ms (unchanged)
test/test.ts 12ms (unchanged)
tsconfig.json 1ms (unchanged) and pushed the formatting changes for README examples.\n\nThis should satisfy the style/linter check now—could you please re-run/confirm CI on your side if needed?

@luyi66243-maker
Copy link
Copy Markdown
Author

Correction to my previous comment (formatting mishap):

I have run the repository formatting command and pushed the resulting change for the vault-cli README formatting.

Latest commit:

  • style(vault-cli): run bun fmt for README examples

Could you please take another look and confirm CI on this latest commit?

@luyi66243-maker
Copy link
Copy Markdown
Author

Could a maintainer please re-run CI checks for the latest commit ()?\n\nI applied the requested formatting update and pushed it, but checks have not triggered yet on my side. Thanks!

@luyi66243-maker
Copy link
Copy Markdown
Author

Could a maintainer please re-run CI checks for the latest commit 6628761?\n\nI applied the requested formatting update and pushed it, but checks have not triggered yet on my side. Thanks!

@luyi66243-maker
Copy link
Copy Markdown
Author

Quick consolidated update:\n\n- Version bump applied for coder/vault-cli (v1.1.1 -> v1.1.2)\n- Requested formatting applied (.agents/skills/coder-modules/SKILL.md 87ms (unchanged)
.agents/skills/coder-templates/SKILL.md 41ms (unchanged)
.env.example 3ms (unchanged)
.github/dependabot.yaml 1ms (unchanged)
.github/PULL_REQUEST_TEMPLATE.md 2ms (unchanged)
.github/scripts/check_registry_site_health.sh 5ms (unchanged)
.github/scripts/version-bump.sh 15ms (unchanged)
.github/workflows/check_registry_site_health.yaml 3ms (unchanged)
.github/workflows/ci.yaml 4ms (unchanged)
.github/workflows/deploy-registry.yaml 2ms (unchanged)
.github/workflows/golangci-lint.yml 1ms (unchanged)
.github/workflows/release.yml 1ms (unchanged)
.github/workflows/version-bump.yaml 2ms (unchanged)
.github/workflows/zizmor.yaml 1ms (unchanged)
.gitignore 3ms (unchanged)
.golangci.yml 4ms (unchanged)
.prettierignore 10ms (unchanged)
.vscode/settings.json 4ms (unchanged)
AGENTS.md 22ms (unchanged)
cmd/readmevalidation/testSamples/modules/fail/absoluteIconPath.md 5ms (unchanged)
cmd/readmevalidation/testSamples/modules/fail/wrongPathFormat.md 4ms (unchanged)
cmd/readmevalidation/testSamples/modules/pass/sampleModuleReadme.md 5ms (unchanged)
cmd/readmevalidation/testSamples/templates/fail/absoluteIconPath.md 5ms (unchanged)
cmd/readmevalidation/testSamples/templates/fail/wrongPathFormat.md 5ms (unchanged)
cmd/readmevalidation/testSamples/templates/pass/sampleTemplateReadme.md 5ms (unchanged)
CODE_OF_CONDUCT.md 1ms (unchanged)
CODEOWNERS 9ms (unchanged)
CONTRIBUTING.md 56ms (unchanged)
examples/modules/README.md 15ms (unchanged)
examples/modules/run.sh 4ms (unchanged)
examples/namespace/README.md 1ms (unchanged)
examples/templates/README.md 2ms (unchanged)
MAINTAINER.md 18ms (unchanged)
package.json 1ms (unchanged)
README.md 7ms (unchanged)
registry/AJ0070/modules/pgadmin/main.test.ts 4ms (unchanged)
registry/AJ0070/modules/pgadmin/README.md 5ms (unchanged)
registry/AJ0070/modules/pgadmin/run.sh 3ms (unchanged)
registry/AJ0070/README.md 1ms (unchanged)
registry/anis/README.md 1ms (unchanged)
registry/anis/templates/vmware-linux/README.md 3ms (unchanged)
registry/anomaly/modules/tmux/main.test.ts 4ms (unchanged)
registry/anomaly/modules/tmux/README.md 14ms (unchanged)
registry/anomaly/modules/tmux/scripts/run.sh 12ms (unchanged)
registry/anomaly/modules/tmux/scripts/start.sh 3ms (unchanged)
registry/anomaly/README.md 1ms (unchanged)
registry/BenraouaneSoufiane/modules/rustdesk/README.md 12ms (unchanged)
registry/BenraouaneSoufiane/modules/rustdesk/run.sh 4ms (unchanged)
registry/BenraouaneSoufiane/README.md 1ms (unchanged)
registry/bpmct/modules/onepassword/README.md 18ms (unchanged)
registry/bpmct/modules/onepassword/run.sh 3ms (unchanged)
registry/bpmct/README.md 1ms (unchanged)
registry/coder-labs/modules/archive/main.test.ts 18ms (unchanged)
registry/coder-labs/modules/archive/README.md 21ms (unchanged)
registry/coder-labs/modules/archive/run.sh 3ms (unchanged)
registry/coder-labs/modules/archive/scripts/archive-lib.sh 4ms (unchanged)
registry/coder-labs/modules/auggie/main.test.ts 10ms (unchanged)
registry/coder-labs/modules/auggie/README.md 15ms (unchanged)
registry/coder-labs/modules/auggie/scripts/install.sh 2ms (unchanged)
registry/coder-labs/modules/auggie/scripts/start.sh 3ms (unchanged)
registry/coder-labs/modules/auggie/testdata/auggie-mock.sh 2ms (unchanged)
registry/coder-labs/modules/codex/main.test.ts 13ms (unchanged)
registry/coder-labs/modules/codex/README.md 23ms (unchanged)
registry/coder-labs/modules/codex/testdata/codex-mock.sh 2ms (unchanged)
registry/coder-labs/modules/copilot/main.test.ts 4ms (unchanged)
registry/coder-labs/modules/copilot/README.md 35ms (unchanged)
registry/coder-labs/modules/copilot/scripts/install.sh 5ms (unchanged)
registry/coder-labs/modules/copilot/scripts/start.sh 7ms (unchanged)
registry/coder-labs/modules/copilot/testdata/copilot-mock.sh 11ms (unchanged)
registry/coder-labs/modules/cursor-cli/main.test.ts 5ms (unchanged)
registry/coder-labs/modules/cursor-cli/README.md 10ms (unchanged)
registry/coder-labs/modules/cursor-cli/scripts/install.sh 5ms (unchanged)
registry/coder-labs/modules/cursor-cli/scripts/start.sh 4ms (unchanged)
registry/coder-labs/modules/cursor-cli/testdata/cursor-cli-mock.sh 4ms (unchanged)
registry/coder-labs/modules/gemini/main.test.ts 6ms (unchanged)
registry/coder-labs/modules/gemini/README.md 39ms (unchanged)
registry/coder-labs/modules/gemini/scripts/install.sh 5ms (unchanged)
registry/coder-labs/modules/gemini/scripts/start.sh 8ms (unchanged)
registry/coder-labs/modules/nextflow/README.md 5ms (unchanged)
registry/coder-labs/modules/nextflow/run.sh 2ms (unchanged)
registry/coder-labs/modules/open-webui/README.md 23ms (unchanged)
registry/coder-labs/modules/open-webui/run.sh 11ms (unchanged)
registry/coder-labs/modules/opencode/main.test.ts 7ms (unchanged)
registry/coder-labs/modules/opencode/README.md 13ms (unchanged)
registry/coder-labs/modules/opencode/scripts/install.sh 12ms (unchanged)
registry/coder-labs/modules/opencode/scripts/start.sh 12ms (unchanged)
registry/coder-labs/modules/opencode/testdata/opencode-mock.sh 10ms (unchanged)
registry/coder-labs/modules/perplexica/README.md 13ms (unchanged)
registry/coder-labs/modules/perplexica/run.sh 11ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/main.test.ts 9ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/README.md 10ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/scripts/install.sh 12ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/scripts/start.sh 12ms (unchanged)
registry/coder-labs/modules/sourcegraph-amp/testdata/amp-mock.sh 10ms (unchanged)
registry/coder-labs/modules/ttyd/main.test.ts 4ms (unchanged)
registry/coder-labs/modules/ttyd/README.md 13ms (unchanged)
registry/coder-labs/modules/ttyd/run.sh 11ms (unchanged)
registry/coder-labs/README.md 1ms (unchanged)
registry/coder-labs/templates/docker-build/build/Dockerfile 17ms (unchanged)
registry/coder-labs/templates/docker-build/README.md 15ms (unchanged)
registry/coder-labs/templates/externally-managed-workspace/README.md 2ms (unchanged)
registry/coder-labs/templates/tasks-docker/README.md 13ms (unchanged)
registry/coder/modules/agent-firewall/main.test.ts 12ms (unchanged)
registry/coder/modules/agent-firewall/README.md 21ms (unchanged)
registry/coder/modules/agent-firewall/testdata/coder-mock.sh 3ms (unchanged)
registry/coder/modules/agentapi/main.test.ts 17ms (unchanged)
registry/coder/modules/agentapi/README.md 22ms (unchanged)
registry/coder/modules/agentapi/scripts/agentapi-shutdown.sh 10ms (unchanged)
registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh 5ms (unchanged)
registry/coder/modules/agentapi/scripts/boundary.sh 4ms (unchanged)
registry/coder/modules/agentapi/scripts/lib.sh 6ms (unchanged)
registry/coder/modules/agentapi/scripts/main.sh 3ms (unchanged)
registry/coder/modules/agentapi/test-util.ts 6ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-mock-shutdown.js 7ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-mock.js 2ms (unchanged)
registry/coder/modules/agentapi/testdata/agentapi-start.sh 2ms (unchanged)
registry/coder/modules/agentapi/testdata/ai-agent-mock.js 1ms (unchanged)
registry/coder/modules/agentapi/testdata/coder-instance-mock.js 2ms (unchanged)
registry/coder/modules/aibridge-proxy/main.test.ts 7ms (unchanged)
registry/coder/modules/aibridge-proxy/README.md 15ms (unchanged)
registry/coder/modules/aibridge-proxy/scripts/setup.sh 11ms (unchanged)
registry/coder/modules/aider/main.test.ts 3ms (unchanged)
registry/coder/modules/aider/README.md 13ms (unchanged)
registry/coder/modules/aider/scripts/install.sh 3ms (unchanged)
registry/coder/modules/aider/scripts/start.sh 3ms (unchanged)
registry/coder/modules/aider/testdata/aider-mock.sh 3ms (unchanged)
registry/coder/modules/amazon-dcv-windows/README.md 5ms (unchanged)
registry/coder/modules/amazon-q/main.test.ts 9ms (unchanged)
registry/coder/modules/amazon-q/README.md 52ms (unchanged)
registry/coder/modules/amazon-q/scripts/install.sh 4ms (unchanged)
registry/coder/modules/amazon-q/scripts/start.sh 3ms (unchanged)
registry/coder/modules/antigravity/main.test.ts 3ms (unchanged)
registry/coder/modules/antigravity/README.md 12ms (unchanged)
registry/coder/modules/aws-region/main.test.ts 1ms (unchanged)
registry/coder/modules/aws-region/README.md 13ms (unchanged)
registry/coder/modules/azure-region/main.test.ts 1ms (unchanged)
registry/coder/modules/azure-region/README.md 13ms (unchanged)
registry/coder/modules/claude-code/main.test.ts 10ms (unchanged)
registry/coder/modules/claude-code/README.md 37ms (unchanged)
registry/coder/modules/claude-code/testdata/claude-mock.sh 2ms (unchanged)
registry/coder/modules/code-server/main.test.ts 2ms (unchanged)
registry/coder/modules/code-server/README.md 29ms (unchanged)
registry/coder/modules/code-server/run.sh 13ms (unchanged)
registry/coder/modules/coder-login/main.test.ts 1ms (unchanged)
registry/coder/modules/coder-login/README.md 6ms (unchanged)
registry/coder/modules/coder-utils/main.test.ts 1ms (unchanged)
registry/coder/modules/coder-utils/README.md 10ms (unchanged)
registry/coder/modules/cursor/main.test.ts 4ms (unchanged)
registry/coder/modules/cursor/README.md 12ms (unchanged)
registry/coder/modules/devcontainers-cli/main.test.ts 4ms (unchanged)
registry/coder/modules/devcontainers-cli/README.md 5ms (unchanged)
registry/coder/modules/devcontainers-cli/run.sh 11ms (unchanged)
registry/coder/modules/dotfiles/main.test.ts 4ms (unchanged)
registry/coder/modules/dotfiles/README.md 18ms (unchanged)
registry/coder/modules/dotfiles/run.sh 11ms (unchanged)
registry/coder/modules/filebrowser/main.test.ts 3ms (unchanged)
registry/coder/modules/filebrowser/README.md 15ms (unchanged)
registry/coder/modules/filebrowser/run.sh 3ms (unchanged)
registry/coder/modules/fly-region/main.test.ts 1ms (unchanged)
registry/coder/modules/fly-region/README.md 12ms (unchanged)
registry/coder/modules/gcp-region/main.test.ts 2ms (unchanged)
registry/coder/modules/gcp-region/README.md 15ms (unchanged)
registry/coder/modules/git-clone/main.test.ts 8ms (unchanged)
registry/coder/modules/git-clone/README.md 40ms (unchanged)
registry/coder/modules/git-clone/run.sh 2ms (unchanged)
registry/coder/modules/git-commit-signing/README.md 6ms (unchanged)
registry/coder/modules/git-commit-signing/run.sh 11ms (unchanged)
registry/coder/modules/git-config/main.test.ts 5ms (unchanged)
registry/coder/modules/git-config/README.md 12ms (unchanged)
registry/coder/modules/github-upload-public-key/main.test.ts 4ms (unchanged)
registry/coder/modules/github-upload-public-key/README.md 9ms (unchanged)
registry/coder/modules/github-upload-public-key/run.sh 11ms (unchanged)
registry/coder/modules/goose/main.test.ts 6ms (unchanged)
registry/coder/modules/goose/README.md 13ms (unchanged)
registry/coder/modules/goose/scripts/install.sh 11ms (unchanged)
registry/coder/modules/goose/scripts/start.sh 6ms (unchanged)
registry/coder/modules/goose/testdata/agentapi-mock-print-args.js 2ms (unchanged)
registry/coder/modules/goose/testdata/goose-mock.sh 2ms (unchanged)
registry/coder/modules/hcp-vault-secrets/README.md 21ms (unchanged)
registry/coder/modules/jetbrains-fleet/main.test.ts 3ms (unchanged)
registry/coder/modules/jetbrains-fleet/README.md 18ms (unchanged)
registry/coder/modules/jetbrains-gateway/main.test.ts 2ms (unchanged)
registry/coder/modules/jetbrains-gateway/README.md 22ms (unchanged)
registry/coder/modules/jetbrains/README.md 31ms (unchanged)
registry/coder/modules/jfrog-oauth/README.md 24ms (unchanged)
registry/coder/modules/jfrog-oauth/run.sh 4ms (unchanged)
registry/coder/modules/jfrog-token/main.test.ts 6ms (unchanged)
registry/coder/modules/jfrog-token/README.md 28ms (unchanged)
registry/coder/modules/jfrog-token/run.sh 3ms (unchanged)
registry/coder/modules/jfrog-xray/main.test.ts 5ms (unchanged)
registry/coder/modules/jfrog-xray/README.md 9ms (unchanged)
registry/coder/modules/jupyter-notebook/README.md 4ms (unchanged)
registry/coder/modules/jupyter-notebook/run.sh 11ms (unchanged)
registry/coder/modules/jupyterlab/main.test.ts 4ms (unchanged)
registry/coder/modules/jupyterlab/README.md 8ms (unchanged)
registry/coder/modules/jupyterlab/run.sh 3ms (unchanged)
registry/coder/modules/kasmvnc/main.test.ts 2ms (unchanged)
registry/coder/modules/kasmvnc/path_vnc.html 21ms (unchanged)
registry/coder/modules/kasmvnc/README.md 5ms (unchanged)
registry/coder/modules/kasmvnc/run.sh 13ms (unchanged)
registry/coder/modules/kiro/main.test.ts 4ms (unchanged)
registry/coder/modules/kiro/README.md 14ms (unchanged)
registry/coder/modules/local-windows-rdp/main.test.ts 5ms (unchanged)
registry/coder/modules/local-windows-rdp/README.md 14ms (unchanged)
registry/coder/modules/mux/main.test.ts 6ms (unchanged)
registry/coder/modules/mux/README.md 40ms (unchanged)
registry/coder/modules/mux/run.sh 14ms (unchanged)
registry/coder/modules/personalize/main.test.ts 2ms (unchanged)
registry/coder/modules/personalize/README.md 5ms (unchanged)
registry/coder/modules/personalize/run.sh 3ms (unchanged)
registry/coder/modules/portabledesktop/main.test.ts 6ms (unchanged)
registry/coder/modules/portabledesktop/README.md 14ms (unchanged)
registry/coder/modules/portabledesktop/run.sh 13ms (unchanged)
registry/coder/modules/rstudio-server/README.md 5ms (unchanged)
registry/coder/modules/rstudio-server/run.sh 3ms (unchanged)
registry/coder/modules/slackme/main.test.ts 5ms (unchanged)
registry/coder/modules/slackme/README.md 16ms (unchanged)
registry/coder/modules/slackme/slackme.sh 3ms (unchanged)
registry/coder/modules/vault-cli/README.md 25ms (unchanged)
registry/coder/modules/vault-cli/run.sh 3ms (unchanged)
registry/coder/modules/vault-github/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-github/README.md 23ms (unchanged)
registry/coder/modules/vault-github/run.sh 3ms (unchanged)
registry/coder/modules/vault-jwt/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-jwt/README.md 31ms (unchanged)
registry/coder/modules/vault-jwt/run.sh 2ms (unchanged)
registry/coder/modules/vault-token/main.test.ts 1ms (unchanged)
registry/coder/modules/vault-token/README.md 19ms (unchanged)
registry/coder/modules/vault-token/run.sh 2ms (unchanged)
registry/coder/modules/vscode-desktop-core/main.test.ts 4ms (unchanged)
registry/coder/modules/vscode-desktop-core/README.md 5ms (unchanged)
registry/coder/modules/vscode-desktop/main.test.ts 2ms (unchanged)
registry/coder/modules/vscode-desktop/README.md 8ms (unchanged)
registry/coder/modules/vscode-web/main.test.ts 5ms (unchanged)
registry/coder/modules/vscode-web/README.md 21ms (unchanged)
registry/coder/modules/vscode-web/run.sh 3ms (unchanged)
registry/coder/modules/windows-rdp/devolutions-patch.js 7ms (unchanged)
registry/coder/modules/windows-rdp/main.test.ts 3ms (unchanged)
registry/coder/modules/windows-rdp/README.md 14ms (unchanged)
registry/coder/modules/windows-rdp/tsconfig.json 1ms (unchanged)
registry/coder/modules/windsurf/main.test.ts 3ms (unchanged)
registry/coder/modules/windsurf/README.md 12ms (unchanged)
registry/coder/modules/zed/main.test.ts 3ms (unchanged)
registry/coder/modules/zed/README.md 18ms (unchanged)
registry/coder/README.md 1ms (unchanged)
registry/coder/templates/aws-devcontainer/README.md 3ms (unchanged)
registry/coder/templates/aws-linux/README.md 2ms (unchanged)
registry/coder/templates/aws-windows/README.md 2ms (unchanged)
registry/coder/templates/azure-linux/README.md 3ms (unchanged)
registry/coder/templates/azure-windows/README.md 2ms (unchanged)
registry/coder/templates/digitalocean-linux/README.md 2ms (unchanged)
registry/coder/templates/docker-devcontainer/README.md 11ms (unchanged)
registry/coder/templates/docker-rstudio/build/Dockerfile 14ms (unchanged)
registry/coder/templates/docker-rstudio/README.md 16ms (unchanged)
registry/coder/templates/docker/README.md 6ms (unchanged)
registry/coder/templates/gcp-devcontainer/README.md 3ms (unchanged)
registry/coder/templates/gcp-linux/README.md 4ms (unchanged)
registry/coder/templates/gcp-vm-container/README.md 3ms (unchanged)
registry/coder/templates/gcp-windows/README.md 2ms (unchanged)
registry/coder/templates/incus/README.md 2ms (unchanged)
registry/coder/templates/kubernetes-devcontainer/README.md 3ms (unchanged)
registry/coder/templates/kubernetes-envbox/README.md 5ms (unchanged)
registry/coder/templates/kubernetes/README.md 2ms (unchanged)
registry/coder/templates/nomad-docker/README.md 20ms (unchanged)
registry/coder/templates/scratch/README.md 1ms (unchanged)
registry/cytoshahar/modules/positron/main.test.ts 2ms (unchanged)
registry/cytoshahar/modules/positron/README.md 8ms (unchanged)
registry/cytoshahar/README.md 1ms (unchanged)
registry/djarbz/modules/copyparty/README.md 11ms (unchanged)
registry/djarbz/modules/copyparty/run.sh 3ms (unchanged)
registry/djarbz/README.md 1ms (unchanged)
registry/ericpaulsen/README.md 1ms (unchanged)
registry/ericpaulsen/templates/k8s-username/README.md 6ms (unchanged)
registry/ericpaulsen/templates/nfs-deployment/README.md 5ms (unchanged)
registry/Excellencedev/README.md 1ms (unchanged)
registry/Excellencedev/templates/hetzner-linux/README.md 2ms (unchanged)
registry/harleylrn/modules/kiro-cli/main.test.ts 6ms (unchanged)
registry/harleylrn/modules/kiro-cli/README.md 51ms (unchanged)
registry/harleylrn/modules/kiro-cli/scripts/install.sh 3ms (unchanged)
registry/harleylrn/modules/kiro-cli/scripts/start.sh 2ms (unchanged)
registry/harleylrn/README.md 1ms (unchanged)
registry/harsh9485/modules/jetbrains-plugins/README.md 9ms (unchanged)
registry/harsh9485/modules/jetbrains-plugins/scripts/install_plugins.sh 3ms (unchanged)
registry/harsh9485/README.md 1ms (unchanged)
registry/IamTaoChen/README.md 1ms (unchanged)
registry/IamTaoChen/templates/ssh-linux/README.md 3ms (unchanged)
registry/joergklein/README.md 1ms (unchanged)
registry/joergklein/templates/docker-texlive/build/Dockerfile 15ms (unchanged)
registry/joergklein/templates/docker-texlive/README.md 16ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/main.test.ts 2ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/README.md 23ms (unchanged)
registry/mavrickrishi/modules/auto-start-dev-server/run.sh 9ms (unchanged)
registry/mavrickrishi/modules/aws-ami-snapshot/main.test.ts 1ms (unchanged)
registry/mavrickrishi/modules/aws-ami-snapshot/README.md 8ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/main.test.ts 4ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/README.md 28ms (unchanged)
registry/mavrickrishi/modules/nexus-repository/run.sh 11ms (unchanged)
registry/mavrickrishi/README.md 1ms (unchanged)
registry/mossylion/README.md 1ms (unchanged)
registry/mossylion/templates/scaleway-instance/README.md 8ms (unchanged)
registry/mossylion/templates/scaleway-instance/scaleway-config.json 3ms (unchanged)
registry/nataindata/modules/apache-airflow/README.md 5ms (unchanged)
registry/nataindata/modules/apache-airflow/run.sh 2ms (unchanged)
registry/nataindata/README.md 1ms (unchanged)
registry/nboyers/.gitignore 3ms (unchanged)
registry/nboyers/README.md 1ms (unchanged)
registry/nboyers/templates/cloud-dev/README.md 4ms (unchanged)
registry/nboyers/templates/cloud-dev/scripts/cloud-auth.sh 4ms (unchanged)
registry/nboyers/templates/cloud-dev/scripts/setup-workspace.sh 11ms (unchanged)
registry/sharkymark/README.md 1ms (unchanged)
registry/sharkymark/templates/docker-claude/README.md 1ms (unchanged)
registry/thezoker/modules/nodejs/main.test.ts 1ms (unchanged)
registry/thezoker/modules/nodejs/README.md 11ms (unchanged)
registry/thezoker/modules/nodejs/run.sh 2ms (unchanged)
registry/thezoker/README.md 1ms (unchanged)
registry/umair/modules/digitalocean-region/main.test.ts 1ms (unchanged)
registry/umair/modules/digitalocean-region/README.md 13ms (unchanged)
registry/umair/README.md 1ms (unchanged)
registry/umair/templates/linode-vm/README.md 2ms (unchanged)
registry/umair/templates/proxmox-vm/README.md 20ms (unchanged)
registry/whizus/modules/exoscale-instance-type/main.test.ts 2ms (unchanged)
registry/whizus/modules/exoscale-instance-type/README.md 12ms (unchanged)
registry/whizus/modules/exoscale-zone/main.test.ts 1ms (unchanged)
registry/whizus/modules/exoscale-zone/README.md 12ms (unchanged)
registry/whizus/README.md 1ms (unchanged)
scripts/new_module.sh 2ms (unchanged)
scripts/new_template.sh 2ms (unchanged)
scripts/shellcheck_validate.sh 2ms (unchanged)
scripts/tag_release.sh 7ms (unchanged)
scripts/terraform_test_all.sh 3ms (unchanged)
scripts/terraform_validate.sh 2ms (unchanged)
scripts/ts_test_auto.sh 2ms (unchanged)
scripts/validate_set_u_order.sh 4ms (unchanged)
SECURITY.md 1ms (unchanged)
setup.ts 2ms (unchanged)
test/test.ts 8ms (unchanged)
tsconfig.json 1ms (unchanged)) and pushed in commit 6628761\n- CI checks are still not triggering for the latest commit on my side\n\nCould a maintainer please trigger/re-run checks for PR #889? Thank you!

@luyi66243-maker
Copy link
Copy Markdown
Author

Maintainer follow-up: please ignore my malformed comments caused by shell formatting issues.\n\nCurrent status is:\n- version bump is applied for coder/vault-cli from 1.1.1 to 1.1.2\n- formatting update is applied and pushed in commit 6628761\n- checks are not triggering for the latest commit from my fork\n\nCould a maintainer please trigger or re-run CI checks for PR 889? Thank you.

Copy link
Copy Markdown
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luyi66243-maker You don't need to paste the whole output in a comment. And please keep your comments GFM formatted. Looks like an AI is doing it on your behalf without disclosure.

Please check https://coder.com/docs/about/contributing/AI_CONTRIBUTING and follow these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:patch Add to PRs requiring a patch version upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants