From defc31a7829cd64aad5e203c663177561b48b2e9 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Sat, 30 Jan 2016 14:28:27 -0800 Subject: [PATCH] chore(*): move /cmd to /cmd/helm --- cmd/{ => helm}/deploy.go | 0 cmd/{ => helm}/helm.go | 0 cmd/{ => helm}/install.go | 0 cmd/{ => helm}/list.go | 0 cmd/{ => helm}/properties.go | 0 cmd/{ => helm}/target.go | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{ => helm}/deploy.go (100%) rename cmd/{ => helm}/helm.go (100%) rename cmd/{ => helm}/install.go (100%) rename cmd/{ => helm}/list.go (100%) rename cmd/{ => helm}/properties.go (100%) rename cmd/{ => helm}/target.go (100%) diff --git a/cmd/deploy.go b/cmd/helm/deploy.go similarity index 100% rename from cmd/deploy.go rename to cmd/helm/deploy.go diff --git a/cmd/helm.go b/cmd/helm/helm.go similarity index 100% rename from cmd/helm.go rename to cmd/helm/helm.go diff --git a/cmd/install.go b/cmd/helm/install.go similarity index 100% rename from cmd/install.go rename to cmd/helm/install.go diff --git a/cmd/list.go b/cmd/helm/list.go similarity index 100% rename from cmd/list.go rename to cmd/helm/list.go diff --git a/cmd/properties.go b/cmd/helm/properties.go similarity index 100% rename from cmd/properties.go rename to cmd/helm/properties.go diff --git a/cmd/target.go b/cmd/helm/target.go similarity index 100% rename from cmd/target.go rename to cmd/helm/target.go