From 596f94fc6f0809b4443dc0eed3d1e57ff2a4035a Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 19 Jan 2024 13:39:02 -0500 Subject: [PATCH] drives cli guide rename; changelog (#438) --- CHANGELOG.md | 2 +- docs/guides/drives/{zrok_copy.md => cli.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/guides/drives/{zrok_copy.md => cli.md} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5b570e..448b2a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.4.23 -FEATURE: New CLI commands have been implemented for working with the `drive` share backend mode (part of the "zrok Drives" functionality). These commands include `zrok cp`, `zrok mkdir` `zrok mv`, `zrok ls`, and `zrok rm`. These are initial, minimal versions of these commands and very likely contain bugs and ergonomic annoyances. There is a guide available at (`docs/guides/drives/zrok_copy.md`) that explains how to work with these tools in detail (https://github.com/openziti/zrok/issues/438) +FEATURE: New CLI commands have been implemented for working with the `drive` share backend mode (part of the "zrok Drives" functionality). These commands include `zrok cp`, `zrok mkdir` `zrok mv`, `zrok ls`, and `zrok rm`. These are initial, minimal versions of these commands and very likely contain bugs and ergonomic annoyances. There is a guide available at (`docs/guides/drives/cli.md`) that explains how to work with these tools in detail (https://github.com/openziti/zrok/issues/438) FEATURE: Python SDK now has a decorator for integrating with various server side frameworks. See the `http-server` example. diff --git a/docs/guides/drives/zrok_copy.md b/docs/guides/drives/cli.md similarity index 100% rename from docs/guides/drives/zrok_copy.md rename to docs/guides/drives/cli.md