Skip to content

Commit

Permalink
feat: details
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvania Castillo authored and Yuvania Castillo committed Dec 16, 2024
1 parent bfc6603 commit c698ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ Example:
**2. Full:** It replaces all existing code and allows you to write the command from scratch.

You can also create a new command, just choice the "Custom" option at the prompt when it ask you for for the command you want to overwrite, then respond to the questions, now a new command should have been created in the custom path, by default only a task is added to cleans the Drupal cache, but from this file, you can add your custom tasks.

- `platform:uli`: This command allows you to generate a one-time login URL for any environment hosted on Pantheon, Acquia, or Platform.sh.

Alias: `puli`

## Configuration
Into your project root create a file called: `fire.yml` and iside of it speficify your global project settings.
Expand Down
2 changes: 1 addition & 1 deletion src/Robo/Plugin/Commands/PlatformUliCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PlatformUliCommand extends FireCommandBase {
* Usage Example: fire platform:uli pr-123
*
* @command platform:uli
* @aliases uli
* @aliases puli
* @usage fire platform:uli <env>
*
* @param $args The environment.
Expand Down

0 comments on commit c698ac8

Please sign in to comment.