pub async fn execute_with_db( cmd: ArtifactsCommands, db_pool: &DbPool, user_id: &UserId, config: &CliConfig, ) -> Result<()>