Cat#
Description#
Print the content of a file (text file) to the console.
For viewing the content of a single text file, you can issue the cat command and wrapp will download the content and print it to stdout.
For CLI options, run wrapp cat --help.
Python API Reference#
- wrapp.commands.cat.cat(
- url: str = <typer.models.ArgumentInfo object>,
- auth: ~typing.List[str] | None = <typer.models.OptionInfo object>,
- interactive_auth: bool = <typer.models.OptionInfo object>,
- log_file: str = <typer.models.OptionInfo object>,
- debug: bool = <typer.models.OptionInfo object>,
- json_logging: bool = <typer.models.OptionInfo object>,
- stats: bool = <typer.models.OptionInfo object>,
- time: bool = <typer.models.OptionInfo object>,
Print the content of a file (text file) to the console