Skip to content

Commit 9513c20

Browse files
committed
chore: rename crate to vikacli
1 parent fb97aaa commit 9513c20

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: dtolnay/rust-toolchain@stable
3030
- uses: Swatinem/rust-cache@v2
31-
- run: cargo publish -p vika-cli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
31+
- run: cargo publish -p vikacli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
3232

3333
# ── Build cross-platform binaries ──────────────────────────────────────────
3434
build:

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vika-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "vika-cli"
2+
name = "vikacli"
33
description = "CLI for Vika (vikadata) API — designed for AI agents"
44
keywords = ["vika", "vikadata", "cli", "ai-agent"]
55
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)