Skip to content

Commit

Permalink
adjusted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich authored Mar 14, 2022
1 parent 6da1e41 commit 4572f75
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pull/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Remote Provider Pull

The `pull` addon was recently a core command but has been pulled out due as it is sometimes
quicker to get updates to just the addon as opposed to the whole platform.
The `pull` addon was recently a core command but has moved to an addon command.

`fin pull` command allows you to easily bring your assets: db, files, and code from your hosting environment
down to your local environment without manually running through the steps.
Expand All @@ -16,27 +15,27 @@ fin addon install --global pull

### Acquia

To interact with Acquia through Drush, the `SECRET_ACQUIA_CLI_SECRET` and
To interact with Acquia through the Acquia CLI, the `SECRET_ACQUIA_CLI_SECRET` and
`SECRET_ACQUIA_CLI_KEY` are required. Additionally, access to the Acquia Cloud API
is required. If access is not allowed, fallback to using the [Drush](https://docs.docksal.io/fin/fin-pull/#drupal-drush) method.

More information on working with [Docksal with Acquia Drush](https://docs.docksal.io/tools/acquia-drush).
More information on working with [Acquia CLI in Docksal](https://docs.docksal.io/tools/acquia-drush).

### Pantheon

Interacting with Pantheon requires that the `SECRET_TERMINUS_TOKEN`
is set. More information on [generating tokens](https://pantheon.io/docs/machine-tokens/)
can be found in Pantheon's documentation.

More information on working with [Docksal with Pantheon](https://docs.docksal.io/tools/terminus).
More information on working with [Pantheon in Docksal](https://docs.docksal.io/tools/terminus).

### Platform.sh

Interacting with Platform.sh requires that the `SECRET_PLATFORMSH_CLI_TOKEN`
is set. For more information on [creating CLI tokens](https://docs.platform.sh/gettingstarted/cli/api-tokens.html)
for use with the Platform.sh CLI tool, consult with Platform's documentation.

More information on working with [Docksal with Platform.sh](https://docs.docksal.io/tools/platformsh).
More information on working with [Platform.sh in Docksal](https://docs.docksal.io/tools/platformsh).

### Drupal / Drush

Expand Down Expand Up @@ -84,7 +83,7 @@ Example of what `wp-cli.yml` would look like:
url: http://example.com
```
More information on working with [Docksal and WP-CLI](https://docs.docksal.io/tools/wp-cli).
More information on working with [WP-CLI in Docksal](https://docs.docksal.io/tools/wp-cli).
## Initializing Project
Expand Down

0 comments on commit 4572f75

Please sign in to comment.