First cut of a new rama CLI 'probe' command#295
Open
AlvinKuruvilla wants to merge 1 commit intoplabayo:mainfrom
Open
First cut of a new rama CLI 'probe' command#295AlvinKuruvilla wants to merge 1 commit intoplabayo:mainfrom
AlvinKuruvilla wants to merge 1 commit intoplabayo:mainfrom
Conversation
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
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 😃 |
153e3e8 to
049503f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces the first version of a new probe command to the rama CLI
It has two methods of input:
rama probe google.com-ltorama probewith a txt file containing all domains to probe:rama probe -l domains.txtwhere
domains.txtis a file containing entries like:google.comgithub.com