mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 21:15:20 +00:00
Add command to copy file to Azure Storage
This commit is contained in:
parent
0248df4701
commit
2bb64636ae
2 changed files with 64 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue