Initial public release of Warp.

Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
David Stern
2026-04-28 08:43:33 -05:00
commit 0dbd3d567a
4982 changed files with 1431549 additions and 0 deletions
@@ -0,0 +1,11 @@
name: "Run Warp locally with version and channel"
command: "GIT_RELEASE_TAG={{version}} cargo run --bin {{channel}}"
description: "Runs Warp locally with a particular version and channel for development purposes"
arguments:
- name: version
description: version number to use, e.g. 1.2.3.4
- name: channel
description: channel type, e.g. dev or stable
default_value: dev
author: Warp Team
shells: []