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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4dfee6c1357d7b6fc8355c4970f7ff307f8426a7daa82b4752166eb33f46603
4
- data.tar.gz: d14d589f866cef1643031dc6ed40f55399b8dfe1ae908b5b2331c0e9c5a4aa66
3
+ metadata.gz: e804f925627c36105c1f95d5fa9610f0a01f736e10f5c9980a7158aa6ba65f97
4
+ data.tar.gz: bde60c3c624af4084be2996f02fcfdc2c9d74b0140b83688c82babbc2d2c4781
5
5
  SHA512:
6
- metadata.gz: 0772ce36f80dcb5991f5105379ce07411331aa3fe4ac301b0df627fadc86b696eb11a9ee58a282f4218320c9cd3f3a046757a7bfc120a8529ff2acaa40434b8c
7
- data.tar.gz: 53fddc9f8bc055caceaf22a62b9dfa5c58f7b7919481b0d3559c0ac2c4c036c5624c91bb1e6062dac699446419cbe84390eb0258e0a0dd911cef504282fa540a
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.8)
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.2)
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.1)
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.3)
153
+ snaky_hash (2.0.7)
154
154
  hashie (>= 0.1.0, < 6)
155
- version_gem (>= 1.1.8, < 3)
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.9)
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.
@@ -7,6 +7,8 @@ module Aptible
7
7
  module Helpers
8
8
  module Telemetry
9
9
  def telemetry(cmd, options = {})
10
+ return if ENV['APTIBLE_DISABLE_TELEMETRY']
11
+
10
12
  token_hash = decode_token
11
13
  format = Renderer.format
12
14
  format = 'text' if format.nil?
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module CLI
3
- VERSION = '0.26.8'.freeze
3
+ VERSION = '0.26.9'.freeze
4
4
  end
5
5
  end
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.8
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-06-08 00:00:00.000000000 Z
11
+ date: 2026-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport