gsc-cli 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/README.md +12 -14
- data/bin/gsc +3 -3
- data/dist/gsc +3 -3
- data/lib/gsc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2caa7ef6d70b3a937056d9c5b3296a18cbcdaab2137533fe553ca6e06d0db604
|
|
4
|
+
data.tar.gz: 77a07b9ac543ac0530fb61dcc25953d0c948f4bb90463f477d08f0ffebe05921
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1809e1e6e0c9a439894db3c5b8e3107f2ec2669f234e224d433d9d8cadfaa268eebfd632129424e88c85ea4f10664c710374737cb81d3adcfac3a4a8cbd7864c
|
|
7
|
+
data.tar.gz: 00ab88895619228527ce0bd3cb8ced18f012610a87449c255dad2ea2cfe5da52f0d0af6f5aae6a5e33491425d893ea1dfb14c317e698f34d36dceac8504b9e4e
|
data/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
> Sub-50ms CLI & AI Agent engine for real-time Google search rankings, instant Googlebot indexing, Google Trends velocity, Keywords Everywhere volume, and 360° SEO health audits.
|
|
5
5
|
|
|
6
6
|
[](https://www.ruby-lang.org)
|
|
7
|
+
[](https://rubygems.org/gems/gsc-cli)
|
|
7
8
|
[](#)
|
|
8
9
|
[](LICENSE)
|
|
9
10
|
[](#-ai-agent-native-integration-antigravity-claude-cursor)
|
|
@@ -12,7 +13,7 @@
|
|
|
12
13
|
|
|
13
14
|
<p align="center">
|
|
14
15
|
<b>gsc-cli</b> is a free, open-source initiative built and maintained by
|
|
15
|
-
<a href="https://apolloswave.com"><b>
|
|
16
|
+
<a href="https://apolloswave.com"><b>ApollosWave LLC</b></a>.
|
|
16
17
|
</p>
|
|
17
18
|
|
|
18
19
|
<p align="center">
|
|
@@ -34,7 +35,7 @@ Every software company, indie hacker, and e-commerce founder faces the exact sam
|
|
|
34
35
|
4. **AI Agents Need Clean, Fast, Machine-Readable Intelligence**: Modern AI coding agents (Google Antigravity, Claude Code, Cursor, Codex) cannot click web buttons. They need raw, fast, deterministic JSON over stdout.
|
|
35
36
|
|
|
36
37
|
### The Epiphany Bridge
|
|
37
|
-
At **[
|
|
38
|
+
At **[ApollosWave](https://apolloswave.com)**, we run multiple production software businesses—from macOS system utilities (**[Superspeed](https://superspeedapp.com)**) and Shopify e-commerce apps (**[Supercart](https://supercart.app)**) to physical moving inventory SaaS (**[PackingLog](https://packinglog.com)**).
|
|
38
39
|
|
|
39
40
|
We refused to bloat our repos with 40 gems or waste 10 hours a week clicking in Search Console. We needed a **single, standalone pure-Ruby CLI** that connects directly to Google APIs using native `OpenSSL` and `Net::HTTP` in **under 50 milliseconds**.
|
|
40
41
|
|
|
@@ -61,22 +62,19 @@ We built **`gsc-cli`** to run our own marketing. **We open-sourced it 100% free
|
|
|
61
62
|
|
|
62
63
|
## 📦 Quick Installation
|
|
63
64
|
|
|
64
|
-
### Option 1:
|
|
65
|
+
### Option 1: Official RubyGem (Instant Global Install)
|
|
65
66
|
```bash
|
|
66
|
-
|
|
67
|
+
gem install gsc-cli
|
|
67
68
|
```
|
|
68
69
|
|
|
69
|
-
### Option 2:
|
|
70
|
-
`gsc-cli` is a standalone pure-Ruby executable with zero gem runtime dependencies:
|
|
70
|
+
### Option 2: 1-Line Standalone Installer (macOS & Linux)
|
|
71
71
|
```bash
|
|
72
|
-
|
|
73
|
-
cd gsc-cli
|
|
74
|
-
./install.sh
|
|
72
|
+
curl -fsSL https://raw.githubusercontent.com/ApollosWave/gsc-cli/main/install.sh | bash
|
|
75
73
|
```
|
|
76
74
|
|
|
77
|
-
### Option 3:
|
|
78
|
-
```
|
|
79
|
-
gem
|
|
75
|
+
### Option 3: In Your Gemfile (Bundler)
|
|
76
|
+
```ruby
|
|
77
|
+
gem 'gsc-cli'
|
|
80
78
|
```
|
|
81
79
|
|
|
82
80
|
Ensure `~/.local/bin` is in your shell `PATH`:
|
|
@@ -428,9 +426,9 @@ gsc skills install
|
|
|
428
426
|
|
|
429
427
|
---
|
|
430
428
|
|
|
431
|
-
## 🏢 Proudly Backed by
|
|
429
|
+
## 🏢 Proudly Backed by ApollosWave LLC
|
|
432
430
|
|
|
433
|
-
`gsc-cli` is free and open-source software under the [MIT License](LICENSE). It is actively developed and maintained by the engineering team at **[
|
|
431
|
+
`gsc-cli` is free and open-source software under the [MIT License](LICENSE). It is actively developed and maintained by the engineering team at **[ApollosWave LLC](https://apolloswave.com)**.
|
|
434
432
|
|
|
435
433
|
We build tools for high-performance software, e-commerce, and everyday logistics. Check out our commercial products:
|
|
436
434
|
|
data/bin/gsc
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# ==============================================================================
|
|
5
5
|
# Google Search Console & Indexing API CLI Tool (Pure Ruby - Zero Gem Dependencies)
|
|
6
|
-
# Standalone Single-File Distribution (Built from lib/gsc v2.0.
|
|
6
|
+
# Standalone Single-File Distribution (Built from lib/gsc v2.0.1)
|
|
7
7
|
# ==============================================================================
|
|
8
8
|
|
|
9
9
|
require 'net/http'
|
|
@@ -20,7 +20,7 @@ require 'stringio'
|
|
|
20
20
|
|
|
21
21
|
# --- version.rb ---
|
|
22
22
|
module GSC
|
|
23
|
-
VERSION = '2.0.
|
|
23
|
+
VERSION = '2.0.1'
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
# --- color.rb ---
|
|
@@ -8125,4 +8125,4 @@ Prompts = GSC::Prompts unless defined?(Prompts)
|
|
|
8125
8125
|
PageAnalyzer = GSC::PageAnalyzer unless defined?(PageAnalyzer)
|
|
8126
8126
|
SiteCrawler = GSC::SiteCrawler unless defined?(SiteCrawler)
|
|
8127
8127
|
|
|
8128
|
-
GSC::CLI.start(ARGV)
|
|
8128
|
+
GSC::CLI.start(ARGV)
|
data/dist/gsc
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# ==============================================================================
|
|
5
5
|
# Google Search Console & Indexing API CLI Tool (Pure Ruby - Zero Gem Dependencies)
|
|
6
|
-
# Standalone Single-File Distribution (Built from lib/gsc v2.0.
|
|
6
|
+
# Standalone Single-File Distribution (Built from lib/gsc v2.0.1)
|
|
7
7
|
# ==============================================================================
|
|
8
8
|
|
|
9
9
|
require 'net/http'
|
|
@@ -20,7 +20,7 @@ require 'stringio'
|
|
|
20
20
|
|
|
21
21
|
# --- version.rb ---
|
|
22
22
|
module GSC
|
|
23
|
-
VERSION = '2.0.
|
|
23
|
+
VERSION = '2.0.1'
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
# --- color.rb ---
|
|
@@ -8125,4 +8125,4 @@ Prompts = GSC::Prompts unless defined?(Prompts)
|
|
|
8125
8125
|
PageAnalyzer = GSC::PageAnalyzer unless defined?(PageAnalyzer)
|
|
8126
8126
|
SiteCrawler = GSC::SiteCrawler unless defined?(SiteCrawler)
|
|
8127
8127
|
|
|
8128
|
-
GSC::CLI.start(ARGV)
|
|
8128
|
+
GSC::CLI.start(ARGV)
|
data/lib/gsc/version.rb
CHANGED