planqk-cli
Usage
$ npm install -g @anaqor/planqk
$ planqk COMMAND
running command...
$ planqk (--version)
@anaqor/planqk/1.0.1 linux-x64 node-v16.16.0
$ planqk --help [COMMAND]
USAGE
$ planqk COMMAND
...
Commands
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 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 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