Skip to content

Commit

Permalink
Merge pull request #56 from faesel/table-readme
Browse files Browse the repository at this point in the history
updated readme and incremented version
  • Loading branch information
faesel committed Nov 23, 2020
2 parents 887ff24 + 2aefd6b commit b0d5543
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AzLazy CLI tool is designed for developers, it provides a command line interface
2. [Queue Commands](#queuecommand)
3. [Container Commands](#containercommand)
4. [Blob Commands](#blobcommand)
4. [Table Commands](#tablecommand)
4. [Contributing](#contributing)
5. [Change Log](#changelog)

Expand Down Expand Up @@ -113,6 +114,13 @@ To view a list of commands through the CLI you can use `azlazy --help`, each com
| `azlazy blob --container "container name" --uploadFile "c:\dinofiles\safaripics\t-rex.png" --uploadPath "safaripics"` | Uploads a blob from a given path to the container, `--uploadPath` allows you to specify the location in blob storage. In the example given the file `t-rex.png` will be uploaded to `safaripics\t-rex.png` if no upload path is provided the file will be uploaded to the root of the container. |
| `azlazy blob --container "container name" --uploadDirectory "c:\dinofiles" --uploadPath "safaripics"` | Upload all the files in a given directory to a container. When uploading, the folder structure of of the directory is reflected into the container. `--uploadPath` can also be optionally specified to copy the files into a subdirectory. |

## v. Table commands <a name="tablecommand">

| Command | Description |
|--------------|:-------------|
| `azlazy table --help` | Displays a list of commands you can use for tables |
| `azlazy table --list` | View a list of tables in the storage account |

More coming soon !

# 4. Contributing <a name="contributing"></a>
Expand Down
2 changes: 1 addition & 1 deletion az-lazy/az-lazy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>azlazy</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>1.1.9</Version>
<Version>1.2.0</Version>
<Id>azlazy</Id>
<Authors>Faesel Saeed</Authors>
<Owners>Faesel Saeed</Owners>
Expand Down

0 comments on commit b0d5543

Please sign in to comment.