diff --git a/lib/commands/deploy/build.ts b/lib/commands/build/index.ts similarity index 100% rename from lib/commands/deploy/build.ts rename to lib/commands/build/index.ts diff --git a/lib/commands/platform/join.ts b/lib/commands/join/index.ts similarity index 100% rename from lib/commands/platform/join.ts rename to lib/commands/join/index.ts diff --git a/lib/commands/platform/leave.ts b/lib/commands/leave/index.ts similarity index 100% rename from lib/commands/platform/leave.ts rename to lib/commands/leave/index.ts diff --git a/lib/commands/network/scan.ts b/lib/commands/scan/index.ts similarity index 100% rename from lib/commands/network/scan.ts rename to lib/commands/scan/index.ts diff --git a/lib/commands/network/ssh.ts b/lib/commands/ssh/index.ts similarity index 100% rename from lib/commands/network/ssh.ts rename to lib/commands/ssh/index.ts diff --git a/lib/commands/network/tunnel.ts b/lib/commands/tunnel/index.ts similarity index 100% rename from lib/commands/network/tunnel.ts rename to lib/commands/tunnel/index.ts