Artifact Commands
The CLI includes the following artifact commands:
Command | Description |
---|---|
| Deletes an artifact. |
| Describes an artifact, including information about the application and plugin classes contained in the artifact. If no scope is provided, the artifact is looked for first in the |
| Describes a plugin of a specific type and name available to a specific artifact. Can return multiple details if there are multiple versions of the plugin. If no scope is provided, plugins are looked for first in the |
| Gets the properties of an artifact. If no scope is provided, properties are looked for first in the |
| Lists all plugin types usable by the specified artifact. If no scope is provided, artifacts are looked for first in the |
| Lists all plugins of a specific type available to a specific artifact. Returns the type, name, classname, and description of the plugin, as well as the artifact the plugin came from. If no scope is provided, artifacts are looked for first in the |
| Lists all versions of a specific artifact. If no scope is provided, artifacts are looked for first in the |
| Lists all artifacts. If no scope is provided, artifacts in all scopes are returned. Otherwise, only artifacts in the specified scope are returned. |
| Loads an artifact into CDAP. If the artifact name and version are not both given, they will be derived from the filename of the artifact. File names are expected to be of the form For example, if there is a config file with these contents:
This config specifies that the artifact contains one JDBC third-party plugin that should be available to the |
| Sets properties of an artifact. The properties file must contain a JSON object with a |
Created in 2020 by Google Inc.