Skip to content

For app:create and autoinstall:app:create, allow setting the app's name, label, and description via flags#249

Merged
aarondailsf2023 merged 1 commit intomainfrom
adail/new-appname-and-appdescription-args
Mar 24, 2023
Merged

For app:create and autoinstall:app:create, allow setting the app's name, label, and description via flags#249
aarondailsf2023 merged 1 commit intomainfrom
adail/new-appname-and-appdescription-args

Conversation

@aarondailsf2023
Copy link
Copy Markdown
Contributor

What does this PR do?

  • updates the app:create command to take a new --appdescription flag, in addition to the existing --appname flag.
  • updates the autoinstall:app:create command to take new --appname and --appdescription flags so it works similar to the app:create command

For both commands, --appname sets both the created app's name and label (this is the existing behavior of --appname for app:create), and --appdescription sets its description.

Though one note for the autoinstall:app:create command specifically, due to W-12729893 --appdescription currently won't be honored on the backend. Sending it doesn't cause an error, but the autoinstalled app will still be created w/ the default description (which is blank). Once that defect is fixed this should start to work.

What issues does this PR fix or reference?

@W-12722796@

@aarondailsf2023 aarondailsf2023 requested a review from a team as a code owner March 23, 2023 18:41
@aarondailsf2023 aarondailsf2023 self-assigned this Mar 23, 2023
@reidaelliott
Copy link
Copy Markdown
Collaborator

Looks good. Is the app description honored when sending a description in a definition file with a description? Guessing not because of the same bug on the server side

@aarondailsf2023
Copy link
Copy Markdown
Contributor Author

Looks good. Is the app description honored when sending a description in a definition file with a description? Guessing not because of the same bug on the server side

@reidaelliott -- the autoinstall app create command (unless I am missing it) doesn't take a definition file flag so I am speculating but I think I think your right, it wouldn't work due to that bug.

feat: update autoinstall:app:create to take --appname and --appdescription flags
@aarondailsf2023 aarondailsf2023 force-pushed the adail/new-appname-and-appdescription-args branch from acd1097 to dcce9f0 Compare March 24, 2023 18:17
@aarondailsf2023 aarondailsf2023 merged commit d6746cd into main Mar 24, 2023
@aarondailsf2023 aarondailsf2023 deleted the adail/new-appname-and-appdescription-args branch March 24, 2023 18:39
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.

3 participants