sfctl 0.1.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sfctl/cli.rb +1 -1
- data/lib/sfctl/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 987345c89cefd795ef0e0caf100079fdae0d21928e5dd797216132aed206834b
|
4
|
+
data.tar.gz: b6935e7ebbaa5af76c6d16ce666da547b32262c3dbe688a7e51dc5201788e4bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac9d36c7c89667c8cd92be1e1ef61009674ef889ba971a40108ca6ca9342e244033d239349ff66ead8fa994a827c5f3f21252bc440ffe3345298f03d47a3ef74
|
7
|
+
data.tar.gz: 6e29f52a803757984dede41303d62109734a09090492d414972f908369f70596dbadaabd35fe37557b73fa1286407d17b9fdeec6faeaf8ed2d39608a9bf467a9
|
data/lib/sfctl/cli.rb
CHANGED
@@ -21,7 +21,7 @@ module Sfctl
|
|
21
21
|
end
|
22
22
|
|
23
23
|
class_option :"no-color", type: :boolean, default: false, desc: 'Disable colorization in output'
|
24
|
-
class_option :"starfish-host", type: :string, default: 'https://starfish.team',
|
24
|
+
class_option :"starfish-host", type: :string, default: 'https://app.starfish.team',
|
25
25
|
desc: 'The starfish API endpoint',
|
26
26
|
banner: 'HOST'
|
27
27
|
|
data/lib/sfctl/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sfctl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serhii Rudik
|
8
8
|
- Markus Kuhnt
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|
@@ -375,7 +375,7 @@ dependencies:
|
|
375
375
|
- - "~>"
|
376
376
|
- !ruby/object:Gem::Version
|
377
377
|
version: 0.4.2
|
378
|
-
description:
|
378
|
+
description:
|
379
379
|
email:
|
380
380
|
- serhii@starfish.team
|
381
381
|
executables:
|
@@ -432,7 +432,7 @@ licenses:
|
|
432
432
|
metadata:
|
433
433
|
bug_tracker_uri: https://github.com/alphatier-works/sfctl/issues
|
434
434
|
source_code_uri: https://github.com/alphatier-works/sfctl
|
435
|
-
post_install_message:
|
435
|
+
post_install_message:
|
436
436
|
rdoc_options: []
|
437
437
|
require_paths:
|
438
438
|
- lib
|
@@ -447,8 +447,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
447
447
|
- !ruby/object:Gem::Version
|
448
448
|
version: '0'
|
449
449
|
requirements: []
|
450
|
-
rubygems_version: 3.1.
|
451
|
-
signing_key:
|
450
|
+
rubygems_version: 3.1.3
|
451
|
+
signing_key:
|
452
452
|
specification_version: 4
|
453
453
|
summary: sfctl is a command line interface for the Starfish API.
|
454
454
|
test_files: []
|