Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pager to the list command #732

Open
wants to merge 561 commits into
base: development
Choose a base branch
from

Conversation

pjcdawkins
Copy link
Collaborator

No description provided.

pjcdawkins and others added 28 commits February 1, 2021 14:52
Useful for a dev/automatic release system that does not know its own hostname during build
Bumps [drush/drush](https://github.com/drush-ops/drush) from 8.4.5 to 8.4.6.
- [Release notes](https://github.com/drush-ops/drush/releases)
- [Commits](drush-ops/drush@8.4.5...8.4.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This works around the ValueError, "Cannot cast a filtered stream on this system"
Including mount:size and mount:list
* Fix proxy settings in Api service

* Use the environment variable directly for Guzzle

* Borrow Guzzle's detection logic for https_proxy and http_proxy

* Transform the proxy URL for non-curl

* Clarify comment
…oken

installer: support using a GitHub token to download assets
Bumps [drush/drush](https://github.com/drush-ops/drush) from 8.4.6 to 8.4.8.
- [Release notes](https://github.com/drush-ops/drush/releases)
- [Commits](drush-ops/drush@8.4.6...8.4.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pjcdawkins pjcdawkins force-pushed the list-use-pager branch 4 times, most recently from 6c99b62 to 87f71ad Compare May 13, 2022 08:44
pjcdawkins and others added 2 commits May 13, 2022 09:53
Pagination can be disabled using an environment variable:

    export PLATFORMSH_CLI_PAGINATION_ENABLED=0

or by adding the following to `$HOME/.platformsh/config.yaml`:

    pagination:
      enabled: false

This only applies to the `projects` (`project:list`) command, but more commands
may be affected in future.
@pjcdawkins pjcdawkins force-pushed the list-use-pager branch 2 times, most recently from cd5ab83 to 1c45496 Compare May 13, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants