prefect.cli.root
Base prefect
command-line application
display(object, nesting=0)
Recursive display of a dictionary with nesting.
Source code in src/prefect/cli/root.py
160 161 162 163 164 165 166 167 168 169 |
|
get_prefect_integrations()
Get information about installed Prefect integrations.
Source code in src/prefect/cli/root.py
146 147 148 149 150 151 152 153 154 155 156 157 |
|
version(omit_integrations=typer.Option(False, '--omit-integrations', help='Omit integration information'))
async
Get the current Prefect version and integration information.
Source code in src/prefect/cli/root.py
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
|