Skip to content

Commit

Permalink
Fix markdown and add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
eranikid committed Mar 18, 2021
1 parent 59ca7c7 commit 3b759cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Description

A very simple cross-platform utility to fetch secrets from (Azure Key Vault)[https://azure.microsoft.com/ru-ru/services/key-vault/] without using grotesque (Azure Portal)[portal.azure.com] UI
A very simple cross-platform utility to fetch secrets from [Azure Key Vault](https://azure.microsoft.com/ru-ru/services/key-vault/) without using grotesque [Azure Portal](portal.azure.com) UI

# Installation

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "azkvb",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "./index.js",
"bin": {
"azkvb": "./index.js"
},
"keywords": [
"cli",
"azure",
"keyvault"
],
"author": "Eranikid",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b759cf

Please sign in to comment.