Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 😃

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