Skip to content

First cut of a new rama CLI 'probe' command#295

Open
AlvinKuruvilla wants to merge 1 commit intoplabayo:mainfrom
AlvinKuruvilla:probe
Open

First cut of a new rama CLI 'probe' command#295
AlvinKuruvilla wants to merge 1 commit intoplabayo:mainfrom
AlvinKuruvilla:probe

Conversation

@AlvinKuruvilla
Copy link
Contributor

This commit introduces the first version of a new probe command to the rama CLI

It has two methods of input:

  1. STDIN: pass a domain directly to the rama probe command like so:

rama probe google.com

  1. FILE: pass -l to rama probe with a txt file containing all domains to probe:

rama probe -l domains.txt
where domains.txt is a file containing entries like:

google.com
github.com

This commit introduces a new probe command to the rama CLI

It has two methods of input:
1. STDIN: pass a domain directly to the rama probe command like so:

`rama probe google.com`

2. FILE: pass -l to `rama probe` with a txt file containing all
domains to probe:

`rama probe -l domains.txt`
where `domains.txt` is a file containing entries like:

`
google.com
github.com
`
This is syill a first cut of the new feature so things will be
actively shifting
@AlvinKuruvilla
Copy link
Contributor Author

Hi @GlenDC, wanted to follow up on this PR. I noticed that when the command would run against a domain it would always give a 301 status code so I wanted to ask if you have any suggestions to resolve that 😃

@GlenDC GlenDC force-pushed the main branch 3 times, most recently from 153e3e8 to 049503f Compare July 28, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant