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

Fix typo on --http-api-update environment variable and add warning note for --http-api-periodic-polls #1195

Merged
merged 3 commits into from
Jan 22, 2022

Conversation

jamesmacwhite
Copy link
Contributor

@jamesmacwhite jamesmacwhite commented Jan 21, 2022

Minor docs issue, but the --http-api-update parameter has a typo on it's env var equivalent. Using the env var provided by the docs will not enable the HTTP API update only endpoint and you'll get a 404.

In addition due to #1127, the docs are currently listing a parameter which isn't actually available in any official release currently, so I thought a warning may be useful until a new release is made, which can then be removed.

Thanks!

Fix a typo for the environment variable to enable HTTP API mode.
--http-api-periodic-polls is a new option which isn't available currently, until a new release is made.
@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

Merging #1195 (c7c9b00) into main (8590d88) will not change coverage.
The diff coverage is n/a.

❗ Current head c7c9b00 differs from pull request most recent head bd9d367. Consider uploading reports for the commit bd9d367 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1195   +/-   ##
=======================================
  Coverage   62.75%   62.75%           
=======================================
  Files          23       23           
  Lines        1490     1490           
=======================================
  Hits          935      935           
  Misses        471      471           
  Partials       84       84           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9114447...bd9d367. Read the comment docs.

docs/arguments.md Outdated Show resolved Hide resolved
docs/arguments.md Show resolved Hide resolved
Co-authored-by: nils måsén <nils@piksel.se>
@simskij simskij merged commit a1bdd26 into containrrr:main Jan 22, 2022
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.

3 participants