ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
173 stars 17 forks source link

Bug: `asc profiles create` subcommand is not implemented and causes fatal error #200

Closed csjones closed 4 years ago

csjones commented 4 years ago

🌎 Environment

💬 Description

Running the profiles subcommand create causes a fatal error.

🦶 Reproduction Steps

Steps to reproduce the behavior, provide an example of the command line issued:

  1. From master, run this asc profiles create test ios_app_store com.fake.example

🤔 Expected Results

The command should return an error message from the API about the bundle id not existing

😲 Actual Results

Fatal error: Not implementedf: file /private/var/folders/7t/2bhgs_c9099frbz84gdf54600000gn/T/mint/github.com_ittybittyapps_appstoreconnect-cli/Sources/AppStoreConnectCLI/Commands/Profiles/CreateProfileCommand.swift, line 31

🌳 Logs

N/A

📄 Stack Traces

N/A

🤝 Relationships