Replies: 5 comments 2 replies
-
Pedro,
I believe that I've resolved the issue.
Please re-run `dart pub global activate onepub`
This should install onepub 3.0.1 which has a fix for the issue.
Let me know if you have any issues.
Thanks for your patience.
Brett
…On Fri, Dec 9, 2022 at 11:43 PM Pedro Luz ***@***.***> wrote:
Hi, I find the documentation for the CI section extremely confusing.
I need to access a private package that is on onepub. has been published
and is available to install. but on the CI pipeline is not downloading due
to permission.
What I'm doing currently before the instalation of packages is:
dart pub global activate onepub
onepub import
My question are:
- this supose to work when I'm on the free plan?
- does this needs the Pro plan to have the Restricted CI/CD account,
whataver that means?
- is there something else I need to have there on the command?
PS: already have ONEPUB_TOKEN added to env.
PS, part 2: I'm using Codemagic for the CI.
thanks
—
Reply to this email directly, view it on GitHub
<#226>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OGW2YPGN7UN4NTM4JDWMMSQPANCNFSM6AAAAAASZJX66Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A few other points for clairty.
Yes you need at least the Pro plan to use a CI/CD account.
However you don't need to use a CI/CD account, you can use your own account.
The idea behind a CI/CD account is that you can have a dedicated account
that is only used for CI/CD.
It has restricted access (can run dart pub get but not dart pub publish).
I will review the doco to see if I can make this clearer.
Brett
…On Sat, Dec 10, 2022 at 7:09 PM Brett Sutton ***@***.***> wrote:
Pedro,
I believe that I've resolved the issue.
Please re-run `dart pub global activate onepub`
This should install onepub 3.0.1 which has a fix for the issue.
Let me know if you have any issues.
Thanks for your patience.
Brett
On Fri, Dec 9, 2022 at 11:43 PM Pedro Luz ***@***.***>
wrote:
> Hi, I find the documentation for the CI section extremely confusing.
>
> I need to access a private package that is on onepub. has been published
> and is available to install. but on the CI pipeline is not downloading due
> to permission.
>
> What I'm doing currently before the instalation of packages is:
>
> dart pub global activate onepub
> onepub import
>
> My question are:
>
> - this supose to work when I'm on the free plan?
> - does this needs the Pro plan to have the Restricted CI/CD account,
> whataver that means?
> - is there something else I need to have there on the command?
>
> PS: already have ONEPUB_TOKEN added to env.
> PS, part 2: I'm using Codemagic for the CI.
>
> thanks
>
> —
> Reply to this email directly, view it on GitHub
> <#226>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAG32OGW2YPGN7UN4NTM4JDWMMSQPANCNFSM6AAAAAASZJX66Q>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
thanks it looks like is working through the CI pipeline.
Thank u very much :)
Pedro Luz
Software Engineer
https://pedromsluz.com
https://twitter.com/narven
…On 10 Dec 2022 at 08:10 +0000, Brett Sutton ***@***.***>, wrote:
Pedro,
I believe that I've resolved the issue.
Please re-run `dart pub global activate onepub`
This should install onepub 3.0.1 which has a fix for the issue.
Let me know if you have any issues.
Thanks for your patience.
Brett
On Fri, Dec 9, 2022 at 11:43 PM Pedro Luz ***@***.***> wrote:
> Hi, I find the documentation for the CI section extremely confusing.
>
> I need to access a private package that is on onepub. has been published
> and is available to install. but on the CI pipeline is not downloading due
> to permission.
>
> What I'm doing currently before the instalation of packages is:
>
> dart pub global activate onepub
> onepub import
>
> My question are:
>
> - this supose to work when I'm on the free plan?
> - does this needs the Pro plan to have the Restricted CI/CD account,
> whataver that means?
> - is there something else I need to have there on the command?
>
> PS: already have ONEPUB_TOKEN added to env.
> PS, part 2: I'm using Codemagic for the CI.
>
> thanks
>
> —
> Reply to this email directly, view it on GitHub
> <#226>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAG32OGW2YPGN7UN4NTM4JDWMMSQPANCNFSM6AAAAAASZJX66Q>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Good to hear
Can I ask what you think of the onepub pricing?
…On Sat, 10 Dec 2022, 11:58 pm Pedro Luz, ***@***.***> wrote:
Hi,
thanks it looks like is working through the CI pipeline.
Thank u very much :)
Pedro Luz
Software Engineer
https://pedromsluz.com
https://twitter.com/narven
On 10 Dec 2022 at 08:10 +0000, Brett Sutton ***@***.***>, wrote:
> Pedro,
> I believe that I've resolved the issue.
>
> Please re-run `dart pub global activate onepub`
> This should install onepub 3.0.1 which has a fix for the issue.
>
> Let me know if you have any issues.
>
> Thanks for your patience.
>
> Brett
>
> On Fri, Dec 9, 2022 at 11:43 PM Pedro Luz ***@***.***> wrote:
>
> > Hi, I find the documentation for the CI section extremely confusing.
> >
> > I need to access a private package that is on onepub. has been
published
> > and is available to install. but on the CI pipeline is not downloading
due
> > to permission.
> >
> > What I'm doing currently before the instalation of packages is:
> >
> > dart pub global activate onepub
> > onepub import
> >
> > My question are:
> >
> > - this supose to work when I'm on the free plan?
> > - does this needs the Pro plan to have the Restricted CI/CD account,
> > whataver that means?
> > - is there something else I need to have there on the command?
> >
> > PS: already have ONEPUB_TOKEN added to env.
> > PS, part 2: I'm using Codemagic for the CI.
> >
> > thanks
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <#226>, or unsubscribe
> > <
https://github.com/notifications/unsubscribe-auth/AAG32OGW2YPGN7UN4NTM4JDWMMSQPANCNFSM6AAAAAASZJX66Q
>
> > .
> > You are receiving this because you are subscribed to this
thread.Message
> > ID: ***@***.***>
> >
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OHEIRLWXXLXEKSGWVTWMR47VANCNFSM6AAAAAASZJX66Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Appreciate the feed back
…On Tue, 20 Dec 2022, 7:46 am Pedro Luz, ***@***.***> wrote:
I think is a good pricing, has nice balance between features/price.
—
Reply to this email directly, view it on GitHub
<#226 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OHGT45GLEPFNOV4HMTWODCRPANCNFSM6AAAAAASZJX66Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I find the documentation for the CI section extremely confusing.
I need to access a private package that is on onepub. has been published and is available to install. but on the CI pipeline is not downloading due to permission.
What I'm doing currently before the instalation of packages is:
My question are:
Restricted CI/CD account
, whataver that means?PS: already have ONEPUB_TOKEN added to env.
PS, part 2: I'm using Codemagic for the CI.
thanks
Beta Was this translation helpful? Give feedback.
All reactions