What happened to safe files?

willie@gagarin:~/projects/maidsafe/safe_network$ safe files put tmp.txt
error: Found argument 'files' which wasn't expected, or isn't valid in this context

USAGE:
    safe [OPTIONS] <SUBCOMMAND>

For more information try --help

So I looked at safe --help

and under subcommands I see no mention of files …

    cat
            Read data on the SAFE Network
    config
            CLI config settings
    help
            Print this message or the help of the given subcommand(s)
    keys
            Manage keys on the SAFE Network
    networks
            Switch between SAFE networks
    node
            Commands to manage Safe Network Nodes
    setup
            Perform setup tasks
    update
            Update the application to the latest available version
    wallet
            Manage wallets on the SAFE Network
    xorurl
            Obtain the XOR-URL of data without uploading it to the network, or decode XOR-URLs

I have a bad cold and I am “well-medicated”
Can someone confirm the above?

EDIT the error above - no me being well-medicated :slight_smile:

1 Like

Digging a little further it seems @oetyng has some very interesting changes in the pipeline chore: feat gate data by oetyng · Pull Request #2114 · maidsafe/safe_network · GitHub

and the best thing I should do right now is revert to the latest release and let the grownups get on with it for a day or two.

File under “Polish the agogometer, you are going to need it”

2 Likes

You need to build the CLI with --features data-network.

Btw Ed, I think you forgot to update the release process to add that feature.

4 Likes

yep that works

willie@gagarin:~/projects/maidsafe/safe_network$ safe files put tmp.txt 
FilesContainer created at: "safe://hyryyry1d6e9bj19brmhzccrhfjne4wp95whyabyxt6gacyzi683ziiud5rnra?v=h3nf1infmbj37t5tjqnqdcbfkjs8m5x51dn7jxy8d7s11pkhkya5y"
+---+---------+--------------------------------------------------------------------+
| + | tmp.txt | safe://hy8oycyjabje3bfy159kzb3ys1n8sf8otbd1jj1x7xhrey99jzn4wjz5dme |
+---+---------+--------------------------------------------------------------------+

Thanks @chriso , thanks @oetyng :slight_smile:

2 Likes

Nice!! :smiley:

2 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.