Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin Mihalache committed Mar 25, 2021
1 parent 6b5c166 commit 1505952
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @ionos-cloud/codex
$ codex COMMAND
running command...
$ codex (-v|--version|version)
@ionos-cloud/codex/2.1.1 darwin-x64 node-v14.15.4
@ionos-cloud/codex/2.1.2 darwin-x64 node-v14.15.4
$ codex --help [COMMAND]
USAGE
$ codex COMMAND
Expand Down Expand Up @@ -56,7 +56,7 @@ OPTIONS
-m, --message=message
```

_See code: [src/commands/commit.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/commit.ts)_
_See code: [src/commands/commit.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/commit.ts)_

## `codex compile`

Expand All @@ -73,7 +73,7 @@ OPTIONS
-v, --version=version [default: 5]
```

_See code: [src/commands/compile.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/compile.ts)_
_See code: [src/commands/compile.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/compile.ts)_

## `codex config [PATH] [VALUE]`

Expand All @@ -97,7 +97,7 @@ EXAMPLES
$ codex config foo.bar value
```

_See code: [src/commands/config.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/config.ts)_

## `codex diff FILE1 FILE2`

Expand All @@ -115,7 +115,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/diff.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/diff.ts)_
_See code: [src/commands/diff.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/diff.ts)_

## `codex edit`

Expand All @@ -134,7 +134,7 @@ OPTIONS
-v, --version=version [default: 5]
```

_See code: [src/commands/edit.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/edit.ts)_
_See code: [src/commands/edit.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/edit.ts)_

## `codex help [COMMAND]`

Expand Down Expand Up @@ -171,7 +171,7 @@ EXAMPLE
$ codex init
```

_See code: [src/commands/init.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/init.ts)_

## `codex lock`

Expand All @@ -189,7 +189,7 @@ EXAMPLE
$ codex lock
```

_See code: [src/commands/lock.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/lock.ts)_
_See code: [src/commands/lock.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/lock.ts)_

## `codex login`

Expand All @@ -209,7 +209,7 @@ EXAMPLE
$ codex login
```

_See code: [src/commands/login.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/login.ts)_

## `codex normalize FILE`

Expand All @@ -227,28 +227,28 @@ OPTIONS
-i, --indent=indent [default: 2]
```

_See code: [src/commands/normalize.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/normalize.ts)_
_See code: [src/commands/normalize.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/normalize.ts)_

## `codex patch`

list or remove patches or edit their description
list, remove or display patches or edit their description

```
USAGE
$ codex patch
OPTIONS
-d, --debug
-g, --get=get
-g, --get=get display the contents of the specified patch
-h, --help show CLI help
-l, --list
-l, --list list all the patches
-m, --message=message
-n, --number=number patch to set message for; defaults to last patch
-r, --rm=rm
-r, --rm=rm remove the specified patch
-v, --version=version [default: 5]
```

_See code: [src/commands/patch.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/patch.ts)_
_See code: [src/commands/patch.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/patch.ts)_

## `codex sdk-changes`

Expand All @@ -267,7 +267,7 @@ EXAMPLE
$ codex sdk-changes
```

_See code: [src/commands/sdk-changes.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/sdk-changes.ts)_
_See code: [src/commands/sdk-changes.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/sdk-changes.ts)_

## `codex status`

Expand All @@ -287,7 +287,7 @@ EXAMPLE
$ codex status
```

_See code: [src/commands/status.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/status.ts)_
_See code: [src/commands/status.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/status.ts)_

## `codex unlock`

Expand All @@ -305,7 +305,7 @@ EXAMPLE
$ codex unlock
```

_See code: [src/commands/unlock.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/unlock.ts)_
_See code: [src/commands/unlock.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/unlock.ts)_

## `codex update`

Expand All @@ -325,5 +325,5 @@ OPTIONS
--vdc-host=vdc-host vdc host
```

_See code: [src/commands/update.ts](https://github.com/ionos-cloud/codex/blob/v2.1.1/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/ionos-cloud/codex/blob/v2.1.2/src/commands/update.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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ionos-cloud/codex",
"description": "VDC & SDK swagger management tool",
"version": "2.1.1",
"version": "2.1.2",
"author": "Florin Mihalache",
"bin": {
"codex": "bin/run"
Expand Down

0 comments on commit 1505952

Please sign in to comment.