You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds (or updates) a recipe describing how to build and upload a specific variant of the app.
USAGE: waldo add [--upload_token <t>] [--verbose] <recipe-name>
ARGUMENTS:
<recipe-name> The name of the recipe to add.
OPTIONS:
--upload_token <t> The upload token associated with your app.
--verbose Display extra verbiage.
Actions
If an upload token is specified:
Queries the backend for metadata associated with the upload token (viz., name and platform for the associated application).
Otherwise:
Launches a special request on the user’s default web browser via open <url>.
Once the user has authenticated with Waldo, a web socket connection returns a list of all Waldo applications the user has access to. This list includes the name, platform, and upload token for each application.
If there is more than one application returned, the user is prompted to choose one.
If the app project can generate more than one build variant, the user is prompted to choose one. (Depending on the build tool, this may require multiple prompts. Build variants already handled by defined recipes should be filtered out.)
The shared data (i.e., .waldo/config.yml) is updated to reflect the new (or updated) recipe.
The text was updated successfully, but these errors were encountered:
waldo add
Adds (or updates) a recipe describing how to build and upload a specific variant of the app.
Actions
open <url>
..waldo/config.yml
) is updated to reflect the new (or updated) recipe.The text was updated successfully, but these errors were encountered: