MuranoCLI 3.0.1 → 3.0.2
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 +4 -4
- data/.agignore +1 -0
- data/.rubocop.yml +67 -5
- data/Gemfile +6 -3
- data/MuranoCLI.gemspec +14 -10
- data/README.markdown +299 -126
- data/Rakefile +6 -1
- data/bin/murano +2 -2
- data/docs/completions/murano_completion-bash +93 -0
- data/lib/MrMurano.rb +19 -2
- data/lib/MrMurano/Business.rb +22 -19
- data/lib/MrMurano/Config.rb +19 -9
- data/lib/MrMurano/Content.rb +4 -4
- data/lib/MrMurano/Exchange-Element.rb +99 -0
- data/lib/MrMurano/Exchange.rb +137 -0
- data/lib/MrMurano/Gateway.rb +9 -9
- data/lib/MrMurano/Keystore.rb +4 -2
- data/lib/MrMurano/ReCommander.rb +3 -5
- data/lib/MrMurano/Solution-ServiceConfig.rb +12 -12
- data/lib/MrMurano/Solution-Services.rb +15 -14
- data/lib/MrMurano/Solution-Users.rb +2 -2
- data/lib/MrMurano/Solution.rb +43 -49
- data/lib/MrMurano/SolutionId.rb +28 -28
- data/lib/MrMurano/SyncUpDown.rb +32 -22
- data/lib/MrMurano/Webservice-Endpoint.rb +2 -1
- data/lib/MrMurano/Webservice.rb +5 -5
- data/lib/MrMurano/commands.rb +2 -1
- data/lib/MrMurano/commands/business.rb +21 -19
- data/lib/MrMurano/commands/domain.rb +16 -2
- data/lib/MrMurano/commands/exchange.rb +272 -0
- data/lib/MrMurano/commands/globals.rb +17 -1
- data/lib/MrMurano/commands/init.rb +3 -3
- data/lib/MrMurano/commands/link.rb +16 -16
- data/lib/MrMurano/commands/postgresql.rb +2 -2
- data/lib/MrMurano/commands/show.rb +13 -7
- data/lib/MrMurano/commands/solution.rb +23 -17
- data/lib/MrMurano/commands/solution_picker.rb +49 -44
- data/lib/MrMurano/commands/sync.rb +2 -1
- data/lib/MrMurano/commands/timeseries.rb +2 -2
- data/lib/MrMurano/commands/tsdb.rb +2 -2
- data/lib/MrMurano/hash.rb +19 -7
- data/lib/MrMurano/http.rb +12 -2
- data/lib/MrMurano/orderedhash.rb +200 -0
- data/lib/MrMurano/spec_commander.rb +98 -0
- data/lib/MrMurano/verbosing.rb +2 -2
- data/lib/MrMurano/version.rb +2 -2
- data/spec/Business_spec.rb +8 -6
- data/spec/Solution-ServiceConfig_spec.rb +1 -1
- data/spec/SyncUpDown_spec.rb +6 -6
- data/spec/_workspace.rb +9 -4
- data/spec/cmd_business_spec.rb +8 -2
- data/spec/cmd_common.rb +266 -25
- data/spec/cmd_exchange_spec.rb +118 -0
- data/spec/cmd_help_spec.rb +54 -13
- data/spec/cmd_init_spec.rb +1 -12
- data/spec/cmd_link_spec.rb +94 -72
- data/spec/spec_helper.rb +11 -16
- metadata +23 -17
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: MuranoCLI
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Conrad Tadpol Tilstra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: certified
|
@@ -165,33 +165,33 @@ dependencies:
|
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: 3.2016.0521
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
|
-
name:
|
168
|
+
name: paint
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 0.0
|
173
|
+
version: 2.0.0
|
174
174
|
type: :runtime
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 0.0
|
180
|
+
version: 2.0.0
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
|
-
name:
|
182
|
+
name: public_suffix
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
184
184
|
requirements:
|
185
185
|
- - "~>"
|
186
186
|
- !ruby/object:Gem::Version
|
187
|
-
version: 2.0.
|
187
|
+
version: 2.0.5
|
188
188
|
type: :runtime
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
192
|
- - "~>"
|
193
193
|
- !ruby/object:Gem::Version
|
194
|
-
version: 2.0.
|
194
|
+
version: 2.0.5
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: rainbow
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
@@ -212,14 +212,14 @@ dependencies:
|
|
212
212
|
requirements:
|
213
213
|
- - "~>"
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version: 1.
|
215
|
+
version: 1.8.0
|
216
216
|
type: :runtime
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - "~>"
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version: 1.
|
222
|
+
version: 1.8.0
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: vine
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
@@ -374,16 +374,16 @@ dependencies:
|
|
374
374
|
- - "~>"
|
375
375
|
- !ruby/object:Gem::Version
|
376
376
|
version: 1.3.8
|
377
|
-
description:
|
378
|
-
Do more from the command line with Murano
|
377
|
+
description: |-
|
378
|
+
Do more from the command line with Murano.
|
379
379
|
|
380
|
-
|
381
|
-
|
382
|
-
|
380
|
+
Push and pull data from Murano.
|
381
|
+
Get status on what things have changed.
|
382
|
+
See a diff of the changes before you push.
|
383
383
|
|
384
|
-
|
384
|
+
And so much more.
|
385
385
|
|
386
|
-
|
386
|
+
(This gem was formerly known as MrMurano.)
|
387
387
|
email:
|
388
388
|
- miketilstra@exosite.com
|
389
389
|
executables:
|
@@ -416,6 +416,8 @@ files:
|
|
416
416
|
- lib/MrMurano/Config-Migrate.rb
|
417
417
|
- lib/MrMurano/Config.rb
|
418
418
|
- lib/MrMurano/Content.rb
|
419
|
+
- lib/MrMurano/Exchange-Element.rb
|
420
|
+
- lib/MrMurano/Exchange.rb
|
419
421
|
- lib/MrMurano/Gateway.rb
|
420
422
|
- lib/MrMurano/Keystore.rb
|
421
423
|
- lib/MrMurano/Mock.rb
|
@@ -446,6 +448,7 @@ files:
|
|
446
448
|
- lib/MrMurano/commands/cors.rb
|
447
449
|
- lib/MrMurano/commands/devices.rb
|
448
450
|
- lib/MrMurano/commands/domain.rb
|
451
|
+
- lib/MrMurano/commands/exchange.rb
|
449
452
|
- lib/MrMurano/commands/gb.rb
|
450
453
|
- lib/MrMurano/commands/globals.rb
|
451
454
|
- lib/MrMurano/commands/init.rb
|
@@ -469,11 +472,13 @@ files:
|
|
469
472
|
- lib/MrMurano/http.rb
|
470
473
|
- lib/MrMurano/makePretty.rb
|
471
474
|
- lib/MrMurano/optparse.rb
|
475
|
+
- lib/MrMurano/orderedhash.rb
|
472
476
|
- lib/MrMurano/progress.rb
|
473
477
|
- lib/MrMurano/schema/pf-v1.0.0.yaml
|
474
478
|
- lib/MrMurano/schema/resource-v1.0.0.yaml
|
475
479
|
- lib/MrMurano/schema/sf-v0.2.0.yaml
|
476
480
|
- lib/MrMurano/schema/sf-v0.3.0.yaml
|
481
|
+
- lib/MrMurano/spec_commander.rb
|
477
482
|
- lib/MrMurano/template/mock.erb
|
478
483
|
- lib/MrMurano/template/projectFile.murano.erb
|
479
484
|
- lib/MrMurano/verbosing.rb
|
@@ -514,6 +519,7 @@ files:
|
|
514
519
|
- spec/cmd_cors_spec.rb
|
515
520
|
- spec/cmd_device_spec.rb
|
516
521
|
- spec/cmd_domain_spec.rb
|
522
|
+
- spec/cmd_exchange_spec.rb
|
517
523
|
- spec/cmd_help_spec.rb
|
518
524
|
- spec/cmd_init_spec.rb
|
519
525
|
- spec/cmd_keystore_spec.rb
|