From ba3c4cf2a260cd1b89d327db44635625e3d8adfd Mon Sep 17 00:00:00 2001 From: Ram <553578+relaxedtomato@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:02:26 -0400 Subject: [PATCH 1/3] update readme Updated project name and improved description clarity. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42e484b..72e3e7e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## voctool +## VAST on Cloud CLI -voctool is a small command-line tool for managing VoC (VAST On Cloud) resources. +VAST on Cloud, `voctool`, is a CLI to manage VAST On Cloud (VOC) resources. -It focuses on safe, authenticated operations and supports AWS, GCP, and Azure via their official cloud SDKs and CLIs. +It focuses on secure operations and supports AWS, GCP, and Azure via their official cloud SDKs and CLIs. ## Installation (from GitHub Releases) From d514e75f6229ff80603902aaba07e22c62978a66 Mon Sep 17 00:00:00 2001 From: Ram <553578+relaxedtomato@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:38:53 -0400 Subject: [PATCH 2/3] Revise README title and description for VAST on Cloud Updated the title and description for clarity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72e3e7e..30adb36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## VAST on Cloud CLI +## VAST on Cloud Tools -VAST on Cloud, `voctool`, is a CLI to manage VAST On Cloud (VOC) resources. +VAST on Cloud, `voctool`, is a small set of tools to manage VAST On Cloud (VOC) resources. It focuses on secure operations and supports AWS, GCP, and Azure via their official cloud SDKs and CLIs. From 73f331ceb6fae81015ef833207a1c1f9dcb3bb2f Mon Sep 17 00:00:00 2001 From: Ram <553578+relaxedtomato@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:41:27 -0400 Subject: [PATCH 3/3] Update README to specify 'voctool' usage with Terraform Clarified the usage of 'voctool' in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30adb36..3a377ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## VAST on Cloud Tools -VAST on Cloud, `voctool`, is a small set of tools to manage VAST On Cloud (VOC) resources. +VAST on Cloud, `voctool`, is a small set of tools used by terraform to manage VAST On Cloud (VOC) resources. It focuses on secure operations and supports AWS, GCP, and Azure via their official cloud SDKs and CLIs.