Add command to copy file to Azure Storage

This commit is contained in:
Yaakov 2021-09-26 13:39:45 +10:00
parent 0248df4701
commit 2bb64636ae
2 changed files with 64 additions and 1 deletions

View file

@ -28,7 +28,8 @@ namespace Shamir.Console
"Browse and add new data to a CDN backed by Azure Storage",
ImmutableArray<ICommandTree>.Empty,
ImmutableArray.Create<ICommand>(
new StorageLsCommand()
new StorageLsCommand(),
new StorageCopyCommand()
))
),
ImmutableArray<ICommand>.Empty