Skip to content

Conversation

@joedanz
Copy link
Contributor

@joedanz joedanz commented Aug 7, 2025

Summary

This PR adds vk as a shorter alias for the vibekit CLI command, allowing developers to use either vibekit or vk to invoke the CLI.

Changes

  • Added vk alias to the bin configuration in root package.json
  • Added vk alias to the bin configuration in packages/cli/package.json

Motivation

  • Provides a shorter, more convenient command for frequent CLI usage
  • Follows common CLI patterns where tools offer abbreviated aliases (e.g., kubernetesk, docker-composedc)
  • Improves developer experience without breaking existing workflows

Testing

  • ✅ Built the CLI package successfully
  • ✅ Verified both vibekit and vk commands are available in PATH
  • ✅ Confirmed both commands execute correctly with --version flag

Usage

After this PR is merged, developers can use either:

vibekit init -a claude -p e2b
# or
vk init -a claude -p e2b

Both commands are functionally identical.

@vercel
Copy link

vercel bot commented Aug 7, 2025

@joedanz is attempting to deploy a commit to the Superagent Team on Vercel.

A member of the Team first needs to authorize it.

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 this pull request may close these issues.

1 participant