knife-org-utils 1.1.2.beta.62.1 → 1.1.2.beta.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +6 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZWMwNGQzNTE1YjllNWNlNzJkOTg2OTdmODYwNjViNTA1OGZiMjgxYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGE3MjExOWVhZmE5MWY0NDI0Zjk3NjhmNWIxYjAxODAyYjQyYTcyNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDIwMTdjNzI5ZTFjODNlYjRhOTVhM2QxZGE5MmIyYTQyMzYwN2Q4Zjg4OTAy
|
10
|
+
MTI1ZjIzZDliZWI5NDk4OTJlM2U1N2VhN2VjMTJkMjg3MDQwNjhjOTU3ZjI3
|
11
|
+
MzE4NzczYjI0ZjE4MzVlZmI5Y2Q2MTJhNGI4Y2YzYzM0OTA4ZTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTU5NGIwZmMyZTVlNjJjNjlmY2U0MTQ2MTgzYTdiMDllMGM5YWU5YTliNzNi
|
14
|
+
MzQ4MWUwMjlhMTliZGM0YmI4OGFiZGMwMWViZmYwMDU5MGVlOWM5MDk0MThm
|
15
|
+
YzM4NDNmNjZhMTEyZDc3ZTE5YWZhYzRiYTlhMzliN2JkNjFlMjQ=
|
data/README.md
CHANGED
@@ -4,9 +4,13 @@
|
|
4
4
|
|
5
5
|
## :no_entry: Warning :no_entry:
|
6
6
|
|
7
|
-
|
7
|
+
If you are using pre 1.0.x version of `knife-org-utils, please follow this instructions for migration.
|
8
8
|
|
9
|
-
|
9
|
+
git clone git@github.com:secret-sauce/knife-org-utils.git
|
10
|
+
gem install knife-org-utils -v 1.1.1
|
11
|
+
./knife-org-utils/bin/migrate
|
12
|
+
|
13
|
+
This script will migrate your existing git based `~/.chef` to the new directory layout. your old `~/.chef` folder will be backed up at `/tmp/chef-repo/.chef`.
|
10
14
|
|
11
15
|
## Description:
|
12
16
|
This is an EXPERIMENTAL knife plugin that allows you :
|