dataspine artifacts login
Configure credentials for accessing Dataspine artifact registries using a given tool.
Usage
dataspine artifacts login [OPTIONS] <TOOL>
Arguments
<TOOL>: Tool to configure. Supported values:npm,cargo.
note
pip and maven variants are accepted by the CLI but are not yet implemented.
Only npm (.npmrc) and cargo (.cargo/config.toml) are configured at this time.
Options
-a, --application <APPLICATION>: Optional application UUID to scope authentication.
Examples
Configure npm to use the Dataspine registry:
dataspine artifacts login npm
Scope authentication to a specific application:
dataspine artifacts login -a 00000000-0000-0000-0000-000000000000 npm