cassian-cli 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,6 +102,7 @@ export async function up() {
102
102
  const instance = await client.post("/v1/instances", {
103
103
  name: config.name,
104
104
  gpu_count: config.gpu.count,
105
+ gpu_type: config.gpu.type || null,
105
106
  image: config.image || "default",
106
107
  ssh_public_key: sshPubKey,
107
108
  volumes: (config.volumes || []).map((v) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cassian-cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "The Cassian GPU cloud CLI — provision GPUs, sync files, and run workloads from your terminal.",
5
5
  "type": "module",
6
6
  "bin": {