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

Improve multy-line file handling #36

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Improve multy-line file handling #36

merged 1 commit into from
Oct 16, 2023

Conversation

outscale-mgo
Copy link
Contributor

@outscale-mgo outscale-mgo commented Oct 16, 2023

Support ./oapi-cli --verbose CreateCa --CaPem --file ../directory/cert.pem
and using something like ./oapi-cli --verbose CreateCa --CaPem="$(cat ../oms/cert.pem)" will now replace \n by \n, so it creates valid json.

fixed #35 #34

update CONIAC, and osc-sdk-C

Signed-off-by: Matthias Gatto <[email protected]>
@outscale-mgo outscale-mgo temporarily deployed to auto-build October 16, 2023 14:27 — with GitHub Actions Inactive
@outscale-mgo outscale-mgo temporarily deployed to auto-build October 16, 2023 14:27 — with GitHub Actions Inactive
@outscale-mgo outscale-mgo merged commit 86eb575 into master Oct 16, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add --file, to pass file as string to oapi-cli arguments.
1 participant