Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-05-09)

### Features

* initial release ([22ac6cf](22ac6cf))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 22ac6cf commit 22c9cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 76 deletions.
76 changes: 2 additions & 74 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ planqk-cli

<!-- usage -->
```sh-session
$ npm install -g planqk
$ npm install -g @anaqor/planqk
$ planqk COMMAND
running command...
$ planqk (--version)
planqk/1.1.0 darwin-arm64 node-v18.15.0
@anaqor/planqk/1.0.0 linux-x64 node-v16.16.0
$ planqk --help [COMMAND]
USAGE
$ planqk COMMAND
Expand All @@ -26,9 +26,6 @@ USAGE

<!-- commands -->
* [`planqk autocomplete [SHELL]`](#planqk-autocomplete-shell)
* [`planqk login`](#planqk-login)
* [`planqk logout`](#planqk-logout)
* [`planqk up`](#planqk-up)

## `planqk autocomplete [SHELL]`

Expand Down Expand Up @@ -58,73 +55,4 @@ EXAMPLES
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.1.9/src/commands/autocomplete/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](https://gitlab.com/StoneOne/planqk/planqk-cli/blob/v1.1.0/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](https://gitlab.com/StoneOne/planqk/planqk-cli/blob/v1.1.0/dist/commands/logout/index.ts)_

## `planqk up`

Creates and updates a PlanQK Service

```
USAGE
$ planqk up [--help] [-n <value>] [-d <value>] [-q NONE|IBM|DWAVE] [--file <value>] [--api-spec
<value>]
FLAGS
-d, --description=<value> The description of your PlanQK Service
-n, --name=<value> The name of your PlanQK Service
-q, --quantum-backend=<option> The quantum backend used by your PlanQK Service
<options: NONE|IBM|DWAVE>
--api-spec=<value> The OpenAPI definition file describing your service API
--file=<value> The ZIP archive containing your service source that follows the PlanQK user code
template
--help Show CLI help.
DESCRIPTION
Creates and updates a PlanQK Service
EXAMPLES
$ planqk up
```

_See code: [dist/commands/up/index.ts](https://gitlab.com/StoneOne/planqk/planqk-cli/blob/v1.0.0/dist/commands/up/index.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22c9cdf

Please sign in to comment.