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

branch prerelease 29-09-2021 #314

Closed
wants to merge 10 commits into from
Closed

branch prerelease 29-09-2021 #314

wants to merge 10 commits into from

Conversation

shazron
Copy link
Member

@shazron shazron commented Sep 29, 2021

⚠️ This PR is not to be merged ⚠️

Plugins Updated

This is just a staging area for a prerelease containing the @next tag versions for these plugins:

  1. adobe/aio-cli-plugin-app
  2. adobe/aio-cli-plugin-runtime
  3. adobe/aio-cli-plugin-console
  4. adobe/aio-cli-plugin-info
  5. adobe/aio-cli-plugin-auth

Features

  1. Log Forwarding Commands in the Runtime plugin
  2. Proxy support in App, Console, Auth, and Runtime Plugins
  3. Refactoring of adobe/generator-aio-console into a lib adobe/aio-cli-lib-console
  4. Proxy info in Info Plugin

Installation

To install the pre-release, run:

npm install -g adobe/aio-cli#branch-prerelease

CLI binary name

The aio-cli binary for the pre-release is aio-next: 👈

aio-next --version
aio-next info
aio-next runtime:namespace:log-forwarding --help
aio-next app --help
aio-next console --help

Log Forwarding

See:

aio-next runtime:namespace:log-forwarding --help

Proxy Support

Set these environment variables, to use proxies (case sensitive):

  1. HTTP_PROXY
  2. HTTPS_PROXY

The appropriate proxy will be used to proxy http/https urls respectively.

If your proxy requires basic authentication, embed the username and password in the url itself. For example, if your server is https://example.com and username is user and password is password, the url should look like this:

https://user:password@example.com

If your username or password contains non-alphanumeric characters, they must be url-encoded.

You can verify if you set the proxy info properly by running:

aio-next info

@codecov
Copy link

codecov bot commented Sep 29, 2021

Codecov Report

Merging #314 (50ab913) into master (7820702) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #314   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          240       240           
  Branches        43        43           
=========================================
  Hits           240       240           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7820702...50ab913. Read the comment docs.

@purplecabbage
Copy link
Member

Can we clean this up?

@shazron shazron closed this Mar 4, 2022
@purplecabbage purplecabbage deleted the branch-prerelease branch September 7, 2022 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants