Usage¶
repo-helper rtd¶
Manage a ReadTheDocs project.
repo-helper rtd [OPTIONS] COMMAND [ARGS]...
Options
-
--version¶ Show the version and exit.
Commands¶
new¶
Create a new ReadTheDocs project.
repo-helper rtd new [OPTIONS]
Options
-
-t,--token<token>¶ Required The token to authenticate with the ReadTheDocs API. Can also be provided via the ‘RTD_TOKEN’ environment variable.
-
--colour,--no-colour¶ Whether to use coloured output.
Environment variables
-
RTD_TOKEN Provides a default for
-t / --token
update¶
Update the ReadTheDocs project.
repo-helper rtd update [OPTIONS]
Options
-
-t,--token<token>¶ Required The token to authenticate with the ReadTheDocs API. Can also be provided via the ‘RTD_TOKEN’ environment variable.
-
--colour,--no-colour¶ Whether to use coloured output.
Environment variables
-
RTD_TOKEN Provides a default for
-t / --token