Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
clever-tools
Advanced tools
Command Line Interface for Clever Cloud.
npm install -g clever-tools
# Install completion scripts
install-clever-completion
To use clever-tools
, you have to login.
clever login
It will open a page in your browser. Copy the provided token
and secret
codes in the CLI.
clever create <name> --type <type> \
[-region <region>] \
[-orga <organisation>] \
[-alias <alias>]
Where type
is one of:
apache+php54
: for PHP applicationsapache+php55
: for PHP applicationsdocker
: for Docker-based applicationsgo
: for Go applicationsjava+maven
: for standalone java applicationsjava+play1
: for Play1 applicationsjava+war
: for java applications deployed in an application servernode
: for node.js applicationspython27
: for python27 applicationsruby
: for ruby applicationssbt
: for applications build with SBT (java, scala, Play2)static
: for static (HTML only) websitesWhere region is one of:
par
(for Paris)mtl
(for Montreal)--organisation
allows you to chose the organisation in which your app is
created.
--alias
allows you to deploy your application several times on Clever Cloud
(eg: production, testing, …)
clever link <APP-ID> [--alias <alias>]
Where APP-ID
is the name or id of your application (application_name
or
organisation_name/application_name
).
clever deploy [--alias <alias>]
--alias
allows you to deploy your application several times on Clever Cloud
(eg: production, testing, …)
clever status [--alias <alias>]
cd node_project
clever login
clever create "Node.js application" -t node -r mtl
clever deploy
0.3.1 (2015-09-23)
FAQs
Command Line Interface for Clever Cloud.
The npm package clever-tools receives a total of 1,652 weekly downloads. As such, clever-tools popularity was classified as popular.
We found that clever-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.