Are these docs outdated w.r.t. `prefect work-pool ...
# ask-community
e
Are these docs outdated w.r.t.
prefect work-pool update
command? https://docs.prefect.io/2.14.2/concepts/work-pools/ I'm seeing this with
prefect==2.12.0
Copy code
$ prefect work-pool --help
                                                                                                                                                                  
 Usage: prefect work-pool [OPTIONS] COMMAND [ARGS]...                                                                                                             
                                                                                                                                                                  
 Commands for working with work pools.                                                                                                                            
                                                                                                                                                                  
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                                                                                                    │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ clear-concurrency-limit                          Clear the concurrency limit for a work pool.                                                                  │
│ create                                           Create a new work pool.                                                                                       │
│ delete                                           Delete a work pool.                                                                                           │
│ inspect                                          Inspect a work pool.                                                                                          │
│ ls                                               List work pools.                                                                                              │
│ pause                                            Pause a work pool.                                                                                            │
│ preview                                          Preview the work pool's scheduled work for all queues.                                                        │
│ resume                                           Resume a work pool.                                                                                           │
│ set-concurrency-limit                            Set the concurrency limit for a work pool.                                                                    │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
j
Hi Eric. I think it’s the other way around. We added the update command as part of some worker cli updates in 2.13.3
e
Ah I see, I was on 2.12. Will update, thank you
👍 1