
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@anaqor/planqk
Advanced tools
$ npm install -g @anaqor/planqk
$ planqk COMMAND
running command...
$ planqk (--version)
@anaqor/planqk/1.1.0 linux-x64 node-v16.16.0
$ planqk --help [COMMAND]
USAGE
$ planqk COMMAND
...
planqk autocomplete [SHELL]
planqk config
planqk config:get-context
planqk config:set-context
planqk init
planqk login
planqk logout
planqk run
planqk services
planqk up
planqk autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ planqk autocomplete [SHELL] [-r]
ARGUMENTS
SHELL shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
display autocomplete installation instructions
EXAMPLES
$ planqk autocomplete
$ planqk autocomplete bash
$ planqk autocomplete zsh
$ planqk autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
planqk config
USAGE
$ planqk config
EXAMPLES
$ planqk config get-context
See code: dist/commands/config/index.ts
planqk config:get-context
Get the current context
USAGE
$ planqk config:get-context
DESCRIPTION
Get the current context
EXAMPLES
$ planqk config:get-context
See code: dist/commands/config/get-context.ts
planqk config:set-context
Set the current context
USAGE
$ planqk config:set-context
DESCRIPTION
Set the current context
EXAMPLES
$ planqk config:set-context
See code: dist/commands/config/set-context.ts
planqk init
Initialize a PlanQK project.
USAGE
$ planqk init
DESCRIPTION
Initialize a PlanQK project.
EXAMPLES
$ planqk init
See code: dist/commands/init/index.ts
planqk login
Login with your PlanQK Platform credentials
USAGE
$ planqk login [--help] [-t <value>]
FLAGS
-t, --token=<value> Your personal access token
--help Show CLI help.
DESCRIPTION
Login with your PlanQK Platform credentials
EXAMPLES
$ planqk login -t <personal access token>
See code: dist/commands/login/index.ts
planqk logout
Logout of the PlanQK Platform
USAGE
$ planqk logout [--help]
FLAGS
--help Show CLI help.
DESCRIPTION
Logout of the PlanQK Platform
EXAMPLES
$ planqk logout
See code: dist/commands/logout/index.ts
planqk run
Creates a job execution of a PlanQK Service
USAGE
$ planqk run [-d <value>] [-p <value>] [--dataFile <value>] [--paramsFile <value>] [--detached]
FLAGS
-d, --data=<value> Input data as JSON string.
-p, --params=<value> Input data as JSON string.
--dataFile=<value> Relative path to file containing input data.
--detached Executes the job in detached mode, i.e., without waiting for it to finish.
--paramsFile=<value> Relative path to file containing params.
DESCRIPTION
Creates a job execution of a PlanQK Service
EXAMPLES
$ planqk run
$ planqk run --detached
$ planqk run -d "{"values": [10,12]}" -p "{"round_up": true}"
$ planqk run --data-file=./input/dataV2.json --params-file=./input/paramsV2.json
See code: dist/commands/run/index.ts
planqk services
List all available services
USAGE
$ planqk services
DESCRIPTION
List all available services
EXAMPLES
$ planqk services
See code: dist/commands/services/index.ts
planqk up
Creates and updates a PlanQK Service
USAGE
$ planqk up
DESCRIPTION
Creates and updates a PlanQK Service
EXAMPLES
$ planqk up
See code: dist/commands/up/index.ts
FAQs
PlanQK Platform CLI
The npm package @anaqor/planqk receives a total of 1 weekly downloads. As such, @anaqor/planqk popularity was classified as not popular.
We found that @anaqor/planqk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.