We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-o
It would be a useful feature to upload the output file to s3 if indicated. One example would be a user executing the following command:
saf convert hdf2csv -i TestProfile.json -o s3://bucket-name/TestProfileConverted.csv --fields "Results Set,Status,ID,Title,Severity"
And then saf-cli automatically executing the following command to upload the local converted file:
aws s3 cp TestProfileConverted.csv s3://bucket-name/TestProfileConverted.csv
The text was updated successfully, but these errors were encountered:
General support for s3 upload as an output may be nice
Sorry, something went wrong.
Amndeep7
em-c-rod
Successfully merging a pull request may close this issue.
It would be a useful feature to upload the output file to s3 if indicated. One example would be a user executing the following command:
And then saf-cli automatically executing the following command to upload the local converted file:
The text was updated successfully, but these errors were encountered: