Skip to content

Commit

Permalink
chore: bump version and lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnikj committed Feb 8, 2023
1 parent de1d084 commit d937f27
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ USAGE
$ apify actor
```

_See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/actor/index.js)_
_See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/actor/index.js)_

## `apify actor:get-input`

Expand All @@ -295,7 +295,7 @@ USAGE
$ apify actor:get-input
```

_See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/actor/get-input.js)_
_See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/actor/get-input.js)_

## `apify actor:get-value KEY`

Expand All @@ -309,7 +309,7 @@ ARGUMENTS
KEY Key of the record in key-value store
```

_See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/actor/get-value.js)_
_See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/actor/get-value.js)_

## `apify actor:push-data [ITEM]`

Expand All @@ -330,7 +330,7 @@ DESCRIPTION
$ cat ./test.json | apify actor:push-data
```

_See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/actor/push-data.js)_
_See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/actor/push-data.js)_

## `apify actor:set-value KEY [VALUE]`

Expand Down Expand Up @@ -360,7 +360,7 @@ DESCRIPTION
$ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain
```

_See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/actor/set-value.js)_
_See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/actor/set-value.js)_

## `apify call [ACTID]`

Expand All @@ -385,7 +385,7 @@ DESCRIPTION
takes input for the actor from the default local key-value store by default.
```

_See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/call.js)_
_See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/call.js)_

## `apify create [ACTORNAME]`

Expand All @@ -407,7 +407,7 @@ OPTIONS
--skip-dependency-install Skip installing actor dependencies.
```

_See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/create.js)_
_See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/create.js)_

## `apify info`

Expand All @@ -421,7 +421,7 @@ DESCRIPTION
The information is printed to the console.
```

_See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/info.js)_
_See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/info.js)_

## `apify init [ACTORNAME]`

Expand All @@ -441,7 +441,7 @@ DESCRIPTION
WARNING: The directory at "storage" will be overwritten if it already exists.
```

_See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/init.js)_
_See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/init.js)_

## `apify login`

Expand All @@ -459,7 +459,7 @@ DESCRIPTION
"apify" commands. To log out, call "apify logout".
```

_See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/login.js)_
_See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/login.js)_

## `apify logout`

Expand All @@ -474,7 +474,7 @@ DESCRIPTION
call "apify login".
```

_See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/logout.js)_
_See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/logout.js)_

## `apify push [ACTORID]`

Expand Down Expand Up @@ -509,7 +509,7 @@ DESCRIPTION
WARNING: If the target actor already exists in your Apify account, it will be overwritten!
```

_See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/push.js)_
_See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/push.js)_

## `apify run`

Expand Down Expand Up @@ -539,7 +539,7 @@ DESCRIPTION
You can set up your own main file or environment variables by changing it.
```

_See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/run.js)_
_See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/run.js)_

## `apify secrets`

Expand Down Expand Up @@ -567,7 +567,7 @@ DESCRIPTION
of the actor.
```

_See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/secrets/index.js)_
_See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/secrets/index.js)_

## `apify secrets:add NAME VALUE`

Expand All @@ -585,7 +585,7 @@ DESCRIPTION
The secrets are stored to a file at ~/.apify
```

_See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/secrets/add.js)_
_See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/secrets/add.js)_

## `apify secrets:rm NAME`

Expand All @@ -599,7 +599,7 @@ ARGUMENTS
NAME Name of the secret
```

_See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/secrets/rm.js)_
_See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/secrets/rm.js)_

## `apify vis [PATH]`

Expand All @@ -623,5 +623,5 @@ DESCRIPTION
You can also pass any custom path to your input schema to have it validated instead.
```

_See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.14.0/src/commands/vis.js)_
_See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.14.1/src/commands/vis.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion oclif.manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-cli",
"version": "0.14.0",
"version": "0.14.1",
"description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion test/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const { ENV_VARS } = require('@apify/consts');
const { GLOBAL_CONFIGS_FOLDER, AUTH_FILE_PATH, LOCAL_CONFIG_PATH, EMPTY_LOCAL_CONFIG } = require('../../src/lib/consts');
const { rimrafPromised } = require('../../src/lib/files');
const { TEST_USER_TOKEN } = require('./config');
const { getLocalKeyValueStorePath, getLocalDatasetPath, getLocalRequestQueuePath, getLocalStorageDir } = require('../../src/lib/utils');
const { getLocalKeyValueStorePath, getLocalStorageDir } = require('../../src/lib/utils');
// const { getLocalKeyValueStorePath, getLocalDatasetPath, getLocalRequestQueuePath, getLocalStorageDir } = require('../../src/lib/utils');

const actName = 'my-act';

Expand Down

0 comments on commit d937f27

Please sign in to comment.