Skip to content
Cloud
Docs

Container Registry CLI reference

Source: @socra/scr-cli@0.2.0.

This reference includes every command, argument, and option declared by this released package. Defaults and accepted values are included where the package declares them. Command-specific validation and permissions also apply; see the API reference for resource contracts.

Use socra scr --help, or append --help to any command, to inspect the locally installed version.

socra scr

Store and distribute private project-scoped OCI images

CommandPurpose
socra scr configure-dockerConfigure Docker to use your current Socra Account session
socra scr repositoryOCI repositories (created automatically on first push)
socra scr imageImmutable image manifests and indexes
socra scr tagMutable names pointing to images

socra scr configure-docker

Configure Docker to use your current Socra Account session

Text
socra scr configure-docker

socra scr repository

OCI repositories (created automatically on first push)

CommandPurpose
socra scr repository listList project repositories
socra scr repository getShow a repository
socra scr repository enableAllow pushes to a repository
socra scr repository disableReject pushes to a repository
socra scr repository deleteDelete an empty repository

socra scr repository list

List project repositories

Text
socra scr repository list [options]

Options

OptionInputDescription
--projectValueProject slug or id
--limitValuePage size
--afterValuePage cursor

socra scr repository get

Show a repository

Text
socra scr repository get <id>

Arguments

ArgumentRequiredDescription
idYesRepository id

socra scr repository enable

Allow pushes to a repository

Text
socra scr repository enable <id>

Arguments

ArgumentRequiredDescription
idYesRepository id

socra scr repository disable

Reject pushes to a repository

Text
socra scr repository disable <id>

Arguments

ArgumentRequiredDescription
idYesRepository id

socra scr repository delete

Delete an empty repository

Text
socra scr repository delete <id>

Arguments

ArgumentRequiredDescription
idYesRepository id

socra scr image

Immutable image manifests and indexes

CommandPurpose
socra scr image listList images
socra scr image getShow an image
socra scr image deleteDelete an untagged image

socra scr image list

List images

Text
socra scr image list [options]

Options

OptionInputDescription
--repositoryValueRepository id
--limitValuePage size
--afterValuePage cursor

socra scr image get

Show an image

Text
socra scr image get <id>

Arguments

ArgumentRequiredDescription
idYesImage id

socra scr image delete

Delete an untagged image

Text
socra scr image delete <id>

Arguments

ArgumentRequiredDescription
idYesImage id

socra scr tag

Mutable names pointing to images

CommandPurpose
socra scr tag listList tags
socra scr tag getShow a tag
socra scr tag deleteDelete a tag

socra scr tag list

List tags

Text
socra scr tag list [options]

Options

OptionInputDescription
--repositoryValueRepository id
--limitValuePage size
--afterValuePage cursor

socra scr tag get

Show a tag

Text
socra scr tag get <id>

Arguments

ArgumentRequiredDescription
idYesTag id

socra scr tag delete

Delete a tag

Text
socra scr tag delete <id>

Arguments

ArgumentRequiredDescription
idYesTag id

Next step

Return to the Container Registry overview.