aptible-cli 0.26.8 → 0.26.9
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/Gemfile.lock +6 -6
- data/README.md +8 -0
- data/lib/aptible/cli/helpers/telemetry.rb +2 -0
- data/lib/aptible/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e804f925627c36105c1f95d5fa9610f0a01f736e10f5c9980a7158aa6ba65f97
|
|
4
|
+
data.tar.gz: bde60c3c624af4084be2996f02fcfdc2c9d74b0140b83688c82babbc2d2c4781
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a63a8058d9e57f5e92a67583a0a4a7bf999676becb31e6f850e1e62049ce57707ce4825a06e9b32b54d35258a2b02000dba3fc7031f840b47d5f57fc140adad8
|
|
7
|
+
data.tar.gz: d79bf987a4cae47481f579e9c557326735ce71685f4bf1fb8e03ca4e93c400c9992d2a1e268c61d7d629dd163159f3a7a2a9648ff8fcc2c7f08f92abc2ea0215
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
aptible-cli (0.26.
|
|
4
|
+
aptible-cli (0.26.9)
|
|
5
5
|
activesupport (>= 4.0, < 6.0)
|
|
6
6
|
aptible-api (~> 1.12)
|
|
7
7
|
aptible-auth (~> 1.4)
|
|
@@ -35,7 +35,7 @@ GEM
|
|
|
35
35
|
tzinfo (~> 1.1)
|
|
36
36
|
addressable (2.8.0)
|
|
37
37
|
public_suffix (>= 2.0.2, < 5.0)
|
|
38
|
-
aptible-api (1.12.
|
|
38
|
+
aptible-api (1.12.3)
|
|
39
39
|
aptible-auth
|
|
40
40
|
aptible-resource
|
|
41
41
|
gem_config
|
|
@@ -71,7 +71,7 @@ GEM
|
|
|
71
71
|
aws-sigv4 (1.2.4)
|
|
72
72
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
73
73
|
bigdecimal (1.3.5)
|
|
74
|
-
cbor (0.5.10.
|
|
74
|
+
cbor (0.5.10.3)
|
|
75
75
|
chronic_duration (0.10.6)
|
|
76
76
|
numerizer (~> 0.1.1)
|
|
77
77
|
climate_control (0.0.3)
|
|
@@ -150,9 +150,9 @@ GEM
|
|
|
150
150
|
ruby-progressbar (~> 1.7)
|
|
151
151
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
152
152
|
ruby-progressbar (1.13.0)
|
|
153
|
-
snaky_hash (2.0.
|
|
153
|
+
snaky_hash (2.0.7)
|
|
154
154
|
hashie (>= 0.1.0, < 6)
|
|
155
|
-
version_gem (
|
|
155
|
+
version_gem (~> 1.1, >= 1.1.14)
|
|
156
156
|
stripe (4.24.0)
|
|
157
157
|
faraday (~> 0.13)
|
|
158
158
|
net-http-persistent (~> 3.0)
|
|
@@ -168,7 +168,7 @@ GEM
|
|
|
168
168
|
thread_safe (~> 0.1)
|
|
169
169
|
unicode-display_width (1.8.0)
|
|
170
170
|
uri_template (0.7.0)
|
|
171
|
-
version_gem (1.1.
|
|
171
|
+
version_gem (1.1.15)
|
|
172
172
|
webmock (3.16.2)
|
|
173
173
|
addressable (>= 2.8.0)
|
|
174
174
|
crack (>= 0.3.2)
|
data/README.md
CHANGED
|
@@ -121,6 +121,14 @@ If you need to parse the output in another program, set the `APTIBLE_OUTPUT_FORM
|
|
|
121
121
|
|
|
122
122
|
The default format is `text`.
|
|
123
123
|
|
|
124
|
+
### Telemetry
|
|
125
|
+
|
|
126
|
+
The Aptible CLI reports anonymous usage telemetry to help improve the product. To opt out, set the `APTIBLE_DISABLE_TELEMETRY` environment variable to any non-empty value:
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
export APTIBLE_DISABLE_TELEMETRY=1
|
|
130
|
+
```
|
|
131
|
+
|
|
124
132
|
## Contributing
|
|
125
133
|
|
|
126
134
|
1. Fork the project.
|
data/lib/aptible/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aptible-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Frank Macreery
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|