Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ra8An-008CoD-Ut for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Feb 2024 05:51:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ra8Aj-004ARi-Jb for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Feb 2024 05:51:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ra8Aj-004ARa-B5 for pgadmin-hackers@lists.postgresql.org; Wed, 14 Feb 2024 05:51:05 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ra8Ac-0076ZO-03 for pgadmin-hackers@lists.postgresql.org; Wed, 14 Feb 2024 05:51:04 +0000 Received: from github.com (hubbernetes-node-84ebb4b.va3-iad.github.net [10.48.133.38]) by smtp.github.com (Postfix) with ESMTPA id ED7FA8C045B for ; Tue, 13 Feb 2024 21:50:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707889856; bh=NJ/i2oh7IjYb8PBQk3HGhNKds7GFwdJwyVIpDPK8ZaU=; h=Date:From:To:Subject:From; b=ZjRImYiVDaoq9n5p374ibJZFmvBW0GLGav8zfP1fU//jraDhYzXpnrxKEQwIiRBMr UKjAgRJcXSaGJUc7Nsb+C414PrJrjNfESCxWIHm51UAYEs3S8F0Tb9Ufc6VXbF8TXu kh2+Rq1jF24rd8XEszT0BL/+OXr77PJR4D33NKvY= Date: Tue, 13 Feb 2024 21:50:55 -0800 From: octo-dama To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6adae4: Add --yes option for skipping the confirmation pro... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6adae46a4cf4aed43c050e245c9b48b46a776493 https://github.com/pgadmin-org/pgadmin4/commit/6adae46a4cf4aed43c050e245c9b48b46a776493 Author: octo-dama <101798859+octo-dama@users.noreply.github.com> Date: 2024-02-14 (Wed, 14 Feb 2024) Changed paths: M docs/en_US/user_management.rst M web/setup.py Log Message: ----------- Add --yes option for skipping the confirmation prompt while deleting the user via CLI for scripting purpose. #7204