arvados.commands
Arvados CLI commands
This module implements the CLI tools that are shipped with the Arvados Python SDK. Nothing in this module is intended to be part of the public-facing SDK API. Classes and functions in this module may be changed or removed at any time.
@private
1# Copyright (C) The Arvados Authors. All rights reserved. 2# 3# SPDX-License-Identifier: Apache-2.0 4"""Arvados CLI commands 5 6This module implements the CLI tools that are shipped with the Arvados Python 7SDK. Nothing in this module is intended to be part of the public-facing 8SDK API. Classes and functions in this module may be changed or removed at any 9time. 10 11@private 12"""