- adding a authors file
- shifting to the v0.0.9-1 release - updating the changelog and readme
This commit is contained in:
parent
af20eefbba
commit
8ae8745f51
3
AUTHORS
Normal file
3
AUTHORS
Normal file
|
@ -0,0 +1,3 @@
|
|||
Lewis Marshall <lewismarshall@users.noreply.github.com>
|
||||
Lewis Marshall <lewis@technoplusit.co.uk>
|
||||
Rohith <gambol99@gmail.com>
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
|
||||
#### **Version v0.0.9-1**
|
||||
|
||||
##### FEATURES
|
||||
|
||||
* Adding the ability to perform environment variable substituted of the resource path i.e.
|
||||
-resource=secret:/secrets/%ENV%/myset : %ENV% will substituted
|
||||
|
||||
#### **Version v0.0.9**
|
||||
|
||||
##### FEATURES
|
||||
|
||||
* Adding the ability to create random secrets via the create option
|
||||
|
||||
#### **Version v0.0.8**
|
||||
|
||||
##### FEATURES
|
||||
|
|
|
@ -91,6 +91,8 @@ The format is;
|
|||
|
||||
The sidekick supports the following resource types: mysql, postgres, pki, aws, secret, cubbyhole, raw, cassandra and transit
|
||||
|
||||
**Environment Variable Expansion**
|
||||
|
||||
|
||||
**Output Formatting**
|
||||
|
||||
|
|
Reference in a new issue