
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
@wpe-tkpd/kratos
Advanced tools
Kratos CLI by WPE Tokopedia
Install Kratos-CLI
$ pnpm i -g @wpe-tkpd/kratos
Install GH-CLI
# Install gh cli
$ brew install gh
# Login in GH-CLI
$ gh auth login
$ kratos login -c=YOUR_CONNECT_SID_COOKIE
$ kratos status
$ kratos create [tag_name] --service=[service] --env=[env] --branch=[branch/pr]
# OR
$ kratos create [tag_name] -s=[service] -e=[env] -b=[branch/pr]
Example:
$ kratos create some-tag-name --service=atreus --env=staging --branch=pr/123
Argument | Desc |
---|---|
tag_name | Kratos tag name |
Param | Alias | Desc |
---|---|---|
--service | -s | Your service name |
--env | -e | Environment: beta or staging |
--branch | -b | Branch name or PR number pr/123 |
$ kratos pull-request [title]
Example:
$ kratos pull-request "feat(atreus): something"
$ kratos pull-request [title] -s=[service] -e=[environment]
Example:
$ kratos pull-request "feat(atreus): something" -s=atreus -e=staging
$ kratos deploy [tag_name] [env]
$ kratos test [branch] [options]
Argument | Desc |
---|---|
branch | Branch name / PR number (pr/1234) |
Option | Desc |
---|---|
--coverage | Trigger code coverage collection |
Example:
$ kratos test -b=branchname
# OR with options
$ kratos test pr/1234 --coverage
$ kratos release [tag_name]
Example:
$ kratos release feature-thor-production
Copyright © 2020 by WPE Tokopedia
FAQs
Kratos CLI for WPE at Tokopedia
The npm package @wpe-tkpd/kratos receives a total of 17 weekly downloads. As such, @wpe-tkpd/kratos popularity was classified as not popular.
We found that @wpe-tkpd/kratos demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.