nu_plugin_cloud 0.2.11+0.110.0

A nushell plugin for working with cloud storage services
Documentation
1
2
3
4
5
6
{
  inputs.rust-flake.url = "github:KaiSforza/rust-flake";
  outputs = inputs:
    let inherit (inputs.rust-flake.lib) rust-flake rust-flakes;
    in rust-flakes [ (rust-flake { root = ./.; }) ];
}