[
https://issues.jboss.org/browse/FORGE-2687?page=com.atlassian.jira.plugin...
]
Charles Moulliard commented on FORGE-2687:
------------------------------------------
the syntax to be used is
{code}
forge -e "run
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
Using Forge at /Users/chmoulli/MyApplications/forge-3.3.1.Final
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|__/
JBoss Forge, version [ 3.3.1.Final ] - JBoss, by Red Hat, Inc. [
http://forge.jboss.org ]
-[Temp]$ run
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
project-new --build-system maven --final-name "Fabric8 Kubernetes Demo" --named
"test_f8_a" --target_location "/Users/chmoulli/Temp" --stack NONE
--top-level-package io.fabric8 --type jar --version 1.0.0
***SUCCESS*** Project named 'test_f8_a' has been created.
[test_f8_a]$ ***SUCCESS*** Project named 'test_f8_a' has been created.
[Temp]$ exit
{code}
- Can we update the contextual help & doc to explain how we should run such command ?
- The "-e" help info is outdated as we don't have anymore to install the
shell "addon"
{code}
-e, --evaluate [cmd]
evaluate the given string as commands (requires shell addon. Install via: `forge
-i shell`)
{code}
forge -e URL doesn't produce a result
-------------------------------------
Key: FORGE-2687
URL:
https://issues.jboss.org/browse/FORGE-2687
Project: Forge
Issue Type: Bug
Reporter: Charles Moulliard
When we run this command with Forge 3.3.1.Final
{code}
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
{code}
No error is returned but the project is not created
{code}
forge -e
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
Using Forge at /Users/chmoulli/MyApplications/forge-3.3.1.Final
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|__/
JBoss Forge, version [ 3.3.1.Final ] - JBoss, by Red Hat, Inc. [
http://forge.jboss.org
]
|[test_f8]$
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
Command:
https://gist.githubusercontent.com/cmoulliard/295669f73e58b5c3942f551551b...
was not found.
[test_f8]$ exit
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)