New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oshark

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oshark

Advanced GitHub CLI utilities

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

Octoshark

Version Prerequisite License: MIT

Advanced GitHub CLI utilities

Table of contents

Installation

NPM

npm i oshark -g

Yarn

yarn global add oshark

Commands

Use the --help flag if you ever want to view more information about a command

oshark <command> --help

connect

Connects Octoshark to your GitHub account

oshark connect

protocol

Sets the connection protocol that should be used when interacting with repositories using git

oshark protocol "ssh"

status

Displays general information about Octoshark

oshark status

repo comb

Loops through your repositories and allows you to mark them for deletion/privatization

oshark repo comb

repo copy (cp)

Copies a repository

oshark repo cp "user/repo" "user/repo-copy"

repo create (c)

Crates a new repository

oshark repo c --name "my-awesome-repo" --description "Hello World!"

repo delete (rm)

Deletes a repository

oshark repo rm "user/my-awesome-repo"

secrets group create (c)

Creates a new local secret group

oshark secrets group c "shh"

secrets group delete (rm)

Deletes a local secret group

oshark secrets group rm "shh"

secrets group get

Retrieves a local secret group

oshark secrets group get "other-shh"

secrets group push (p)

Pushes a local secret group to an existing repository as an environment

oshark secrets group p "other-shh" "user/repo" "MY_ENV"

util generate (g)

Generates a file/directory from an existing template

oshark util g "gitignore"

License

MIT © Juan de Urtubey

Keywords

octoshark

FAQs

Package last updated on 25 Oct 2022

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