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

[Experimental] add prompt mode #128

Merged
merged 2 commits into from
Jul 11, 2023
Merged

[Experimental] add prompt mode #128

merged 2 commits into from
Jul 11, 2023

Conversation

koluku
Copy link
Owner

@koluku koluku commented Jul 11, 2023

s3s run as prompt mode if you set no arguments

$ AWS_PROFILE=default AWS_REGION=ap-northeast-1 ./s3s -o test.jsonl
>>> use s3://prefix

// or 

>>> use --delve

>>> state
[s3://prefix]

// select or SELECT is "SELECT * FROM S3Object s"
>>> select

>>> select * from S3Object s where s.request = "/"

>>> exit

@koluku koluku self-assigned this Jul 11, 2023
@koluku koluku merged commit 6f65e2f into main Jul 11, 2023
4 checks passed
@koluku koluku deleted the feature/add-prompt-mode branch July 11, 2023 10:15
@koluku-s3s koluku-s3s bot mentioned this pull request Jul 11, 2023
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