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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +6 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDVkM2M0NmNhOWYwNWZjNjVkOTUxN2YzOTBkMzIzNjkwYzc3NTJlYQ==
4
+ ZWMwNGQzNTE1YjllNWNlNzJkOTg2OTdmODYwNjViNTA1OGZiMjgxYw==
5
5
  data.tar.gz: !binary |-
6
- ZmViZTBiMmJmMjZmYWNmNTk3YTA4ZDM1ZWM5MjMyMzFiNjUyNGVmNQ==
6
+ NGE3MjExOWVhZmE5MWY0NDI0Zjk3NjhmNWIxYjAxODAyYjQyYTcyNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWNlMWMxNmVhNWVjN2Q5ZWJhMzRjMmYwNzYwYjllNzNmZTA5YWZmMWRmZjk3
10
- ZmYyOTU4ZWUzNzQzOGI1N2FjMWM1ZjNjMTE3NWRlYjZiYmE5NjRjMmY5MWM2
11
- NDFiMWMyMGY2MjZjYWZjYjQyZDZhZTNkZDkzZmYxM2FiY2EzOGE=
9
+ NDIwMTdjNzI5ZTFjODNlYjRhOTVhM2QxZGE5MmIyYTQyMzYwN2Q4Zjg4OTAy
10
+ MTI1ZjIzZDliZWI5NDk4OTJlM2U1N2VhN2VjMTJkMjg3MDQwNjhjOTU3ZjI3
11
+ MzE4NzczYjI0ZjE4MzVlZmI5Y2Q2MTJhNGI4Y2YzYzM0OTA4ZTc=
12
12
  data.tar.gz: !binary |-
13
- MDNiMmJhOWQ1MDAwYWRjYTYxOTFkYWZiNGMwNjExYTU3ZmM1MWE0OWRjNzMz
14
- ZjBiNGMyNTM0NTdkNmUwOGJmN2JhODc5ZDU0OGRlNzkzMWI3OTIwY2Q0NWQz
15
- OTc5OGViN2EwY2U3MWIxYzRkZjFjZDE0YTNjNTlhZDRjOWJjYWY=
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
- Run `bin/migrate` if you have your current `~/.chef` folder managed by pre 1.0.x version if `knife-org-utils`.
7
+ If you are using pre 1.0.x version of `knife-org-utils, please follow this instructions for migration.
8
8
 
9
- Pre 1.0.0 version used git to manage the `~/.chef` folder. Version 1.0.x and above will not use git to manage the `~/.chef` directory. Please backup your `~/.chef` directory before adding new configurations.
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 :
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-org-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.beta.62.1
4
+ version: 1.1.2.beta.63.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Venkat Venkataraju