Skip to content

Commit 8c6f24f

Browse files
authored
Merge branch 'master' into feat/fix-detection-of-python-projects-and-rewrite-project-detection
2 parents 9d856e7 + 30ce8ce commit 8c6f24f

9 files changed

Lines changed: 18 additions & 27 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Apify command-line interface (Apify CLI)
22

3-
<a href="https://www.npmjs.com/package/apify-cli"><img src="https://badge.fury.io/js/apify-cli.svg" alt="npm version" loading="lazy" style="display:inherit;" /></a>
4-
<a href="https://travis-ci.com/apify/apify-cli?branch=master"><img src="https://travis-ci.com/apify/apify-cli.svg?branch=master" loading="lazy" alt="Build Status" style="display:inherit;" /></a>
3+
[![NPM version](https://badge.fury.io/js/apify-cli.svg)](https://www.npmjs.com/package/apify-cli)
4+
[![GitHub workflow](https://github.com/apify/apify-cli/actions/workflows/check.yaml/badge.svg)](https://github.com/apify/apify-cli/actions/workflows/check.yaml)
55

66
Apify command-line interface (Apify CLI) helps you create, develop, build and run
77
[Apify Actors](https://www.apify.com/actors),

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Apify CLI
33
---
44

5-
<a href="https://www.npmjs.com/package/apify-cli"><img src="https://badge.fury.io/js/apify-cli.svg" alt="npm version" loading="lazy" /></a>
6-
<a href="https://travis-ci.com/apify/apify-cli?branch=master"><img src="https://travis-ci.com/apify/apify-cli.svg?branch=master" loading="lazy" alt="Build Status" /></a>
7-
85
Apify command-line interface (Apify CLI) helps you create, develop, build and run
96
[Apify Actors](https://apify.com/actors),
107
and manage the Apify cloud platform from any computer.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
},
168168
"volta": {
169169
"node": "22.14.0",
170-
"yarn": "4.8.1"
170+
"yarn": "4.9.0"
171171
},
172-
"packageManager": "yarn@4.8.1",
172+
"packageManager": "yarn@4.9.0",
173173
"lint-staged": {
174174
"*": "biome format --write --no-errors-on-unmatched",
175175
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"rimraf": "^6.0.0"
2727
},
2828
"dependencies": {
29-
"@apify/docs-theme": "^1.0.171",
29+
"@apify/docs-theme": "^1.0.172",
3030
"@docusaurus/core": "^3.5.2",
3131
"@docusaurus/plugin-client-redirects": "^3.5.2",
3232
"@docusaurus/preset-classic": "^3.5.2",
@@ -40,7 +40,7 @@
4040
},
4141
"volta": {
4242
"node": "22.14.0",
43-
"yarn": "4.8.1"
43+
"yarn": "4.9.0"
4444
},
45-
"packageManager": "yarn@4.8.1"
45+
"packageManager": "yarn@4.9.0"
4646
}

website/src/pages/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ export default function Home() {
6262
<div className="row padding-horiz--md" >
6363
<div className="col col--6">
6464
<p style={{ lineHeight: '200%' }}>
65-
Apify actors are cloud programs that can perform arbitrary web scraping,
65+
Apify Actors are cloud programs that can perform arbitrary web scraping,
6666
automation, or data processing job. They accept input, perform their job and generate output.
6767
</p>
6868
<p style={{ lineHeight: '200%' }}>
69-
While you can develop actors in an online IDE in <a href="https://console.apify.com/">Apify Console</a>, for
70-
larger projects, it is more convenient to develop actors locally on your computer
71-
using <a href="https://docs.apify.com/sdk/js/">Apify SDK</a> and only push the actors
69+
While you can develop Actors in an online IDE in <a href="https://console.apify.com/">Apify Console</a>, for
70+
larger projects, it is more convenient to develop Actors locally on your computer
71+
using <a href="https://docs.apify.com/sdk/js/">Apify SDK</a> and only push the Actors
7272
to the Apify platform during deployment. This is where the Apify CLI comes in to allow you to quickly develop
7373
locally and then deploy to the cloud with a single command.
7474
</p>
7575
</div>
7676
<div className="col col--6">
77-
<CodeBlock language='bash'>{`# Create your first actor
77+
<CodeBlock language='bash'>{`# Create your first Actor
7878
apify create my-actor
7979
8080
# Go into the project directory

website/versioned_docs/version-0.20/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Apify CLI
33
---
44

5-
<a href="https://www.npmjs.com/package/apify-cli"><img src="https://badge.fury.io/js/apify-cli.svg" alt="npm version" loading="lazy" /></a>
6-
<a href="https://travis-ci.com/apify/apify-cli?branch=master"><img src="https://travis-ci.com/apify/apify-cli.svg?branch=master" loading="lazy" alt="Build Status" /></a>
7-
85
Apify command-line interface (Apify CLI) helps you create, develop, build and run
96
[Apify Actors](https://apify.com/actors),
107
and manage the Apify cloud platform from any computer.

website/versioned_docs/version-0.21/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Apify CLI
33
---
44

5-
<a href="https://www.npmjs.com/package/apify-cli"><img src="https://badge.fury.io/js/apify-cli.svg" alt="npm version" loading="lazy" /></a>
6-
<a href="https://travis-ci.com/apify/apify-cli?branch=master"><img src="https://travis-ci.com/apify/apify-cli.svg?branch=master" loading="lazy" alt="Build Status" /></a>
7-
85
Apify command-line interface (Apify CLI) helps you create, develop, build and run
96
[Apify Actors](https://apify.com/actors),
107
and manage the Apify cloud platform from any computer.

website/versioned_docs/version-0.21/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Apify CLI Reference Documentation
33
sidebar_label: Command reference
4-
toc_max_heading_level: 4
4+
toc_max_heading_level: 5
55
---
66

77
The Apify CLI provides tools for managing your Apify projects and resources from the command line. Use these commands to develop Actors locally, deploy them to Apify platform, manage storage, orchestrate runs, and handle account configuration.

website/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ __metadata:
442442
languageName: node
443443
linkType: hard
444444

445-
"@apify/docs-theme@npm:^1.0.171":
446-
version: 1.0.171
447-
resolution: "@apify/docs-theme@npm:1.0.171"
445+
"@apify/docs-theme@npm:^1.0.172":
446+
version: 1.0.172
447+
resolution: "@apify/docs-theme@npm:1.0.172"
448448
dependencies:
449449
"@apify/docs-search-modal": "npm:^1.2.0"
450450
"@docusaurus/theme-common": "npm:3.7.0"
@@ -464,7 +464,7 @@ __metadata:
464464
clsx: "*"
465465
react: "*"
466466
react-dom: "*"
467-
checksum: 10c0/fa17c0ac9f225adc3ab17d85ab20edc94a1c7477b0adf0feccda7d225667592f18c63c63900172c4acbfae06776d7df064e9dcf75161fb0e66f0b1d7414c160a
467+
checksum: 10c0/8d2b56c6753cba7904a5440c2691c0706de128f9eb99a8aa2b9fa16485a0e5979fdc5b91de50e9e9e83e8161b76abae46a1cb07de9af140cd8f4914dc8e64d86
468468
languageName: node
469469
linkType: hard
470470

@@ -13311,7 +13311,7 @@ __metadata:
1331113311
version: 0.0.0-use.local
1331213312
resolution: "root-workspace-0b6124@workspace:."
1331313313
dependencies:
13314-
"@apify/docs-theme": "npm:^1.0.171"
13314+
"@apify/docs-theme": "npm:^1.0.172"
1331513315
"@apify/eslint-config-ts": "npm:^0.4.0"
1331613316
"@apify/tsconfig": "npm:^0.1.0"
1331713317
"@docusaurus/core": "npm:^3.5.2"

0 commit comments

Comments
 (0)