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

Missing parameters for snapshot action in fastlane #37

Closed
carlosefonseca opened this issue Feb 9, 2015 · 5 comments
Closed

Missing parameters for snapshot action in fastlane #37

carlosefonseca opened this issue Feb 9, 2015 · 5 comments

Comments

@carlosefonseca
Copy link
Contributor

Hi!

I can't seem to find a way to tell snapshot which Snapfile to use inside a lane, like $ snapshot --snapfile Snapfile1
After looking at the action code, I think there is no way to do it. I'm tempted to try the sh action to do it.
Using a environment var would work too.

EDIT: sh works 😀

@KrauseFx
Copy link
Member

Yah, I'm not yet 100% happy with the differences between the CLI of the individual tools and the fastlane integration.

Might need something like:

snapshot({
  snapfile: "SpecialSnapfile",
  option: 123
})

@KrauseFx KrauseFx changed the title Defining the Snapfile for snapshot Missing parameters for snapshot action in fastlane Feb 10, 2015
@joshdholtz
Copy link
Member

@carlosefonseca Just checking in to see if this issue is resolved for you. Felt like doing some issue house cleaning tonight 😇

@KrauseFx
Copy link
Member

KrauseFx commented Mar 4, 2015

I don't think this is resolved, since the snapshot actions in fastlane still doesn't allow passing of parameters, right?

But yah, this really is related to #45

@carlosefonseca
Copy link
Contributor Author

If you want you can close this and keep everything on #45.

@KrauseFx
Copy link
Member

KrauseFx commented Mar 4, 2015

Probably makes sense, thanks 👍

@KrauseFx KrauseFx closed this as completed Mar 4, 2015
KrauseFx pushed a commit that referenced this issue Mar 7, 2016
Change KrauseFx references to fastlane
KrauseFx pushed a commit that referenced this issue Mar 7, 2016
Add newline at the end of the Fastfile
@fastlane fastlane locked and limited conversation to collaborators Sep 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants