Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/surajincloud/ecrctl

Package Overview
Dependencies
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/surajincloud/ecrctl

Source
Go Modules
Version
v0.1.0
Version published
Created
Source

ecrctl

CLI tool for Amazon ECR

Usage

  • Login to ECR
ecrctl login
  • Login to ECR in different region
ecrctl login --region <region>

Note: You can also set region in environment variable AWS_REGION

  • list repositories
ecrctl get repositories
  • list repositories along with their tags
ecrctl get repositories --show-tags
  • filter repositories based on tag
ecrctl get repositories --tag key=value

you can also use short flag -t

ecrctl get repositories -t key=value
  • List images from a given repository
ecrctl get images --repo <repo-name>

FAQs

Package last updated on 27 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts