Skip to content

Commit 6dca236

Browse files
authored
docs: Rename Ionic Appflow to Appflow (#4734)
1 parent e13a4c5 commit 6dca236

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/@ionic/cli/src/commands/deploy/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class BuildCommand extends Command {
4848
groups: [MetadataGroup.PAID],
4949
summary: 'Create a deploy build on Appflow',
5050
description: `
51-
This command creates a deploy build on Ionic Appflow. While the build is running, it prints the remote build log to the terminal. If the build is successful, it downloads the created web build zip file in the current directory. Downloading build artifacts can be skipped by supplying the flag ${input('skip-download')}.
51+
This command creates a deploy build on Appflow. While the build is running, it prints the remote build log to the terminal. If the build is successful, it downloads the created web build zip file in the current directory. Downloading build artifacts can be skipped by supplying the flag ${input('skip-download')}.
5252
5353
Apart from ${input('--commit')}, every option can be specified using the full name setup within the Appflow Dashboard[^dashboard].
5454

packages/@ionic/cli/src/commands/git/remote.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export class GitRemoteCommand extends Command {
1313
name: 'remote',
1414
type: 'project',
1515
groups: [MetadataGroup.PAID],
16-
summary: 'Adds/updates the Ionic Appflow git remote to your local Ionic app',
16+
summary: 'Adds/updates the Appflow git remote to your local Ionic app',
1717
description: `
18-
This command is used by ${input('ionic link')} when Ionic Appflow is used as the git host.
18+
This command is used by ${input('ionic link')} when Appflow is used as the git host.
1919
2020
${input('ionic git remote')} will check the local repository for whether or not the git remote is properly set up. This command operates on the ${strong('ionic')} remote. For advanced configuration, see ${strong('Settings')} => ${strong('Git')} in the app settings of the Dashboard[^dashboard].
2121
`,

packages/@ionic/cli/src/commands/link.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ export class LinkCommand extends Command implements CommandPreRun {
3737
groups: [MetadataGroup.PAID],
3838
summary: 'Connect local apps to Ionic',
3939
description: `
40-
Link apps on Ionic Appflow to local Ionic projects with this command.
40+
Link apps on Appflow to local Ionic projects with this command.
4141
42-
If the ${input('id')} argument is excluded, this command will prompt you to select an app from Ionic Appflow.
42+
If the ${input('id')} argument is excluded, this command will prompt you to select an app from Appflow.
4343
44-
Ionic Appflow uses a git-based workflow to manage app updates. During the linking process, select ${strong('GitHub')} (recommended) or ${strong('Ionic Appflow')} as a git host. See our documentation[^appflow-git-basics] for more information.
44+
Appflow uses a git-based workflow to manage app updates. During the linking process, select ${strong('GitHub')} (recommended) or ${strong('Appflow')} as a git host. See our documentation[^appflow-git-basics] for more information.
4545
4646
Ultimately, this command sets the ${strong('id')} property in ${strong(prettyPath(projectFile))}, which marks this app as linked.
4747
@@ -62,7 +62,7 @@ If you are having issues linking, please get in touch with our Support[^support-
6262
inputs: [
6363
{
6464
name: 'id',
65-
summary: `The Ionic Appflow ID of the app to link (e.g. ${input('a1b2c3d4')})`,
65+
summary: `The Appflow ID of the app to link (e.g. ${input('a1b2c3d4')})`,
6666
},
6767
],
6868
options: [

packages/@ionic/cli/src/commands/package/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class BuildCommand extends Command {
7171
groups: [MetadataGroup.PAID],
7272
summary: 'Create a package build on Appflow',
7373
description: `
74-
This command creates a package build on Ionic Appflow. While the build is running, it prints the remote build log to the terminal. If the build is successful, it downloads the created app package file in the current directory. Downloading build artifacts can be skipped by supplying the flag ${input('skip-download')}.
74+
This command creates a package build on Appflow. While the build is running, it prints the remote build log to the terminal. If the build is successful, it downloads the created app package file in the current directory. Downloading build artifacts can be skipped by supplying the flag ${input('skip-download')}.
7575
7676
Apart from ${input('--commit')}, every option can be specified using the full name setup within the Dashboard[^dashboard].
7777

packages/@ionic/cli/src/commands/package/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class DeployCommand extends Command {
5252
groups: [MetadataGroup.PAID],
5353
summary: 'Deploys a binary to a destination, such as an app store using Appflow',
5454
description: `
55-
This command deploys a binary to a destination using Ionic Appflow. While running, the remote log is printed to the terminal.
55+
This command deploys a binary to a destination using Appflow. While running, the remote log is printed to the terminal.
5656
5757
The command takes two parameters: the numeric ID of the package build that previously created the binary and the name of the destination where the binary is going to be deployed.
5858
Both can be retrieved from the Dashboard[^dashboard].

0 commit comments

Comments
 (0)